-
419 ms
com.github.se.polyfit.data.local.database.MealDatabaseTest
-
155 ms
failedtestGetAllMealsFromACertainDate
-
com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: android.net.Uri
at com.google.gson.internal.ConstructorConstructor$3.construct(ConstructorConstructor.java:136)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.readIntoField(ReflectiveTypeAdapterFactory.java:212)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.readField(ReflectiveTypeAdapterFactory.java:433)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:393)
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
at com.google.gson.Gson.fromJson(Gson.java:1227)
at com.google.gson.Gson.fromJson(Gson.java:1137)
at com.google.gson.Gson.fromJson(Gson.java:1047)
at com.google.gson.Gson.fromJson(Gson.java:1014)
at com.github.se.polyfit.data.local.database.IngredientListConverter.toIngredientList(MealDatabase.kt:62)
at com.github.se.polyfit.data.local.dao.MealDao_Impl.getMealsCreatedOnOrAfterDate(MealDao_Impl.java:299)
at com.github.se.polyfit.data.local.database.MealDatabaseTest.testGetAllMealsFromACertainDate(MealDatabaseTest.kt:112)
-
05-21 13:55:57.288 9128 9160 I TestRunner: started: testGetAllMealsFromACertainDate(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.311 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:55:57.437 9128 9160 E TestRunner: failed: testGetAllMealsFromACertainDate(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.437 9128 9160 E TestRunner: ----- begin exception -----
05-21 13:55:57.441 9128 9160 E TestRunner: com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: android.net.Uri
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.ConstructorConstructor$3.construct(ConstructorConstructor.java:136)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.readIntoField(ReflectiveTypeAdapterFactory.java:212)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.readField(ReflectiveTypeAdapterFactory.java:433)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:393)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1227)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1137)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1047)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1014)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.database.IngredientListConverter.toIngredientList(MealDatabase.kt:62)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.dao.MealDao_Impl.getMealsCreatedOnOrAfterDate(MealDao_Impl.java:299)
05-21 13:55:57.441 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.database.MealDatabaseTest.testGetAllMealsFromACertainDate(MealDatabaseTest.kt:112)
05-21 13:55:57.441 9128 9160 E TestRunner: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 13:55:57.441 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 13:55:57.441 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.441 9128 9160 E TestRunner: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 13:55:57.441 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 13:55:57.441 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 13:55:57.441 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 13:55:57.441 9128 9160 E TestRunner: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 13:55:57.441 9128 9160 E TestRunner: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 13:55:57.441 9128 9160 E TestRunner: ----- end exception -----
05-21 13:55:57.445 9128 9160 I TestRunner: finished: testGetAllMealsFromACertainDate(com.github.se.polyfit.data.local.database.MealDatabaseTest)
-
54 ms
failedaddMeal
-
com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: android.net.Uri
at com.google.gson.internal.ConstructorConstructor$3.construct(ConstructorConstructor.java:136)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.readIntoField(ReflectiveTypeAdapterFactory.java:212)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.readField(ReflectiveTypeAdapterFactory.java:433)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:393)
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
at com.google.gson.Gson.fromJson(Gson.java:1227)
at com.google.gson.Gson.fromJson(Gson.java:1137)
at com.google.gson.Gson.fromJson(Gson.java:1047)
at com.google.gson.Gson.fromJson(Gson.java:1014)
at com.github.se.polyfit.data.local.database.IngredientListConverter.toIngredientList(MealDatabase.kt:62)
at com.github.se.polyfit.data.local.dao.MealDao_Impl.getAll(MealDao_Impl.java:224)
at com.github.se.polyfit.data.local.database.MealDatabaseTest.addMeal(MealDatabaseTest.kt:62)
-
05-21 13:55:57.447 9128 9160 I TestRunner: started: addMeal(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.479 9128 9160 E TestRunner: failed: addMeal(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.479 9128 9160 E TestRunner: ----- begin exception -----
05-21 13:55:57.489 9128 9160 E TestRunner: com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: android.net.Uri
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.ConstructorConstructor$3.construct(ConstructorConstructor.java:136)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.readIntoField(ReflectiveTypeAdapterFactory.java:212)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.readField(ReflectiveTypeAdapterFactory.java:433)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:393)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1227)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1137)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1047)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1014)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.database.IngredientListConverter.toIngredientList(MealDatabase.kt:62)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.dao.MealDao_Impl.getAll(MealDao_Impl.java:224)
05-21 13:55:57.489 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.database.MealDatabaseTest.addMeal(MealDatabaseTest.kt:62)
05-21 13:55:57.489 9128 9160 E TestRunner: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 13:55:57.489 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 13:55:57.489 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.489 9128 9160 E TestRunner: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 13:55:57.489 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 13:55:57.489 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 13:55:57.489 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 13:55:57.489 9128 9160 E TestRunner: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 13:55:57.489 9128 9160 E TestRunner: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 13:55:57.489 9128 9160 E TestRunner: ----- end exception -----
05-21 13:55:57.498 9128 9160 I TestRunner: finished: addMeal(com.github.se.polyfit.data.local.database.MealDatabaseTest)
-
105 ms
failedtestGetMealByDatabaseID
-
com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: android.net.Uri
at com.google.gson.internal.ConstructorConstructor$3.construct(ConstructorConstructor.java:136)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.readIntoField(ReflectiveTypeAdapterFactory.java:212)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.readField(ReflectiveTypeAdapterFactory.java:433)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:393)
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
at com.google.gson.Gson.fromJson(Gson.java:1227)
at com.google.gson.Gson.fromJson(Gson.java:1137)
at com.google.gson.Gson.fromJson(Gson.java:1047)
at com.google.gson.Gson.fromJson(Gson.java:1014)
at com.github.se.polyfit.data.local.database.IngredientListConverter.toIngredientList(MealDatabase.kt:62)
at com.github.se.polyfit.data.local.dao.MealDao_Impl.getMealEntityById(MealDao_Impl.java:566)
at com.github.se.polyfit.data.local.dao.MealDao$DefaultImpls.getMealById(MealDao.kt:59)
at com.github.se.polyfit.data.local.dao.MealDao_Impl.getMealById(MealDao_Impl.java:611)
at com.github.se.polyfit.data.local.database.MealDatabaseTest.testGetMealByDatabaseID(MealDatabaseTest.kt:129)
-
05-21 13:55:57.505 9128 9160 I TestRunner: started: testGetMealByDatabaseID(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.578 9128 9160 E TestRunner: failed: testGetMealByDatabaseID(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.578 9128 9160 E TestRunner: ----- begin exception -----
05-21 13:55:57.590 9128 9160 E TestRunner: com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: android.net.Uri
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.ConstructorConstructor$3.construct(ConstructorConstructor.java:136)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.readIntoField(ReflectiveTypeAdapterFactory.java:212)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.readField(ReflectiveTypeAdapterFactory.java:433)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:393)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1227)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1137)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1047)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1014)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.database.IngredientListConverter.toIngredientList(MealDatabase.kt:62)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.dao.MealDao_Impl.getMealEntityById(MealDao_Impl.java:566)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.dao.MealDao$DefaultImpls.getMealById(MealDao.kt:59)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.dao.MealDao_Impl.getMealById(MealDao_Impl.java:611)
05-21 13:55:57.590 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.database.MealDatabaseTest.testGetMealByDatabaseID(MealDatabaseTest.kt:129)
05-21 13:55:57.590 9128 9160 E TestRunner: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 13:55:57.590 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 13:55:57.590 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.590 9128 9160 E TestRunner: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 13:55:57.590 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 13:55:57.590 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 13:55:57.590 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 13:55:57.590 9128 9160 E TestRunner: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 13:55:57.590 9128 9160 E TestRunner: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 13:55:57.590 9128 9160 E TestRunner: ----- end exception -----
05-21 13:55:57.599 9128 9160 I TestRunner: finished: testGetMealByDatabaseID(com.github.se.polyfit.data.local.database.MealDatabaseTest)
-
53 ms
failedgetAllIngredients
-
com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: android.net.Uri
at com.google.gson.internal.ConstructorConstructor$3.construct(ConstructorConstructor.java:136)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.readIntoField(ReflectiveTypeAdapterFactory.java:212)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.readField(ReflectiveTypeAdapterFactory.java:433)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:393)
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
at com.google.gson.Gson.fromJson(Gson.java:1227)
at com.google.gson.Gson.fromJson(Gson.java:1137)
at com.google.gson.Gson.fromJson(Gson.java:1047)
at com.google.gson.Gson.fromJson(Gson.java:1014)
at com.github.se.polyfit.data.local.database.IngredientListConverter.toIngredientList(MealDatabase.kt:62)
at com.github.se.polyfit.data.local.dao.MealDao_Impl.getAll(MealDao_Impl.java:224)
at com.github.se.polyfit.data.local.dao.MealDao$DefaultImpls.getAllIngredients(MealDao.kt:23)
at com.github.se.polyfit.data.local.dao.MealDao_Impl.getAllIngredients(MealDao_Impl.java:601)
at com.github.se.polyfit.data.local.database.MealDatabaseTest.getAllIngredients(MealDatabaseTest.kt:94)
-
05-21 13:55:57.601 9128 9160 I TestRunner: started: getAllIngredients(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.662 9128 9160 E TestRunner: failed: getAllIngredients(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.662 9128 9160 E TestRunner: ----- begin exception -----
05-21 13:55:57.666 9128 9160 E TestRunner: com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: android.net.Uri
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.ConstructorConstructor$3.construct(ConstructorConstructor.java:136)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.readIntoField(ReflectiveTypeAdapterFactory.java:212)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.readField(ReflectiveTypeAdapterFactory.java:433)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:393)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1227)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1137)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1047)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.google.gson.Gson.fromJson(Gson.java:1014)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.database.IngredientListConverter.toIngredientList(MealDatabase.kt:62)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.dao.MealDao_Impl.getAll(MealDao_Impl.java:224)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.dao.MealDao$DefaultImpls.getAllIngredients(MealDao.kt:23)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.dao.MealDao_Impl.getAllIngredients(MealDao_Impl.java:601)
05-21 13:55:57.666 9128 9160 E TestRunner: at com.github.se.polyfit.data.local.database.MealDatabaseTest.getAllIngredients(MealDatabaseTest.kt:94)
05-21 13:55:57.666 9128 9160 E TestRunner: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 13:55:57.666 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 13:55:57.666 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.666 9128 9160 E TestRunner: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 13:55:57.666 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 13:55:57.666 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 13:55:57.666 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 13:55:57.666 9128 9160 E TestRunner: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 13:55:57.666 9128 9160 E TestRunner: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 13:55:57.666 9128 9160 E TestRunner: ----- end exception -----
05-21 13:55:57.672 9128 9160 I TestRunner: finished: getAllIngredients(com.github.se.polyfit.data.local.database.MealDatabaseTest)
-
52 ms
passedtestDeleteByDatabaseID
-
05-21 13:55:57.674 9128 9160 I TestRunner: started: testDeleteByDatabaseID(com.github.se.polyfit.data.local.database.MealDatabaseTest)
05-21 13:55:57.719 9128 9160 I TestRunner: finished: testDeleteByDatabaseID(com.github.se.polyfit.data.local.database.MealDatabaseTest)
-
28.51 s
com.github.se.polyfit.ui.screen.LoginTest
-
14.85 s
failedloginButtonNavigatesToNewScreen
-
java.lang.AssertionError: Assert failed: The component is not displayed!
at androidx.compose.ui.test.AssertionsKt.assertIsDisplayed(Assertions.kt:34)
at io.github.kakaocup.compose.node.assertion.NodeAssertions$assertIsDisplayed$1.invoke(NodeAssertions.kt:13)
at io.github.kakaocup.compose.node.assertion.NodeAssertions$assertIsDisplayed$1.invoke(NodeAssertions.kt:13)
at io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt$produceComposeAssertion$1.execute(ComposeOperationImpls.kt:29)
at io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt$produceComposeAssertion$1.execute(ComposeOperationImpls.kt:26)
at io.github.kakaocup.compose.intercept.interaction.ComposeInteraction.check(ComposeInteraction.kt:16)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$1.invoke(ComposeSemanticsInterceptor.kt:29)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$1.invoke(ComposeSemanticsInterceptor.kt:24)
at com.kaspersky.components.composesupport.autoscroll.SemanticsAutoScrollProviderImpl.withAutoScroll(SemanticsAutoScrollProviderImpl.kt:27)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.withAutoScroll(Unknown Source:12)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.interceptCheck(AutoScrollSemanticsBehaviorInterceptor.kt:32)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.interceptCheck(AutoScrollSemanticsBehaviorInterceptor.kt:16)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.kaspresso.systemsafety.SystemDialogSafetyProviderImpl.passSystemDialogs(SystemDialogSafetyProviderImpl.kt:55)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.passSystemDialogs(Unknown Source:7)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.interceptCheck(SystemDialogSafetySemanticsBehaviorInterceptor.kt:35)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.interceptCheck(SystemDialogSafetySemanticsBehaviorInterceptor.kt:17)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.kaspresso.elementloader.ElementLoaderProviderImpl.passAction(ElementLoaderProviderImpl.kt:36)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.passAction(Unknown Source:12)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.interceptCheck(ElementLoaderSemanticsBehaviorInterceptor.kt:32)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.interceptCheck(ElementLoaderSemanticsBehaviorInterceptor.kt:16)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm.invokeFlakySafely(FlakySafetyAlgorithm.kt:32)
at com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm.invokeFlakySafely$default(FlakySafetyAlgorithm.kt:22)
at com.kaspersky.kaspresso.flakysafety.FlakySafetyProviderSimpleImpl.flakySafely(FlakySafetyProviderSimpleImpl.kt:27)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.flakySafely(Unknown Source:7)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.interceptCheck(FlakySafeSemanticsBehaviorInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.interceptCheck(FlakySafeSemanticsBehaviorInterceptor.kt:16)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor.interceptCheck(ComposeSemanticsInterceptor.kt:35)
at com.kaspersky.components.composesupport.config.ComposeInterceptorsInjector$injectKaspressoInKakaoCompose$1$1$1.invoke(ComposeInterceptorsInjector.kt:22)
at com.kaspersky.components.composesupport.config.ComposeInterceptorsInjector$injectKaspressoInKakaoCompose$1$1$1.invoke(ComposeInterceptorsInjector.kt:22)
at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptOnCheck(Delegate.kt:68)
at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptCheck$intercept(Delegate.kt:37)
at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptCheck(Delegate.kt:41)
at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.check(Delegate.kt:26)
at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:13)
at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:13)
at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:34)
at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check$default(ComposeDelegate.kt:30)
at io.github.kakaocup.compose.node.assertion.NodeAssertions$DefaultImpls.assertIsDisplayed(NodeAssertions.kt:13)
at io.github.kakaocup.compose.node.core.BaseNode.assertIsDisplayed(BaseNode.kt:14)
at com.github.se.polyfit.ui.screen.LoginTest$loginButtonNavigatesToNewScreen$1$1.invoke(LoginTest.kt:61)
at com.github.se.polyfit.ui.screen.LoginTest$loginButtonNavigatesToNewScreen$1$1.invoke(LoginTest.kt:60)
at io.github.kakaocup.compose.node.core.KDSL$DefaultImpls.invoke(KDSL.kt:7)
at io.github.kakaocup.compose.node.core.BaseNode.invoke(BaseNode.kt:14)
at com.github.se.polyfit.ui.screen.LoginTest$loginButtonNavigatesToNewScreen$1.invoke(LoginTest.kt:60)
at com.github.se.polyfit.ui.screen.LoginTest$loginButtonNavigatesToNewScreen$1.invoke(LoginTest.kt:58)
at io.github.kakaocup.compose.node.core.KDSL$DefaultImpls.invoke(KDSL.kt:7)
at io.github.kakaocup.compose.node.core.BaseNode.invoke(BaseNode.kt:14)
at com.github.se.polyfit.ui.screen.LoginTest.loginButtonNavigatesToNewScreen(LoginTest.kt:83)
-
05-21 14:03:21.460 9128 9160 I TestRunner: started: loginButtonNavigatesToNewScreen(com.github.se.polyfit.ui.screen.LoginTest)
05-21 14:03:21.472 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@7835fe3]
05-21 14:03:21.492 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:21.584 848 966 D EGL_emulation: app_time_stats: avg=23.92ms min=1.46ms max=164.75ms count=38
05-21 14:03:21.634 848 904 D SplashScreenView: Build android.window.SplashScreenView{4115890 V.E...... ......ID 0,0-0,0}
05-21 14:03:21.634 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:21.634 848 904 D SplashScreenView: Branding: view: android.view.View{3bec589 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:21.655 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@bfc420d
05-21 14:03:21.662 595 612 W InputManager-JNI: Input channel object '8321575 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:21.663 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@ce3cf10 in: PRE_ON_CREATE
05-21 14:03:21.664 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:21.679 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:21.681 1728 2211 E HwDetectorWithState: a: 3
05-21 14:03:21.717 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f244a09
05-21 14:03:21.718 595 2208 W InputManager-JNI: Input channel object '6a4638b Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:21.901 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x751367613de0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 50bac2c6-f43e-4fd6-a6fd-53366a63f8d0
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9da0f696-ab70-4368-b5f8-162708e55e12
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2336d262-e312-4080-9e92-8c41235e66e9
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 05cad218-5ae8-4d03-bff6-3c1c0a1a3d72
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 40903d5c-afb8-4e69-af77-d81b2d7abe1d
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b3d57ea0-21a4-4674-9db8-102a7967509d
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3eb18ce9-2056-4d62-b9d1-93faef04cacb
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 45d286e1-2ab0-4e15-bf4b-c9c7be48ca7b
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1f37108-ea58-4be1-b64b-96afb31157f0
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5da4f467-f95b-44c2-b37b-499a3e965563
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2bc4f001-0ca2-4b7c-a847-5ef0433f15dd
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d9e3c711-68dc-4c9d-bc78-ee77de539de5
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cab8c8a3-82de-4174-9ef7-8b868d32a4f3
05-21 14:03:21.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 870c48e7-252f-437d-9fd0-86d6af571121
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1478bd4d-9543-490a-ab87-d02e5c6c839d
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 543dc02a-fb76-4055-a164-7a7d234c7762
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dcc9d617-0b45-4138-b861-4a4eaddf1a51
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd5b907e-e0de-4bf2-b866-da08b1ba7880
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d4c805d-cf11-4d5b-a882-3fdb78b33170
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb54415c-fdd3-43f2-95c7-201cc4a038b7
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3f04d956-954d-49fc-9aa2-46347706afb1
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 308d9ea7-eec6-496b-889f-1fb326992453
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66546cb0-5e1b-4584-b534-d87d34c2c270
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d39f99d4-47c6-4691-94e4-d4b9ce86e484
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb756bbe-3541-4271-bcf7-4d287f71cd2a
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2870f3d6-0329-4671-9416-483be628bf3d
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98b140e5-e122-4d05-8fff-469698a4495f
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ac18228-e5ad-4665-a688-798af1969767
05-21 14:03:21.902 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 047f1391-d504-4e15-b4d1-b43ca7db80a3
05-21 14:03:21.903 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6076aa5-6020-4e8d-b489-00f1e01820fa
05-21 14:03:21.903 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0397f335-b3cf-4d4a-969d-7185229154ec
05-21 14:03:21.903 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 073dfa6b-23d4-4a2f-b07b-6f4aeaa37671
05-21 14:03:21.903 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:21.903 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f54c6ffb-567a-49c2-98db-c492b07a48ff
05-21 14:03:21.904 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:21.904 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a30b3a12-50ff-41fd-8ba5-31e15ab83eb9
05-21 14:03:21.904 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1924e156-9638-412f-a77d-ff1681928908
05-21 14:03:21.905 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:21.905 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 43b6c50e-246a-4754-a099-d7b77b95f810
05-21 14:03:21.905 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ee9dd17c-1ed4-4664-b0b2-421557a7e374
05-21 14:03:21.905 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:21.905 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 61237c86-66fb-4a57-b77d-80b4a4e4392c
05-21 14:03:21.905 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8f1fe6fd-081e-43b4-8d08-960810dac6ae
05-21 14:03:21.905 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f7c5510d-3ecb-4d67-a6e2-02e65123cc6f
05-21 14:03:21.906 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=5f34e506-55f8-4355-ab79-a2089323dcce,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: eb43575f-2446-4cfc-94db-cf4edc4ade65
05-21 14:03:22.226 848 966 D EGL_emulation: app_time_stats: avg=96.42ms min=7.44ms max=615.47ms count=14
05-21 14:03:22.226 1829 1861 I earchbox:search: Background young concurrent copying GC freed 193745(6433KB) AllocSpace objects, 691(12MB) LOS objects, 5% free, 257MB/271MB, paused 457us,153us total 203.524ms
05-21 14:03:22.498 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@ce3cf10 in: CREATED
05-21 14:03:22.513 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=com.github.se.polyfit.MainActivity@ce3cf10
05-21 14:03:22.531 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@ce3cf10 in: STARTED
05-21 14:03:22.547 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=com.github.se.polyfit.MainActivity@ce3cf10
05-21 14:03:22.599 848 966 D EGL_emulation: app_time_stats: avg=18.22ms min=1.28ms max=127.53ms count=45
05-21 14:03:22.610 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@ce3cf10 in: RESUMED
05-21 14:03:22.625 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=com.github.se.polyfit.MainActivity@ce3cf10
05-21 14:03:22.755 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:22.785 1829 1861 I earchbox:search: Background concurrent copying GC freed 406816(21MB) AllocSpace objects, 1584(29MB) LOS objects, 8% free, 250MB/274MB, paused 108us,38us total 423.678ms
05-21 14:03:23.369 438 976 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:23.604 848 966 D EGL_emulation: app_time_stats: avg=14.71ms min=5.37ms max=38.40ms count=60
05-21 14:03:23.804 9128 9128 I Choreographer: Skipped 63 frames! The application may be doing too much work on its main thread.
05-21 14:03:23.809 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:23.811 9128 9145 I OpenGLRenderer: Davey! duration=1327ms; Flags=1, FrameTimelineVsyncId=383981, IntendedVsync=7575188912263, Vsync=7575405578921, InputEventId=0, HandleInputStart=7575417777362, AnimationStart=7575417804312, PerformTraversalsStart=7575417811846, DrawStart=7576122797114, FrameDeadline=7575205578929, FrameInterval=7575417472681, FrameStartTime=16666666, SyncQueued=7576144892391, SyncStart=7576148215919, IssueDrawCommandsStart=7576148530865, SwapBuffers=7576369844805, FrameCompleted=7576519888143, DequeueBufferDuration=21319, QueueBufferDuration=550894, GpuCompleted=7576369844805, SwapBuffersCompleted=7576519888143, DisplayPresentTime=0, CommandSubmissionCompleted=7576369844805,
05-21 14:03:23.813 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/.MainActivity for user 0: +2s307ms
05-21 14:03:23.925 848 966 D EGL_emulation: app_time_stats: avg=181.73ms min=2.52ms max=1551.22ms count=9
05-21 14:03:23.952 595 2208 I ImeTracker: com.github.se.polyfit:b93e1026: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:23.952 595 2208 I ImeTracker: com.github.se.polyfit:b93e1026: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:23.962 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:23.964 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:23.964 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:23.964 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:23.965 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:24.150 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9db6dbc
05-21 14:03:24.152 595 612 W InputManager-JNI: Input channel object 'eae134b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:24.168 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:24.181 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:cc72e8ee: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:24.181 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:cc72e8ee: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:24.347 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:24.347 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:24.402 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:24.440 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x751367608290 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 36635f60-ce61-4bb4-9a14-7aad320e4286
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ae27a6d-04e3-4183-95e5-1f93e6bfe9e2
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 852f542c-76c3-46da-a3e7-76f1ef7dd569
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9fc2fb65-9c05-4679-91fd-5952f7de4f25
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38612284-78b9-4aca-b209-6c98f5a7d06d
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7078495f-0343-495b-9614-eb1c14d61a8f
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e6de083c-c264-4681-808a-cc299087437c
05-21 14:03:24.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57b6ead4-dd9e-4373-acc1-7899eb4ee119
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8b1c9693-0308-4a1d-b76e-fc46a8572a77
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d38d427b-140c-45b6-b8da-0129cac59bd4
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9f64cf3d-3183-41fe-998d-e7bab920753e
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e8c3414-ac0b-4367-82f9-b47b636c2c29
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e636aff6-8b30-49f9-b6d4-167663febe0e
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c49ac461-a881-4794-bcef-f3155fd3688b
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79cbf1c6-34c2-47cc-a18c-b5697dccf281
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 604ded66-9d45-4a1a-818f-70f86fad2808
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7eeea673-1d77-4466-9188-c7e35c1c12fa
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2c9241a7-4420-4bcd-8416-432e4cfb58e3
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e38e4203-1f8c-4b6c-a91d-566454a49667
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f4e372ee-5dfd-484a-8eb9-62e86351450c
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eeb60212-5577-4c7e-acb4-5072fabb25ce
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d590c6c8-f713-4108-b9c2-0fc7f513b4bc
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fea61bf5-3e09-439c-b9cb-483534844b64
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c3090ed-95a4-4841-8de8-9c67865284b7
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a05b35df-cfdc-41c0-b9e6-acdd5f0bc0fe
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f13d6d35-b96a-40d1-a627-b0f0cd3e2353
05-21 14:03:24.441 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c998f209-0f65-42b6-98f6-22c9f256635c
05-21 14:03:24.442 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c71ca43-066a-4c1a-9ef8-87c3d06abb9c
05-21 14:03:24.442 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3f0c75ca-9176-45b0-b728-7092ee023731
05-21 14:03:24.442 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26ff08ac-6af0-4905-afb0-a37e6db2b40c
05-21 14:03:24.442 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 65a70529-d3a6-4b37-9b34-7c2588c6ac10
05-21 14:03:24.442 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9b8f8b4a-202d-4458-866d-0332042c3918
05-21 14:03:24.442 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:24.442 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d64c81e1-1830-4726-a9e9-e6cee19bb0aa
05-21 14:03:24.443 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:24.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 083b0725-7fe0-4764-91d8-dd01edd58343
05-21 14:03:24.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 41ed107a-3559-4228-b182-ae39d413ab48
05-21 14:03:24.443 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:03:24.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 32188f74-f0ff-488c-bd71-9952a78b1368
05-21 14:03:24.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ca2048d3-fd4f-44e0-aef4-eb4b24a757e5
05-21 14:03:24.444 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:24.444 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e2700af7-5a1d-4850-8c1d-900542d06745
05-21 14:03:24.444 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 936ca33c-cd3d-4420-a9d1-5a4ef9ef7ba7
05-21 14:03:24.444 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1366bbbe-46aa-4a03-a7a0-a9b59a6d96cc
05-21 14:03:24.444 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=e08a9dea-0a5b-4366-a84b-f4ce378dbb7d,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ea26f1d9-c7a9-46aa-b9d4-b4c3f5d2c1f9
05-21 14:03:24.450 1679 7972 I AiAiEcho: Settings changed for uri: content://settings/secure/accessibility_enabled
05-21 14:03:24.452 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:24.452 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:24.452 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:24.452 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:24.452 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:24.452 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:24.452 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:24.452 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:24.452 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:24.452 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:24.452 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:24.452 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:24.453 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface media_data_manager with targets# 0 (types=[])
05-21 14:03:24.453 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 14:03:24.453 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:24.453 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 14:03:24.454 848 848 D SsMediaDataProvider: Forwarding Smartspace updates []
05-21 14:03:25.134 9128 9288 D EGL_emulation: app_time_stats: avg=81.68ms min=12.58ms max=747.04ms count=16
05-21 14:03:25.209 9128 9137 I thub.se.polyfit: Compiler allocated 4193KB to compile void androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat.populateAccessibilityNodeInfoProperties(int, androidx.core.view.accessibility.AccessibilityNodeInfoCompat, androidx.compose.ui.semantics.SemanticsNode)
05-21 14:03:26.250 9128 9160 I KASPRESSO: Reloading of the element is started
05-21 14:03:26.250 9128 9160 I KASPRESSO: Reloading of the element is finished
05-21 14:03:26.250 9128 9160 I KASPRESSO: Repeat action again with the reloaded element
05-21 14:03:26.250 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:26.250 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:26.257 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:27.744 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:03:27.796 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:27.796 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:27.801 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:28.841 9128 9160 I KASPRESSO: Reloading of the element is started
05-21 14:03:28.841 9128 9160 I KASPRESSO: Reloading of the element is finished
05-21 14:03:28.841 9128 9160 I KASPRESSO: Repeat action again with the reloaded element
05-21 14:03:28.841 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:28.841 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:28.846 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:30.387 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:30.387 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:30.395 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:31.438 9128 9160 I KASPRESSO: Reloading of the element is started
05-21 14:03:31.439 9128 9160 I KASPRESSO: Reloading of the element is finished
05-21 14:03:31.439 9128 9160 I KASPRESSO: Repeat action again with the reloaded element
05-21 14:03:31.439 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:31.439 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:31.443 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:32.674 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:03:32.683 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 14:03:32.984 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:32.984 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:32.990 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:34.027 9128 9160 I KASPRESSO: Reloading of the element is started
05-21 14:03:34.028 9128 9160 I KASPRESSO: Reloading of the element is finished
05-21 14:03:34.028 9128 9160 I KASPRESSO: Repeat action again with the reloaded element
05-21 14:03:34.028 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:34.028 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:34.033 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:35.571 9128 9160 E KASPRESSO: All attempts to interact for 10000 ms totally failed because of AssertionError
05-21 14:03:35.614 848 904 D SplashScreenView: Build android.window.SplashScreenView{948b625 V.E...... ......ID 0,0-0,0}
05-21 14:03:35.614 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:35.614 848 904 D SplashScreenView: Branding: view: android.view.View{11303fa G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:35.635 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:35.647 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@ce3cf10 in: PAUSED
05-21 14:03:35.665 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=com.github.se.polyfit.MainActivity@ce3cf10
05-21 14:03:35.667 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 14:03:35.669 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:03:35.669 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:03:35.749 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:35.749 848 966 D EGL_emulation: app_time_stats: avg=1970.55ms min=26.99ms max=11630.31ms count=6
05-21 14:03:35.900 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:35.901 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +312ms
05-21 14:03:35.939 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:35.941 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=403, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@e73f4ac
05-21 14:03:35.955 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:35.956 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:35.956 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:35.956 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:35.958 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:35.982 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:03:35.984 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:35.985 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:35.986 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:36.100 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:2a87a59: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:36.100 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:2a87a59: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:36.114 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@ce3cf10 in: STOPPED
05-21 14:03:36.117 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:36.120 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:36.120 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:36.120 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:36.122 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:36.127 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=com.github.se.polyfit.MainActivity@ce3cf10
05-21 14:03:36.192 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@ce3cf10 in: DESTROYED
05-21 14:03:36.193 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:36.197 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@7835fe3]
05-21 14:03:36.198 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2fbce1a
05-21 14:03:36.211 595 613 W InputManager-JNI: Input channel object 'a2a350f com.github.se.polyfit/com.github.se.polyfit.MainActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:36.230 9128 9160 E TestRunner: failed: loginButtonNavigatesToNewScreen(com.github.se.polyfit.ui.screen.LoginTest)
05-21 14:03:36.230 9128 9160 E TestRunner: ----- begin exception -----
05-21 14:03:36.286 9128 9160 E TestRunner: java.lang.AssertionError: Assert failed: The component is not displayed!
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AssertionsKt.assertIsDisplayed(Assertions.kt:34)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.assertion.NodeAssertions$assertIsDisplayed$1.invoke(NodeAssertions.kt:13)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.assertion.NodeAssertions$assertIsDisplayed$1.invoke(NodeAssertions.kt:13)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt$produceComposeAssertion$1.execute(ComposeOperationImpls.kt:29)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt$produceComposeAssertion$1.execute(ComposeOperationImpls.kt:26)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.interaction.ComposeInteraction.check(ComposeInteraction.kt:16)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$1.invoke(ComposeSemanticsInterceptor.kt:29)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$1.invoke(ComposeSemanticsInterceptor.kt:24)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.autoscroll.SemanticsAutoScrollProviderImpl.withAutoScroll(SemanticsAutoScrollProviderImpl.kt:27)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.withAutoScroll(Unknown Source:12)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.interceptCheck(AutoScrollSemanticsBehaviorInterceptor.kt:32)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.interceptCheck(AutoScrollSemanticsBehaviorInterceptor.kt:16)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.kaspresso.systemsafety.SystemDialogSafetyProviderImpl.passSystemDialogs(SystemDialogSafetyProviderImpl.kt:55)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.passSystemDialogs(Unknown Source:7)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.interceptCheck(SystemDialogSafetySemanticsBehaviorInterceptor.kt:35)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.interceptCheck(SystemDialogSafetySemanticsBehaviorInterceptor.kt:17)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.kaspresso.elementloader.ElementLoaderProviderImpl.passAction(ElementLoaderProviderImpl.kt:36)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.passAction(Unknown Source:12)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.interceptCheck(ElementLoaderSemanticsBehaviorInterceptor.kt:32)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.interceptCheck(ElementLoaderSemanticsBehaviorInterceptor.kt:16)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:36.286 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ccff0b4
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm.invokeFlakySafely(FlakySafetyAlgorithm.kt:32)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm.invokeFlakySafely$default(FlakySafetyAlgorithm.kt:22)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.kaspresso.flakysafety.FlakySafetyProviderSimpleImpl.flakySafely(FlakySafetyProviderSimpleImpl.kt:27)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.flakySafely(Unknown Source:7)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.interceptCheck(FlakySafeSemanticsBehaviorInterceptor.kt:33)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.interceptCheck(FlakySafeSemanticsBehaviorInterceptor.kt:16)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor.interceptCheck(ComposeSemanticsInterceptor.kt:35)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.config.ComposeInterceptorsInjector$injectKaspressoInKakaoCompose$1$1$1.invoke(ComposeInterceptorsInjector.kt:22)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.config.ComposeInterceptorsInjector$injectKaspressoInKakaoCompose$1$1$1.invoke(ComposeInterceptorsInjector.kt:22)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptOnCheck(Delegate.kt:68)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptCheck$intercept(Delegate.kt:37)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptCheck(Delegate.kt:41)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.check(Delegate.kt:26)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:13)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:13)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:34)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check$default(ComposeDelegate.kt:30)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.assertion.NodeAssertions$DefaultImpls.assertIsDisplayed(NodeAssertions.kt:13)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.BaseNode.assertIsDisplayed(BaseNode.kt:14)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest$loginButtonNavigatesToNewScreen$1$1.invoke(LoginTest.kt:61)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest$loginButtonNavigatesToNewScreen$1$1.invoke(LoginTest.kt:60)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.KDSL$DefaultImpls.invoke(KDSL.kt:7)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.BaseNode.invoke(BaseNode.kt:14)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest$loginButtonNavigatesToNewScreen$1.invoke(LoginTest.kt:60)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest$loginButtonNavigatesToNewScreen$1.invoke(LoginTest.kt:58)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.KDSL$DefaultImpls.invoke(KDSL.kt:7)
05-21 14:03:36.286 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.BaseNode.invoke(BaseNode.kt:14)
05-21 14:03:36.286 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest.loginButtonNavigatesToNewScreen(LoginTest.kt:83)
05-21 14:03:36.286 9128 9160 E TestRunner: at java.lang.reflect.Method.invoke(Native Method)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.AndroidComposeTestRule$apply$1$evaluate$1.invoke(AndroidComposeTestRule.android.kt:272)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.AndroidComposeTestRule$apply$1$evaluate$1.invoke(AndroidComposeTestRule.android.kt:271)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$AndroidComposeUiTestImpl.withDisposableContent(ComposeUiTest.android.kt:495)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1$1$1$1$1.invoke(ComposeUiTest.android.kt:327)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.withComposeIdlingResource(ComposeUiTest.android.kt:379)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.access$withComposeIdlingResource(ComposeUiTest.android.kt:230)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1$1$1$1.invoke(ComposeUiTest.android.kt:326)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.withWindowRecomposer(ComposeUiTest.android.kt:353)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.access$withWindowRecomposer(ComposeUiTest.android.kt:230)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1$1$1.invoke(ComposeUiTest.android.kt:325)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.withTestCoroutines(ComposeUiTest.android.kt:366)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.access$withTestCoroutines(ComposeUiTest.android.kt:230)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1$1.invoke(ComposeUiTest.android.kt:324)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.EspressoLink.withStrategy(EspressoLink.android.kt:66)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1.invoke(ComposeUiTest.android.kt:323)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.IdlingResourceRegistry.withRegistry(IdlingResourceRegistry.jvm.kt:157)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1.invoke(ComposeUiTest.android.kt:322)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.ComposeRootRegistry.withRegistry(ComposeRootRegistry.android.kt:146)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.runTest(ComposeUiTest.android.kt:321)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.AndroidComposeTestRule$apply$1.evaluate(AndroidComposeTestRule.android.kt:271)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 14:03:36.286 9128 9160 E TestRunner: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 14:03:36.286 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 14:03:36.287 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 14:03:36.287 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 14:03:36.287 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 14:03:36.287 9128 9160 E TestRunner: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 14:03:36.287 9128 9160 E TestRunner: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 14:03:36.287 9128 9160 E TestRunner: ----- end exception -----
05-21 14:03:36.287 595 2431 W InputManager-JNI: Input channel object 'bece2a6 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:36.293 9128 9160 I TestRunner: finished: loginButtonNavigatesToNewScreen(com.github.se.polyfit.ui.screen.LoginTest)
-
13.66 s
failedtitleAndButtonAreCorrectlyDisplayed
-
java.lang.AssertionError: Assert failed: The component is not displayed!
at androidx.compose.ui.test.AssertionsKt.assertIsDisplayed(Assertions.kt:34)
at io.github.kakaocup.compose.node.assertion.NodeAssertions$assertIsDisplayed$1.invoke(NodeAssertions.kt:13)
at io.github.kakaocup.compose.node.assertion.NodeAssertions$assertIsDisplayed$1.invoke(NodeAssertions.kt:13)
at io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt$produceComposeAssertion$1.execute(ComposeOperationImpls.kt:29)
at io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt$produceComposeAssertion$1.execute(ComposeOperationImpls.kt:26)
at io.github.kakaocup.compose.intercept.interaction.ComposeInteraction.check(ComposeInteraction.kt:16)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$1.invoke(ComposeSemanticsInterceptor.kt:29)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$1.invoke(ComposeSemanticsInterceptor.kt:24)
at com.kaspersky.components.composesupport.autoscroll.SemanticsAutoScrollProviderImpl.withAutoScroll(SemanticsAutoScrollProviderImpl.kt:27)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.withAutoScroll(Unknown Source:12)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.interceptCheck(AutoScrollSemanticsBehaviorInterceptor.kt:32)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.interceptCheck(AutoScrollSemanticsBehaviorInterceptor.kt:16)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.kaspresso.systemsafety.SystemDialogSafetyProviderImpl.passSystemDialogs(SystemDialogSafetyProviderImpl.kt:55)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.passSystemDialogs(Unknown Source:7)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.interceptCheck(SystemDialogSafetySemanticsBehaviorInterceptor.kt:35)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.interceptCheck(SystemDialogSafetySemanticsBehaviorInterceptor.kt:17)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.kaspresso.elementloader.ElementLoaderProviderImpl.passAction(ElementLoaderProviderImpl.kt:36)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.passAction(Unknown Source:12)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.interceptCheck(ElementLoaderSemanticsBehaviorInterceptor.kt:32)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.interceptCheck(ElementLoaderSemanticsBehaviorInterceptor.kt:16)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm.invokeFlakySafely(FlakySafetyAlgorithm.kt:32)
at com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm.invokeFlakySafely$default(FlakySafetyAlgorithm.kt:22)
at com.kaspersky.kaspresso.flakysafety.FlakySafetyProviderSimpleImpl.flakySafely(FlakySafetyProviderSimpleImpl.kt:27)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.flakySafely(Unknown Source:7)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.interceptCheck(FlakySafeSemanticsBehaviorInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.interceptCheck(FlakySafeSemanticsBehaviorInterceptor.kt:16)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor.interceptCheck(ComposeSemanticsInterceptor.kt:35)
at com.kaspersky.components.composesupport.config.ComposeInterceptorsInjector$injectKaspressoInKakaoCompose$1$1$1.invoke(ComposeInterceptorsInjector.kt:22)
at com.kaspersky.components.composesupport.config.ComposeInterceptorsInjector$injectKaspressoInKakaoCompose$1$1$1.invoke(ComposeInterceptorsInjector.kt:22)
at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptOnCheck(Delegate.kt:68)
at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptCheck$intercept(Delegate.kt:37)
at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptCheck(Delegate.kt:41)
at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.check(Delegate.kt:26)
at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:13)
at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:13)
at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:34)
at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check$default(ComposeDelegate.kt:30)
at io.github.kakaocup.compose.node.assertion.NodeAssertions$DefaultImpls.assertIsDisplayed(NodeAssertions.kt:13)
at io.github.kakaocup.compose.node.core.BaseNode.assertIsDisplayed(BaseNode.kt:14)
at com.github.se.polyfit.ui.screen.LoginTest$titleAndButtonAreCorrectlyDisplayed$1$2.invoke(LoginTest.kt:41)
at com.github.se.polyfit.ui.screen.LoginTest$titleAndButtonAreCorrectlyDisplayed$1$2.invoke(LoginTest.kt:40)
at io.github.kakaocup.compose.node.core.KDSL$DefaultImpls.invoke(KDSL.kt:7)
at io.github.kakaocup.compose.node.core.BaseNode.invoke(BaseNode.kt:14)
at com.github.se.polyfit.ui.screen.LoginTest$titleAndButtonAreCorrectlyDisplayed$1.invoke(LoginTest.kt:40)
at com.github.se.polyfit.ui.screen.LoginTest$titleAndButtonAreCorrectlyDisplayed$1.invoke(LoginTest.kt:34)
at io.github.kakaocup.compose.node.core.KDSL$DefaultImpls.invoke(KDSL.kt:7)
at io.github.kakaocup.compose.node.core.BaseNode.invoke(BaseNode.kt:14)
at com.github.se.polyfit.ui.screen.LoginTest.titleAndButtonAreCorrectlyDisplayed(LoginTest.kt:75)
-
05-21 14:03:36.313 9128 9160 I TestRunner: started: titleAndButtonAreCorrectlyDisplayed(com.github.se.polyfit.ui.screen.LoginTest)
05-21 14:03:36.324 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3464e40]
05-21 14:03:36.343 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:36.359 848 904 D SplashScreenView: Build android.window.SplashScreenView{16502f3 V.E...... ......ID 0,0-0,0}
05-21 14:03:36.359 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:36.359 848 904 D SplashScreenView: Branding: view: android.view.View{9da7bb0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:36.461 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@2a9c770 in: PRE_ON_CREATE
05-21 14:03:36.461 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:36.474 848 966 D EGL_emulation: app_time_stats: avg=986.31ms min=2.91ms max=12595.34ms count=13
05-21 14:03:36.522 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:36.530 1728 2287 E HwDetectorWithState: a: 3
05-21 14:03:36.834 1829 1861 I earchbox:search: Background concurrent copying GC freed 244654(14MB) AllocSpace objects, 1501(27MB) LOS objects, 8% free, 250MB/274MB, paused 151us,96us total 420.980ms
05-21 14:03:37.016 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@2a9c770 in: CREATED
05-21 14:03:37.027 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=com.github.se.polyfit.MainActivity@2a9c770
05-21 14:03:37.039 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@2a9c770 in: STARTED
05-21 14:03:37.048 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=com.github.se.polyfit.MainActivity@2a9c770
05-21 14:03:37.091 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@2a9c770 in: RESUMED
05-21 14:03:37.101 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=com.github.se.polyfit.MainActivity@2a9c770
05-21 14:03:37.187 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:37.488 848 966 D EGL_emulation: app_time_stats: avg=19.76ms min=6.73ms max=169.84ms count=47
05-21 14:03:37.681 438 568 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:37.747 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:03:37.787 9128 9128 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread.
05-21 14:03:37.789 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:37.791 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/.MainActivity for user 0: +1s440ms
05-21 14:03:37.811 9128 9143 I OpenGLRenderer: Davey! duration=783ms; Flags=1, FrameTimelineVsyncId=386528, IntendedVsync=7589722245015, Vsync=7589855578343, InputEventId=0, HandleInputStart=7589866653204, AnimationStart=7589866657282, PerformTraversalsStart=7589866660017, DrawStart=7590469389152, FrameDeadline=7589738911681, FrameInterval=7589866416684, FrameStartTime=16666666, SyncQueued=7590487593012, SyncStart=7590487893469, IssueDrawCommandsStart=7590488110202, SwapBuffers=7590490140738, FrameCompleted=7590506420347, DequeueBufferDuration=3626, QueueBufferDuration=153496, GpuCompleted=7590490140738, SwapBuffersCompleted=7590506420347, DisplayPresentTime=0, CommandSubmissionCompleted=7590490140738,
05-21 14:03:37.854 848 966 D EGL_emulation: app_time_stats: avg=99.79ms min=1.67ms max=1176.92ms count=20
05-21 14:03:37.887 595 2431 I ImeTracker: com.github.se.polyfit:e914c56d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:37.887 595 2431 I ImeTracker: com.github.se.polyfit:e914c56d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:37.894 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:37.899 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:37.899 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:37.900 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:37.900 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:38.135 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@642db4f
05-21 14:03:38.138 595 957 W InputManager-JNI: Input channel object '2b98d4a Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:38.161 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1138a35
05-21 14:03:38.166 595 957 W InputManager-JNI: Input channel object 'e588ba9 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:38.181 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:38.181 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:853baec1: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:38.181 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:853baec1: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:38.185 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x751367609b80 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e28eadf-9c44-441d-ba18-e6658ee6bd7d
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d5da5bf8-e307-44af-9dee-6542466051b3
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 762ff52e-da38-4d5c-afd3-8037c4ec7ee8
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7f71089-cf50-4d83-93ab-b5158113319a
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04e4d1f3-8fc1-476e-8f40-eb010ffffc31
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea254644-769a-4154-a2df-1d03ee40b7ab
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fcf20b42-a96f-4b51-a2e2-db7b4a0ad347
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1fa141d5-16ca-480f-85b3-0e7c3c63c480
05-21 14:03:38.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46e6449b-9638-4349-b43e-3aa5104e545a
05-21 14:03:38.197 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8481a626-c3f8-4afd-bae7-987373ad2cc5
05-21 14:03:38.197 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ef1a7bf-ea72-4516-a80b-a7a5dbf43d14
05-21 14:03:38.197 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 64851268-f08c-4e33-a3b0-e759798be551
05-21 14:03:38.197 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f3e6a77e-ad7b-4121-9314-d2fca6d316c5
05-21 14:03:38.197 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5b03ee7a-e6ec-4e75-b712-6df08c293662
05-21 14:03:38.197 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04d20e8d-be9d-4759-82e5-90bf9bded504
05-21 14:03:38.197 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 578437aa-46ca-4cb8-9a6d-e02acee7d860
05-21 14:03:38.198 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16e90291-56e2-4242-b258-80cf427a4b5f
05-21 14:03:38.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 867a1de3-70b1-4d77-8f22-9f98408636a3
05-21 14:03:38.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4b52840-700d-455c-a848-d77bbb25e301
05-21 14:03:38.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf711c4a-3f18-4354-88b6-1f0331e00204
05-21 14:03:38.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6aa4e854-2457-4856-b947-ac4006159653
05-21 14:03:38.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c30b0614-74d1-4098-b0ba-942e1a391e99
05-21 14:03:38.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c606d18b-e812-4bc4-a5a6-41a73ca533a2
05-21 14:03:38.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46d9c522-f982-4dda-bfaa-dad9afe5f717
05-21 14:03:38.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2fcf5a9-6ce7-4eb8-a047-357a2589afa3
05-21 14:03:38.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52a46256-9d47-451a-87d2-61a6efe78258
05-21 14:03:38.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2771a6fd-9a86-4b2c-952a-05f75dd73996
05-21 14:03:38.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f937acc-8efb-488a-8bd7-402f996dc63c
05-21 14:03:38.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 265b96f3-c877-40e3-8d14-c921668e1141
05-21 14:03:38.218 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f92d6536-cf72-481b-9d6a-0a09063fb2d8
05-21 14:03:38.218 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fba33c81-0524-46e6-b5d3-e210a3d70b44
05-21 14:03:38.218 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 88b0b3e0-71cb-4efa-b6d1-a1756c028da7
05-21 14:03:38.218 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:38.218 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: af7776d6-85bf-4d4d-9c06-30cfd0efcf2c
05-21 14:03:38.219 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:38.221 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: db021271-13db-46a3-9af0-65bca15ef02e
05-21 14:03:38.221 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fc95bb88-11a2-43ef-bcef-10b6265b0f31
05-21 14:03:38.223 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:38.223 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3dcf351e-c29c-4366-b6ab-2fcfe1813e05
05-21 14:03:38.223 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 54bb58c9-5653-4e61-801a-7400433c1e77
05-21 14:03:38.225 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:38.225 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: adefbe6c-4da8-43b6-b5bb-243ad2bdbe32
05-21 14:03:38.225 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8bb47ff3-feaf-48f0-9384-29205d27cc0c
05-21 14:03:38.225 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cd398e8c-4f1b-4039-86a2-e966fce8c7db
05-21 14:03:38.225 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=bc67fdcd-a423-45e7-800f-182b45fcb140,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 02492fb8-473a-4d5f-b009-982c35b9f020
05-21 14:03:38.269 9128 9160 W SurfaceComposerClient: Sync transaction timed out waiting for commit callback.
05-21 14:03:38.279 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:38.279 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:38.340 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:38.682 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:03:38.883 9128 9288 D EGL_emulation: app_time_stats: avg=84.37ms min=27.67ms max=562.27ms count=13
05-21 14:03:39.998 9128 9160 I KASPRESSO: Reloading of the element is started
05-21 14:03:39.998 9128 9160 I KASPRESSO: Reloading of the element is finished
05-21 14:03:39.998 9128 9160 I KASPRESSO: Repeat action again with the reloaded element
05-21 14:03:39.998 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:39.998 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:40.002 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:41.530 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:41.530 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:41.535 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:42.556 9128 9160 I KASPRESSO: Reloading of the element is started
05-21 14:03:42.556 9128 9160 I KASPRESSO: Reloading of the element is finished
05-21 14:03:42.556 9128 9160 I KASPRESSO: Repeat action again with the reloaded element
05-21 14:03:42.556 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:42.556 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:42.559 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:44.142 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:44.142 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:44.154 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:45.177 9128 9160 I KASPRESSO: Reloading of the element is started
05-21 14:03:45.177 9128 9160 I KASPRESSO: Reloading of the element is finished
05-21 14:03:45.177 9128 9160 I KASPRESSO: Repeat action again with the reloaded element
05-21 14:03:45.177 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:45.177 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:45.180 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:46.708 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:46.708 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:46.714 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:47.101 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:03:47.123 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 14:03:47.702 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:03:47.742 9128 9160 I KASPRESSO: Reloading of the element is started
05-21 14:03:47.743 9128 9160 I KASPRESSO: Reloading of the element is finished
05-21 14:03:47.743 9128 9160 I KASPRESSO: Repeat action again with the reloaded element
05-21 14:03:47.743 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:47.743 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LoginScreen')) && (TestTag = 'LoginButton'); position: 0; useUnmergedTree: false.
05-21 14:03:47.748 9128 9160 I KASPRESSO: SemanticsNodeInteraction autoscroll did not help. Throwing exception.
05-21 14:03:47.791 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:03:49.281 9128 9160 E KASPRESSO: All attempts to interact for 10000 ms totally failed because of AssertionError
05-21 14:03:49.301 848 904 D SplashScreenView: Build android.window.SplashScreenView{31c6d4b V.E...... ......ID 0,0-0,0}
05-21 14:03:49.301 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:49.301 848 904 D SplashScreenView: Branding: view: android.view.View{f699328 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:49.319 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:49.336 438 459 W TransactionTracing: Could not find layer id 5127
05-21 14:03:49.336 438 459 W TransactionTracing: Could not find layer id 5127
05-21 14:03:49.336 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@2a9c770 in: PAUSED
05-21 14:03:49.350 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=com.github.se.polyfit.MainActivity@2a9c770
05-21 14:03:49.354 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 14:03:49.361 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:03:49.362 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:03:49.449 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:49.453 848 966 D EGL_emulation: app_time_stats: avg=2899.68ms min=23.13ms max=11414.92ms count=4
05-21 14:03:49.604 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:49.607 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +315ms
05-21 14:03:49.627 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:49.629 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=407, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@9dbb61f
05-21 14:03:49.639 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:49.640 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:49.640 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:49.641 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:49.643 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:49.704 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:03:49.721 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:49.722 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:49.722 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:49.747 6276 6287 W System : A resource failed to call release.
05-21 14:03:49.747 6276 6287 W System : A resource failed to call release.
05-21 14:03:49.747 6276 6287 W System : A resource failed to call release.
05-21 14:03:49.784 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:aeb47bf3: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:49.784 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:aeb47bf3: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:49.793 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:49.797 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:49.797 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:49.797 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:49.797 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:49.829 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@2a9c770 in: STOPPED
05-21 14:03:49.840 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=com.github.se.polyfit.MainActivity@2a9c770
05-21 14:03:49.907 9128 9128 D LifecycleMonitor: Lifecycle status change: com.github.se.polyfit.MainActivity@2a9c770 in: DESTROYED
05-21 14:03:49.907 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:49.911 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@55a83a5
05-21 14:03:49.916 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3464e40]
05-21 14:03:49.929 595 957 W InputManager-JNI: Input channel object '26bc1dd com.github.se.polyfit/com.github.se.polyfit.MainActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:49.947 9128 9160 E TestRunner: failed: titleAndButtonAreCorrectlyDisplayed(com.github.se.polyfit.ui.screen.LoginTest)
05-21 14:03:49.947 9128 9160 E TestRunner: ----- begin exception -----
05-21 14:03:49.958 9128 9160 E TestRunner: java.lang.AssertionError: Assert failed: The component is not displayed!
05-21 14:03:49.958 9128 9160 E TestRunner: at androidx.compose.ui.test.AssertionsKt.assertIsDisplayed(Assertions.kt:34)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.assertion.NodeAssertions$assertIsDisplayed$1.invoke(NodeAssertions.kt:13)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.assertion.NodeAssertions$assertIsDisplayed$1.invoke(NodeAssertions.kt:13)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt$produceComposeAssertion$1.execute(ComposeOperationImpls.kt:29)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt$produceComposeAssertion$1.execute(ComposeOperationImpls.kt:26)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.interaction.ComposeInteraction.check(ComposeInteraction.kt:16)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$1.invoke(ComposeSemanticsInterceptor.kt:29)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$1.invoke(ComposeSemanticsInterceptor.kt:24)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.autoscroll.SemanticsAutoScrollProviderImpl.withAutoScroll(SemanticsAutoScrollProviderImpl.kt:27)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.withAutoScroll(Unknown Source:12)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.interceptCheck(AutoScrollSemanticsBehaviorInterceptor.kt:32)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.autoscroll.AutoScrollSemanticsBehaviorInterceptor.interceptCheck(AutoScrollSemanticsBehaviorInterceptor.kt:16)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.kaspresso.systemsafety.SystemDialogSafetyProviderImpl.passSystemDialogs(SystemDialogSafetyProviderImpl.kt:55)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.passSystemDialogs(Unknown Source:7)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.interceptCheck(SystemDialogSafetySemanticsBehaviorInterceptor.kt:35)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.systemsafety.SystemDialogSafetySemanticsBehaviorInterceptor.interceptCheck(SystemDialogSafetySemanticsBehaviorInterceptor.kt:17)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.kaspresso.elementloader.ElementLoaderProviderImpl.passAction(ElementLoaderProviderImpl.kt:36)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.passAction(Unknown Source:12)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.interceptCheck(ElementLoaderSemanticsBehaviorInterceptor.kt:32)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.elementloader.ElementLoaderSemanticsBehaviorInterceptor.interceptCheck(ElementLoaderSemanticsBehaviorInterceptor.kt:16)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm.invokeFlakySafely(FlakySafetyAlgorithm.kt:32)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm.invokeFlakySafely$default(FlakySafetyAlgorithm.kt:22)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.kaspresso.flakysafety.FlakySafetyProviderSimpleImpl.flakySafely(FlakySafetyProviderSimpleImpl.kt:27)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.flakySafely(Unknown Source:7)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.interceptCheck(FlakySafeSemanticsBehaviorInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.behavior.impl.flakysafety.FlakySafeSemanticsBehaviorInterceptor.interceptCheck(FlakySafeSemanticsBehaviorInterceptor.kt:16)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor$interceptCheck$2$1.invoke(ComposeSemanticsInterceptor.kt:33)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.interceptors.tolibrary.ComposeSemanticsInterceptor.interceptCheck(ComposeSemanticsInterceptor.kt:35)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.config.ComposeInterceptorsInjector$injectKaspressoInKakaoCompose$1$1$1.invoke(ComposeInterceptorsInjector.kt:22)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.kaspersky.components.composesupport.config.ComposeInterceptorsInjector$injectKaspressoInKakaoCompose$1$1$1.invoke(ComposeInterceptorsInjector.kt:22)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptOnCheck(Delegate.kt:68)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptCheck$intercept(Delegate.kt:37)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.interceptCheck(Delegate.kt:41)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.Delegate$DefaultImpls.check(Delegate.kt:26)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:13)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:13)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check(ComposeDelegate.kt:34)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.intercept.delegate.ComposeDelegate.check$default(ComposeDelegate.kt:30)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.assertion.NodeAssertions$DefaultImpls.assertIsDisplayed(NodeAssertions.kt:13)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.BaseNode.assertIsDisplayed(BaseNode.kt:14)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest$titleAndButtonAreCorrectlyDisplayed$1$2.invoke(LoginTest.kt:41)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest$titleAndButtonAreCorrectlyDisplayed$1$2.invoke(LoginTest.kt:40)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.KDSL$DefaultImpls.invoke(KDSL.kt:7)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.BaseNode.invoke(BaseNode.kt:14)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest$titleAndButtonAreCorrectlyDisplayed$1.invoke(LoginTest.kt:40)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest$titleAndButtonAreCorrectlyDisplayed$1.invoke(LoginTest.kt:34)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.KDSL$DefaultImpls.invoke(KDSL.kt:7)
05-21 14:03:49.958 9128 9160 E TestRunner: at io.github.kakaocup.compose.node.core.BaseNode.invoke(BaseNode.kt:14)
05-21 14:03:49.958 9128 9160 E TestRunner: at com.github.se.polyfit.ui.screen.LoginTest.titleAndButtonAreCorrectlyDisplayed(LoginTest.kt:75)
05-21 14:03:49.958 9128 9160 E TestRunner: at java.lang.reflect.Method.invoke(Native Method)
05-21 14:03:49.958 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 14:03:49.958 9128 9160 E TestRunner: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 14:03:49.958 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 14:03:49.958 9128 9160 E TestRunner: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 14:03:49.958 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.AndroidComposeTestRule$apply$1$evaluate$1.invoke(AndroidComposeTestRule.android.kt:272)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.AndroidComposeTestRule$apply$1$evaluate$1.invoke(AndroidComposeTestRule.android.kt:271)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$AndroidComposeUiTestImpl.withDisposableContent(ComposeUiTest.android.kt:495)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1$1$1$1$1.invoke(ComposeUiTest.android.kt:327)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.withComposeIdlingResource(ComposeUiTest.android.kt:379)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.access$withComposeIdlingResource(ComposeUiTest.android.kt:230)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1$1$1$1.invoke(ComposeUiTest.android.kt:326)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.withWindowRecomposer(ComposeUiTest.android.kt:353)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.access$withWindowRecomposer(ComposeUiTest.android.kt:230)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1$1$1.invoke(ComposeUiTest.android.kt:325)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.withTestCoroutines(ComposeUiTest.android.kt:366)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.access$withTestCoroutines(ComposeUiTest.android.kt:230)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1$1.invoke(ComposeUiTest.android.kt:324)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.EspressoLink.withStrategy(EspressoLink.android.kt:66)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1$1.invoke(ComposeUiTest.android.kt:323)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.IdlingResourceRegistry.withRegistry(IdlingResourceRegistry.jvm.kt:157)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$runTest$1.invoke(ComposeUiTest.android.kt:322)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.ComposeRootRegistry.withRegistry(ComposeRootRegistry.android.kt:146)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.runTest(ComposeUiTest.android.kt:321)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.compose.ui.test.junit4.AndroidComposeTestRule$apply$1.evaluate(AndroidComposeTestRule.android.kt:271)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 14:03:49.959 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 14:03:49.959 9128 9160 E TestRunner: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 14:03:49.959 9128 9160 E TestRunner: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 14:03:49.959 9128 9160 E TestRunner: ----- end exception -----
05-21 14:03:49.965 9128 9160 I TestRunner: finished: titleAndButtonAreCorrectlyDisplayed(com.github.se.polyfit.ui.screen.LoginTest)
-
360 ms
com.github.se.polyfit.viewmodel.post.InOrderTest
-
360 ms
failedtestSetInOrder
-
java.lang.AssertionError: Verification failed: calls are not in verification order
Matchers:
+CreatePostViewModel(#951).initPostLocation(eq(CurrentLocationRequest(#950))))
CreatePostViewModel(#951).setPost())
Calls:
1) CreatePostViewModel(#951).setInOrder(CurrentLocationRequest(#950))
2) CreatePostViewModel(#951).getTag(androidx.lifecycle.ViewModelCoroutineScope.JOB_KEY)
3) +CreatePostViewModel(#951).initPostLocation(CurrentLocationRequest(#950))
Stack traces:
1) io.mockk.impl.InternalPlatform.captureStackTrace (InternalPlatform.kt:130)
io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:253)
io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:24)
io.mockk.proxy.android.advice.Advice.handle$lambda$0 (Advice.kt:78)
io.mockk.proxy.android.advice.Advice.$r8$lambda$__tUSv4gdDmG-jSc9y9hgANlxW8 (-:0)
io.mockk.proxy.android.advice.Advice$$ExternalSyntheticLambda0.call (D8$$SyntheticClass:0)
com.github.se.polyfit.viewmodel.post.CreatePostViewModel.setInOrder (-:40)
com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invokeSuspend (InOrderTest.kt:73)
com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke (-:8)
com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke (-:4)
kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt$runBlockingTest$deferred$1.invokeSuspend (TestBuildersDeprecated.kt:64)
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:104)
kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch (TestCoroutineDispatcher.kt:41)
kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith (DispatchedContinuation.kt:318)
kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable (Cancellable.kt:26)
kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default (Cancellable.kt:21)
kotlinx.coroutines.CoroutineStart.invoke (CoroutineStart.kt:88)
kotlinx.coroutines.AbstractCoroutine.start (AbstractCoroutine.kt:123)
kotlinx.coroutines.BuildersKt__Builders_commonKt.async (Builders.common.kt:87)
kotlinx.coroutines.BuildersKt.async (-:1)
kotlinx.coroutines.BuildersKt__Builders_commonKt.async$default (Builders.common.kt:78)
kotlinx.coroutines.BuildersKt.async$default (-:1)
kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest (TestBuildersDeprecated.kt:63)
kotlinx.coroutines.test.TestBuildersKt.runBlockingTest (-:1)
kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest (TestBuildersDeprecated.kt:128)
kotlinx.coroutines.test.TestBuildersKt.runBlockingTest (-:1)
com.github.se.polyfit.viewmodel.post.InOrderTest.testSetInOrder (InOrderTest.kt:71)
java.lang.reflect.Method.invoke (Method.java:-2)N
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall (FrameworkMethod.java:59)
org.junit.internal.runners.model.ReflectiveCallable.run (ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively (FrameworkMethod.java:56)
org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate (RunAfters.java:27)
org.junit.rules.TestWatcher$1.evaluate (TestWatcher.java:61)
org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate (BlockJUnit4ClassRunner.java:100)
org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:366)
org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:103)
org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:63)
org.junit.runners.ParentRunner$4.run (ParentRunner.java:331)
org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:79)
org.junit.runners.ParentRunner.runChildren (ParentRunner.java:329)
org.junit.runners.ParentRunner.access$100 (ParentRunner.java:66)
org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:293)
org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
org.junit.runners.ParentRunner.run (ParentRunner.java:413)
org.junit.runners.Suite.runChild (Suite.java:128)
org.junit.runners.Suite.runChild (Suite.java:27)
org.junit.runners.ParentRunner$4.run (ParentRunner.java:331)
org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:79)
org.junit.runners.ParentRunner.runChildren (ParentRunner.java:329)
org.junit.runners.ParentRunner.access$100 (ParentRunner.java:66)
org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:293)
org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
org.junit.runners.ParentRunner.run (ParentRunner.java:413)
org.junit.runner.JUnitCore.run (JUnitCore.java:137)
org.junit.runner.JUnitCore.run (JUnitCore.java:115)
androidx.test.internal.runner.TestExecutor.execute (TestExecutor.java:67)
androidx.test.internal.runner.TestExecutor.execute (TestExecutor.java:58)
androidx.test.runner.AndroidJUnitRunner.onStart (AndroidJUnitRunner.java:446)
android.app.Instrumentation$InstrumentationThread.run (Instrumentation.java:2402)
2) io.mockk.impl.InternalPlatform.captureStackTrace (InternalPlatform.kt:130)
io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:253)
io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:24)
io.mockk.proxy.android.advice.Advice.handle$lambda$0 (Advice.kt:78)
io.mockk.proxy.android.advice.Advice.$r8$lambda$__tUSv4gdDmG-jSc9y9hgANlxW8 (-:0)
io.mockk.proxy.android.advice.Advice$$ExternalSyntheticLambda0.call (D8$$SyntheticClass:0)
androidx.lifecycle.ViewModel.getTag (-:40)
androidx.lifecycle.ViewModelKt.getViewModelScope (ViewModel.kt:37)
com.github.se.polyfit.viewmodel.post.CreatePostViewModel.setInOrder (CreatePostViewModel.kt:86)
java.lang.reflect.Method.invoke (Method.java:-2)N
io.mockk.proxy.android.advice.Advice$SuperMethodCall.call (Advice.kt:137)
io.mockk.impl.instantiation.JvmMockFactoryHelper.handleOriginalCall (JvmMockFactoryHelper.kt:96)
io.mockk.impl.instantiation.JvmMockFactoryHelper.access$handleOriginalCall (JvmMockFactoryHelper.kt:19)
io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1$invocation$1$1.invoke (JvmMockFactoryHelper.kt:28)
io.mockk.impl.stub.MockKStub$handleInvocation$originalPlusToString$1.invoke (MockKStub.kt:233)
io.mockk.impl.stub.SpyKStub.defaultAnswer (SpyKStub.kt:15)
io.mockk.impl.stub.MockKStub.answer (MockKStub.kt:42)
io.mockk.impl.recording.states.AnsweringState.call (AnsweringState.kt:16)
io.mockk.impl.recording.CommonCallRecorder.call (CommonCallRecorder.kt:53)
io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:269)
io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:24)
io.mockk.proxy.android.advice.Advice.handle$lambda$0 (Advice.kt:78)
io.mockk.proxy.android.advice.Advice.$r8$lambda$__tUSv4gdDmG-jSc9y9hgANlxW8 (-:0)
io.mockk.proxy.android.advice.Advice$$ExternalSyntheticLambda0.call (D8$$SyntheticClass:0)
com.github.se.polyfit.viewmodel.post.CreatePostViewModel.setInOrder (-:40)
com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invokeSuspend (InOrderTest.kt:73)
com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke (-:8)
com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke (-:4)
kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt$runBlockingTest$deferred$1.invokeSuspend (TestBuildersDeprecated.kt:64)
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:104)
kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch (TestCoroutineDispatcher.kt:41)
kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith (DispatchedContinuation.kt:318)
kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable (Cancellable.kt:26)
kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default (Cancellable.kt:21)
kotlinx.coroutines.CoroutineStart.invoke (CoroutineStart.kt:88)
kotlinx.coroutines.AbstractCoroutine.start (AbstractCoroutine.kt:123)
kotlinx.coroutines.BuildersKt__Builders_commonKt.async (Builders.common.kt:87)
kotlinx.coroutines.BuildersKt.async (-:1)
kotlinx.coroutines.BuildersKt__Builders_commonKt.async$default (Builders.common.kt:78)
kotlinx.coroutines.BuildersKt.async$default (-:1)
kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest (TestBuildersDeprecated.kt:63)
kotlinx.coroutines.test.TestBuildersKt.runBlockingTest (-:1)
kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest (TestBuildersDeprecated.kt:128)
kotlinx.coroutines.test.TestBuildersKt.runBlockingTest (-:1)
com.github.se.polyfit.viewmodel.post.InOrderTest.testSetInOrder (InOrderTest.kt:71)
java.lang.reflect.Method.invoke (Method.java:-2)N
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall (FrameworkMethod.java:59)
org.junit.internal.runners.model.ReflectiveCallable.run (ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively (FrameworkMethod.java:56)
org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate (RunAfters.java:27)
org.junit.rules.TestWatcher$1.evaluate (TestWatcher.java:61)
org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate (BlockJUnit4ClassRunner.java:100)
org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:366)
org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:103)
org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:63)
org.junit.runners.ParentRunner$4.run (ParentRunner.java:331)
org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:79)
org.junit.runners.ParentRunner.runChildren (ParentRunner.java:329)
org.junit.runners.ParentRunner.access$100 (ParentRunner.java:66)
org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:293)
org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
org.junit.runners.ParentRunner.run (ParentRunner.java:413)
org.junit.runners.Suite.runChild (Suite.java:128)
org.junit.runners.Suite.runChild (Suite.java:27)
org.junit.runners.ParentRunner$4.run (ParentRunner.java:331)
org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:79)
org.junit.runners.ParentRunner.runChildren (ParentRunner.java:329)
org.junit.runners.ParentRunner.access$100 (ParentRunner.java:66)
org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:293)
org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
org.junit.runners.ParentRunner.run (ParentRunner.java:413)
org.junit.runner.JUnitCore.run (JUnitCore.java:137)
org.junit.runner.JUnitCore.run (JUnitCore.java:115)
androidx.test.internal.runner.TestExecutor.execute (TestExecutor.java:67)
androidx.test.internal.runner.TestExecutor.execute (TestExecutor.java:58)
androidx.test.runner.AndroidJUnitRunner.onStart (AndroidJUnitRunner.java:446)
android.app.Instrumentation$InstrumentationThread.run (Instrumentation.java:2402)
3) io.mockk.impl.InternalPlatform.captureStackTrace (InternalPlatform.kt:130)
io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:253)
io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:24)
io.mockk.proxy.android.advice.Advice.handle$lambda$0 (Advice.kt:78)
io.mockk.proxy.android.advice.Advice.$r8$lambda$__tUSv4gdDmG-jSc9y9hgANlxW8 (-:0)
io.mockk.proxy.android.advice.Advice$$ExternalSyntheticLambda0.call (D8$$SyntheticClass:0)
com.github.se.polyfit.viewmodel.post.CreatePostViewModel.initPostLocation (-:40)
com.github.se.polyfit.viewmodel.post.CreatePostViewModel$setInOrder$1.invokeSuspend (CreatePostViewModel.kt:87)
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:104)
kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.kt:585)
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.kt:802)
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.kt:706)
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.kt:693)
at io.mockk.impl.recording.states.VerifyingState.failIfNotPassed(VerifyingState.kt:63)
at io.mockk.impl.recording.states.VerifyingState.recordingDone(VerifyingState.kt:42)
at io.mockk.impl.recording.CommonCallRecorder.done(CommonCallRecorder.kt:47)
at io.mockk.impl.eval.RecordedBlockEvaluator.record(RecordedBlockEvaluator.kt:63)
at io.mockk.impl.eval.VerifyBlockEvaluator.verify(VerifyBlockEvaluator.kt:30)
at io.mockk.MockKDsl.internalCoVerify(API.kt:145)
at io.mockk.MockKDsl.internalCoVerify$default(API.kt:130)
at io.mockk.MockKDsl.internalCoVerifyOrder(API.kt:214)
at io.mockk.MockKKt.coVerifyOrder(MockK.kt:342)
at io.mockk.MockKKt.coVerifyOrder$default(MockK.kt:338)
at com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invokeSuspend(InOrderTest.kt:76)
at com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke(Unknown Source:8)
at com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke(Unknown Source:4)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt$runBlockingTest$deferred$1.invokeSuspend(TestBuildersDeprecated.kt:64)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch(TestCoroutineDispatcher.kt:41)
at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:318)
at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:26)
at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:21)
at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:88)
at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:123)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.async(Builders.common.kt:87)
at kotlinx.coroutines.BuildersKt.async(Unknown Source:1)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.async$default(Builders.common.kt:78)
at kotlinx.coroutines.BuildersKt.async$default(Unknown Source:1)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest(TestBuildersDeprecated.kt:63)
at kotlinx.coroutines.test.TestBuildersKt.runBlockingTest(Unknown Source:1)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest(TestBuildersDeprecated.kt:128)
at kotlinx.coroutines.test.TestBuildersKt.runBlockingTest(Unknown Source:1)
at com.github.se.polyfit.viewmodel.post.InOrderTest.testSetInOrder(InOrderTest.kt:71)
-
05-21 14:05:09.472 9128 9160 I TestRunner: started: testSetInOrder(com.github.se.polyfit.viewmodel.post.InOrderTest)
05-21 14:05:09.512 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:05:09.512 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:05:09.807 9128 9160 E TestRunner: failed: testSetInOrder(com.github.se.polyfit.viewmodel.post.InOrderTest)
05-21 14:05:09.807 9128 9160 E TestRunner: ----- begin exception -----
05-21 14:05:09.821 9128 9160 E TestRunner: java.lang.AssertionError: Verification failed: calls are not in verification order
05-21 14:05:09.821 9128 9160 E TestRunner:
05-21 14:05:09.821 9128 9160 E TestRunner: Matchers:
05-21 14:05:09.821 9128 9160 E TestRunner: +CreatePostViewModel(#951).initPostLocation(eq(CurrentLocationRequest(#950))))
05-21 14:05:09.821 9128 9160 E TestRunner: CreatePostViewModel(#951).setPost())
05-21 14:05:09.821 9128 9160 E TestRunner:
05-21 14:05:09.821 9128 9160 E TestRunner: Calls:
05-21 14:05:09.821 9128 9160 E TestRunner: 1) CreatePostViewModel(#951).setInOrder(CurrentLocationRequest(#950))
05-21 14:05:09.821 9128 9160 E TestRunner: 2) CreatePostViewModel(#951).getTag(androidx.lifecycle.ViewModelCoroutineScope.JOB_KEY)
05-21 14:05:09.821 9128 9160 E TestRunner: 3) +CreatePostViewModel(#951).initPostLocation(CurrentLocationRequest(#950))
05-21 14:05:09.821 9128 9160 E TestRunner:
05-21 14:05:09.821 9128 9160 E TestRunner: Stack traces:
05-21 14:05:09.821 9128 9160 E TestRunner: 1) io.mockk.impl.InternalPlatform.captureStackTrace (InternalPlatform.kt:130)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:253)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:24)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice.handle$lambda$0 (Advice.kt:78)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice.$r8$lambda$__tUSv4gdDmG-jSc9y9hgANlxW8 (-:0)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice$$ExternalSyntheticLambda0.call (D8$$SyntheticClass:0)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.CreatePostViewModel.setInOrder (-:40)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invokeSuspend (InOrderTest.kt:73)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke (-:8)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke (-:4)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt$runBlockingTest$deferred$1.invokeSuspend (TestBuildersDeprecated.kt:64)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:104)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch (TestCoroutineDispatcher.kt:41)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith (DispatchedContinuation.kt:318)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable (Cancellable.kt:26)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default (Cancellable.kt:21)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.CoroutineStart.invoke (CoroutineStart.kt:88)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.AbstractCoroutine.start (AbstractCoroutine.kt:123)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.BuildersKt__Builders_commonKt.async (Builders.common.kt:87)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.BuildersKt.async (-:1)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.BuildersKt__Builders_commonKt.async$default (Builders.common.kt:78)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.BuildersKt.async$default (-:1)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest (TestBuildersDeprecated.kt:63)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt.runBlockingTest (-:1)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest (TestBuildersDeprecated.kt:128)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt.runBlockingTest (-:1)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.InOrderTest.testSetInOrder (InOrderTest.kt:71)
05-21 14:05:09.821 9128 9160 E TestRunner: java.lang.reflect.Method.invoke (Method.java:-2)N
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.model.FrameworkMethod$1.runReflectiveCall (FrameworkMethod.java:59)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.internal.runners.model.ReflectiveCallable.run (ReflectiveCallable.java:12)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.model.FrameworkMethod.invokeExplosively (FrameworkMethod.java:56)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.internal.runners.statements.RunAfters.evaluate (RunAfters.java:27)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.rules.TestWatcher$1.evaluate (TestWatcher.java:61)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.BlockJUnit4ClassRunner$1.evaluate (BlockJUnit4ClassRunner.java:100)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:366)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:103)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:63)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$4.run (ParentRunner.java:331)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:79)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.runChildren (ParentRunner.java:329)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.access$100 (ParentRunner.java:66)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:293)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.run (ParentRunner.java:413)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.Suite.runChild (Suite.java:128)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.Suite.runChild (Suite.java:27)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$4.run (ParentRunner.java:331)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:79)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.runChildren (ParentRunner.java:329)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.access$100 (ParentRunner.java:66)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:293)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.run (ParentRunner.java:413)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runner.JUnitCore.run (JUnitCore.java:137)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runner.JUnitCore.run (JUnitCore.java:115)
05-21 14:05:09.821 9128 9160 E TestRunner: androidx.test.internal.runner.TestExecutor.execute (TestExecutor.java:67)
05-21 14:05:09.821 9128 9160 E TestRunner: androidx.test.internal.runner.TestExecutor.execute (TestExecutor.java:58)
05-21 14:05:09.821 9128 9160 E TestRunner: androidx.test.runner.AndroidJUnitRunner.onStart (AndroidJUnitRunner.java:446)
05-21 14:05:09.821 9128 9160 E TestRunner: android.app.Instrumentation$InstrumentationThread.run (Instrumentation.java:2402)
05-21 14:05:09.821 9128 9160 E TestRunner:
05-21 14:05:09.821 9128 9160 E TestRunner: 2) io.mockk.impl.InternalPlatform.captureStackTrace (InternalPlatform.kt:130)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:253)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:24)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice.handle$lambda$0 (Advice.kt:78)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice.$r8$lambda$__tUSv4gdDmG-jSc9y9hgANlxW8 (-:0)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice$$ExternalSyntheticLambda0.call (D8$$SyntheticClass:0)
05-21 14:05:09.821 9128 9160 E TestRunner: androidx.lifecycle.ViewModel.getTag (-:40)
05-21 14:05:09.821 9128 9160 E TestRunner: androidx.lifecycle.ViewModelKt.getViewModelScope (ViewModel.kt:37)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.CreatePostViewModel.setInOrder (CreatePostViewModel.kt:86)
05-21 14:05:09.821 9128 9160 E TestRunner: java.lang.reflect.Method.invoke (Method.java:-2)N
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice$SuperMethodCall.call (Advice.kt:137)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.instantiation.JvmMockFactoryHelper.handleOriginalCall (JvmMockFactoryHelper.kt:96)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.instantiation.JvmMockFactoryHelper.access$handleOriginalCall (JvmMockFactoryHelper.kt:19)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1$invocation$1$1.invoke (JvmMockFactoryHelper.kt:28)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.stub.MockKStub$handleInvocation$originalPlusToString$1.invoke (MockKStub.kt:233)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.stub.SpyKStub.defaultAnswer (SpyKStub.kt:15)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.stub.MockKStub.answer (MockKStub.kt:42)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.recording.states.AnsweringState.call (AnsweringState.kt:16)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.recording.CommonCallRecorder.call (CommonCallRecorder.kt:53)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:269)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:24)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice.handle$lambda$0 (Advice.kt:78)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice.$r8$lambda$__tUSv4gdDmG-jSc9y9hgANlxW8 (-:0)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice$$ExternalSyntheticLambda0.call (D8$$SyntheticClass:0)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.CreatePostViewModel.setInOrder (-:40)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invokeSuspend (InOrderTest.kt:73)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke (-:8)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke (-:4)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt$runBlockingTest$deferred$1.invokeSuspend (TestBuildersDeprecated.kt:64)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:104)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch (TestCoroutineDispatcher.kt:41)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith (DispatchedContinuation.kt:318)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable (Cancellable.kt:26)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default (Cancellable.kt:21)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.CoroutineStart.invoke (CoroutineStart.kt:88)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.AbstractCoroutine.start (AbstractCoroutine.kt:123)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.BuildersKt__Builders_commonKt.async (Builders.common.kt:87)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.BuildersKt.async (-:1)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.BuildersKt__Builders_commonKt.async$default (Builders.common.kt:78)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.BuildersKt.async$default (-:1)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest (TestBuildersDeprecated.kt:63)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt.runBlockingTest (-:1)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest (TestBuildersDeprecated.kt:128)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.test.TestBuildersKt.runBlockingTest (-:1)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.InOrderTest.testSetInOrder (InOrderTest.kt:71)
05-21 14:05:09.821 9128 9160 E TestRunner: java.lang.reflect.Method.invoke (Method.java:-2)N
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.model.FrameworkMethod$1.runReflectiveCall (FrameworkMethod.java:59)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.internal.runners.model.ReflectiveCallable.run (ReflectiveCallable.java:12)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.model.FrameworkMethod.invokeExplosively (FrameworkMethod.java:56)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.internal.runners.statements.RunAfters.evaluate (RunAfters.java:27)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.rules.TestWatcher$1.evaluate (TestWatcher.java:61)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.BlockJUnit4ClassRunner$1.evaluate (BlockJUnit4ClassRunner.java:100)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:366)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:103)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:63)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$4.run (ParentRunner.java:331)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:79)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.runChildren (ParentRunner.java:329)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.access$100 (ParentRunner.java:66)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:293)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.run (ParentRunner.java:413)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.Suite.runChild (Suite.java:128)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.Suite.runChild (Suite.java:27)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$4.run (ParentRunner.java:331)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:79)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.runChildren (ParentRunner.java:329)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.access$100 (ParentRunner.java:66)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:293)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner$3.evaluate (ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runners.ParentRunner.run (ParentRunner.java:413)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runner.JUnitCore.run (JUnitCore.java:137)
05-21 14:05:09.821 9128 9160 E TestRunner: org.junit.runner.JUnitCore.run (JUnitCore.java:115)
05-21 14:05:09.821 9128 9160 E TestRunner: androidx.test.internal.runner.TestExecutor.execute (TestExecutor.java:67)
05-21 14:05:09.821 9128 9160 E TestRunner: androidx.test.internal.runner.TestExecutor.execute (TestExecutor.java:58)
05-21 14:05:09.821 9128 9160 E TestRunner: androidx.test.runner.AndroidJUnitRunner.onStart (AndroidJUnitRunner.java:446)
05-21 14:05:09.821 9128 9160 E TestRunner: android.app.Instrumentation$InstrumentationThread.run (Instrumentation.java:2402)
05-21 14:05:09.821 9128 9160 E TestRunner:
05-21 14:05:09.821 9128 9160 E TestRunner: 3) io.mockk.impl.InternalPlatform.captureStackTrace (InternalPlatform.kt:130)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:253)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:24)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice.handle$lambda$0 (Advice.kt:78)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice.$r8$lambda$__tUSv4gdDmG-jSc9y9hgANlxW8 (-:0)
05-21 14:05:09.821 9128 9160 E TestRunner: io.mockk.proxy.android.advice.Advice$$ExternalSyntheticLambda0.call (D8$$SyntheticClass:0)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.CreatePostViewModel.initPostLocation (-:40)
05-21 14:05:09.821 9128 9160 E TestRunner: com.github.se.polyfit.viewmodel.post.CreatePostViewModel$setInOrder$1.invokeSuspend (CreatePostViewModel.kt:87)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:104)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.kt:585)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.kt:802)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.kt:706)
05-21 14:05:09.821 9128 9160 E TestRunner: kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.kt:693)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.impl.recording.states.VerifyingState.failIfNotPassed(VerifyingState.kt:63)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.impl.recording.states.VerifyingState.recordingDone(VerifyingState.kt:42)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.impl.recording.CommonCallRecorder.done(CommonCallRecorder.kt:47)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.impl.eval.RecordedBlockEvaluator.record(RecordedBlockEvaluator.kt:63)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.impl.eval.VerifyBlockEvaluator.verify(VerifyBlockEvaluator.kt:30)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.MockKDsl.internalCoVerify(API.kt:145)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.MockKDsl.internalCoVerify$default(API.kt:130)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.MockKDsl.internalCoVerifyOrder(API.kt:214)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.MockKKt.coVerifyOrder(MockK.kt:342)
05-21 14:05:09.821 9128 9160 E TestRunner: at io.mockk.MockKKt.coVerifyOrder$default(MockK.kt:338)
05-21 14:05:09.821 9128 9160 E TestRunner: at com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invokeSuspend(InOrderTest.kt:76)
05-21 14:05:09.821 9128 9160 E TestRunner: at com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke(Unknown Source:8)
05-21 14:05:09.821 9128 9160 E TestRunner: at com.github.se.polyfit.viewmodel.post.InOrderTest$testSetInOrder$1.invoke(Unknown Source:4)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt$runBlockingTest$deferred$1.invokeSuspend(TestBuildersDeprecated.kt:64)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch(TestCoroutineDispatcher.kt:41)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:318)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:26)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:21)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:88)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:123)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.BuildersKt__Builders_commonKt.async(Builders.common.kt:87)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.BuildersKt.async(Unknown Source:1)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.BuildersKt__Builders_commonKt.async$default(Builders.common.kt:78)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.BuildersKt.async$default(Unknown Source:1)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest(TestBuildersDeprecated.kt:63)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.test.TestBuildersKt.runBlockingTest(Unknown Source:1)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.test.TestBuildersKt__TestBuildersDeprecatedKt.runBlockingTest(TestBuildersDeprecated.kt:128)
05-21 14:05:09.821 9128 9160 E TestRunner: at kotlinx.coroutines.test.TestBuildersKt.runBlockingTest(Unknown Source:1)
05-21 14:05:09.821 9128 9160 E TestRunner: at com.github.se.polyfit.viewmodel.post.InOrderTest.testSetInOrder(InOrderTest.kt:71)
05-21 14:05:09.821 9128 9160 E TestRunner: at java.lang.reflect.Method.invoke(Native Method)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 14:05:09.821 9128 9160 E TestRunner: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 14:05:09.821 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 14:05:09.821 9128 9160 E TestRunner: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 14:05:09.821 9128 9160 E TestRunner: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 14:05:09.821 9128 9160 E TestRunner: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 14:05:09.821 9128 9160 E TestRunner: ----- end exception -----
05-21 14:05:09.826 9128 9160 I TestRunner: finished: testSetInOrder(com.github.se.polyfit.viewmodel.post.InOrderTest)
-
57 ms
com.github.se.polyfit.ExampleInstrumentedTest
-
57 ms
passeduseAppContext
-
05-21 13:55:49.380 9128 9160 I TestRunner: started: useAppContext(com.github.se.polyfit.ExampleInstrumentedTest)
05-21 13:55:49.387 9128 9160 I TestRunner: finished: useAppContext(com.github.se.polyfit.ExampleInstrumentedTest)
-
4.12 s
com.github.se.polyfit.data.Location.PostLocationModelTest
-
2.81 s
passedtestPermissionDenied
-
05-21 13:55:49.389 9128 9160 I TestRunner: started: testPermissionDenied(com.github.se.polyfit.data.Location.PostLocationModelTest)
05-21 13:55:49.487 9128 9160 W thub.se.polyfit: DexFile /data/user/0/com.github.se.polyfit/cache/mockk-boot5129425957451646313.jar is in boot class path but is not in a known location
05-21 13:55:49.488 9128 9160 W thub.se.polyfit: Accessing hidden method Ldalvik/system/VMDebug;->allowHiddenApiReflectionFrom(Ljava/lang/Class;)V (unsupported, reflection, allowed)
05-21 13:55:49.577 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Accessing hidden field Ljava/lang/Object;->shadow$_monitor_:I (max-target-o, linking, denied)
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Accessing hidden method Ljava/lang/Object;->identityHashCodeNative(Ljava/lang/Object;)I (max-target-o, linking, denied)
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Accessing hidden method Ljava/lang/Object;->internalClone()Ljava/lang/Object; (max-target-o, linking, denied)
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Accessing hidden field Ljava/lang/Object;->shadow$_klass_:Ljava/lang/Class; (max-target-o, linking, denied)
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/content/Context;->sLastAutofillId:I (max-target-o, linking, denied)
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->getActivityToken()Landroid/os/IBinder; (max-target-o, linking, denied)
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->getActivityToken()Landroid/os/IBinder; (max-target-o, linking, denied)
05-21 13:55:49.578 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->getWindowContextToken()Landroid/os/IBinder; (blocked, linking, denied)
05-21 13:55:49.579 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/os/Build;->IS_ENG:Z (max-target-o, linking, denied)
05-21 13:55:49.579 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/os/Build;->IS_ENG:Z (max-target-o, linking, denied)
05-21 13:55:49.579 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/os/HandlerExecutor;->(Landroid/os/Handler;)V (max-target-o, linking, denied)
05-21 13:55:49.580 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/content/Context;->sLastAutofillId:I (max-target-o, linking, denied)
05-21 13:55:49.580 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/content/Context;->sLastAutofillId:I (max-target-o, linking, denied)
05-21 13:55:49.580 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/content/Context;->sLastAutofillId:I (max-target-o, linking, denied)
05-21 13:55:49.580 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/content/Context;->sLastAutofillId:I (max-target-o, linking, denied)
05-21 13:55:49.580 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->getAutofillOptions()Landroid/content/AutofillOptions; (blocked, linking, denied)
05-21 13:55:49.580 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/content/AutofillOptions;->compatModeEnabled:Z (blocked,test-api, linking, allowed)
05-21 13:55:49.580 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->sendBroadcastMultiplePermissions(Landroid/content/Intent;[Ljava/lang/String;Landroid/os/Bundle;)V (blocked, linking, denied)
05-21 13:55:49.580 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->sendBroadcastMultiplePermissions(Landroid/content/Intent;[Ljava/lang/String;Landroid/os/Bundle;)V (blocked, linking, denied)
05-21 13:55:49.581 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->sendBroadcastMultiplePermissions(Landroid/content/Intent;[Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V (blocked, linking, denied)
05-21 13:55:49.581 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->sendBroadcastMultiplePermissions(Landroid/content/Intent;[Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Landroid/app/BroadcastOptions;)V (blocked, linking, denied)
05-21 13:55:49.582 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/content/Context;->sendBroadcastMultiplePermissions(Landroid/content/Intent;[Ljava/lang/String;)V (max-target-o, linking, denied)
05-21 13:55:49.670 377 9176 I resolv : GetAddrInfoHandler::run: {102 786534 102 983142 10129 0}
05-21 13:55:49.673 377 9177 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 13:55:49.673 377 9178 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 13:55:49.682 377 9177 I resolv : res_nsend: used send_dg 65 terrno: 0
05-21 13:55:49.682 377 9177 I resolv : doQuery: rcode=0, ancount=1, return value=65
05-21 13:55:49.683 377 9178 I resolv : res_nsend: used send_dg 53 terrno: 0
05-21 13:55:49.683 377 9178 I resolv : doQuery: rcode=0, ancount=1, return value=53
05-21 13:55:49.684 1893 9175 D TrafficStats: tagSocket(175) with statsTag=0x20003300, statsUid=10192
05-21 13:55:49.764 377 9180 I resolv : GetAddrInfoHandler::run: {102 786534 102 983142 10129 0}
05-21 13:55:49.765 377 9182 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 13:55:49.765 377 9181 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 13:55:49.770 377 9181 I resolv : res_nsend: used send_dg 101 terrno: 0
05-21 13:55:49.770 377 9181 I resolv : doQuery: rcode=0, ancount=2, return value=101
05-21 13:55:49.772 377 9182 I resolv : res_nsend: used send_dg 77 terrno: 0
05-21 13:55:49.772 377 9182 I resolv : doQuery: rcode=0, ancount=2, return value=77
05-21 13:55:49.773 1893 9175 D TrafficStats: tagSocket(178) with statsTag=0x20003300, statsUid=10192
05-21 13:55:50.447 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-1129177377.dm': No such file or directory
05-21 13:55:50.534 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:52.291 9128 9160 I LocationPermissionsModel: Location permissions not granted
05-21 13:55:52.295 9128 9160 I TestRunner: finished: testPermissionDenied(com.github.se.polyfit.data.Location.PostLocationModelTest)
-
127 ms
passedtestWithoutGranting
-
05-21 13:55:52.297 9128 9160 I TestRunner: started: testWithoutGranting(com.github.se.polyfit.data.Location.PostLocationModelTest)
05-21 13:55:52.422 9128 9160 I LocationPermissionsModel: Location permissions not granted
05-21 13:55:52.427 9128 9160 I TestRunner: finished: testWithoutGranting(com.github.se.polyfit.data.Location.PostLocationModelTest)
-
1.18 s
passedtestGetCurrentLocation
-
05-21 13:55:52.429 9128 9160 I TestRunner: started: testGetCurrentLocation(com.github.se.polyfit.data.Location.PostLocationModelTest)
05-21 13:55:52.630 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:52.633 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/location/Location$BearingDistanceCache;->(Landroid/location/Location$BearingDistanceCache-IA;)V (blocked, linking, denied)
05-21 13:55:52.635 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mAltitudeAccuracyMeters:F (blocked, linking, denied)
05-21 13:55:52.635 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mAltitudeMeters:D (blocked, linking, denied)
05-21 13:55:52.635 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mBearingAccuracyDegrees:F (max-target-o, linking, denied)
05-21 13:55:52.635 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mBearingDegrees:F (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mElapsedRealtimeNs:J (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mElapsedRealtimeUncertaintyNs:D (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mExtras:Landroid/os/Bundle; (max-target-o, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mFieldsMask:I (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mHorizontalAccuracyMeters:F (max-target-o, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mLatitudeDegrees:D (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mLongitudeDegrees:D (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mMslAltitudeAccuracyMeters:F (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mMslAltitudeMeters:D (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mSpeedAccuracyMetersPerSecond:F (max-target-o, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mSpeedMetersPerSecond:F (blocked, linking, denied)
05-21 13:55:52.636 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mTimeMs:J (blocked, linking, denied)
05-21 13:55:52.637 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/location/Location$$ExternalSyntheticLambda0;->()V (blocked, linking, denied)
05-21 13:55:52.637 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->sBearingDistanceCache:Ljava/lang/ThreadLocal; (max-target-o, linking, denied)
05-21 13:55:52.637 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/location/Location$1;->()V (blocked, linking, denied)
05-21 13:55:52.637 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mFieldsMask:I (blocked, linking, denied)
05-21 13:55:52.637 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mExtras:Landroid/os/Bundle; (max-target-o, linking, denied)
05-21 13:55:52.637 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mFieldsMask:I (blocked, linking, denied)
05-21 13:55:52.637 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mExtras:Landroid/os/Bundle; (max-target-o, linking, denied)
05-21 13:55:52.637 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mProvider:Ljava/lang/String; (blocked, linking, denied)
05-21 13:55:52.639 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/os/BaseBundle;->kindofEquals(Landroid/os/BaseBundle;)Z (max-target-o, linking, denied)
05-21 13:55:52.639 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mDistance:F (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mInitialBearing:F (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mFinalBearing:F (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat1:D (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat2:D (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon1:D (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon2:D (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mDistance:F (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mInitialBearing:F (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mFinalBearing:F (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat1:D (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat2:D (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon1:D (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon2:D (max-target-o, linking, denied)
05-21 13:55:52.640 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mDistance:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mInitialBearing:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mFinalBearing:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat1:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat2:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon1:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon2:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mDistance:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mInitialBearing:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mFinalBearing:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat1:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat2:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon1:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon2:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mDistance:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mInitialBearing:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mFinalBearing:F (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat1:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat2:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon1:D (max-target-o, linking, denied)
05-21 13:55:52.641 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon2:D (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden method Lcom/android/internal/util/Preconditions;->checkArgumentInRange(DDDLjava/lang/String;)D (blocked, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden method Lcom/android/internal/util/Preconditions;->checkArgument(ZLjava/lang/String;[Ljava/lang/Object;)V (blocked, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden method Lcom/android/internal/util/Preconditions;->checkArgument(ZLjava/lang/String;[Ljava/lang/Object;)V (blocked, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->sBearingDistanceCache:Ljava/lang/ThreadLocal; (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden method Landroid/location/Location;->computeDistanceAndBearing(DDDDLandroid/location/Location$BearingDistanceCache;)V (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mDistance:F (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mInitialBearing:F (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mFinalBearing:F (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->sBearingDistanceCache:Ljava/lang/ThreadLocal; (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mLatitudeDegrees:D (blocked, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat1:D (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mLongitudeDegrees:D (blocked, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon1:D (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mLatitudeDegrees:D (blocked, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLat2:D (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location;->mLongitudeDegrees:D (blocked, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Accessing hidden field Landroid/location/Location$BearingDistanceCache;->mLon2:D (max-target-o, linking, denied)
05-21 13:55:52.642 9128 9160 W thub.se.polyfit: Reached maximum number of hidden api access warnings.
05-21 13:55:52.660 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_1518722170.dm': No such file or directory
05-21 13:55:53.064 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-1610507963.dm': No such file or directory
05-21 13:55:53.491 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:53.563 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_1328015192.dm': No such file or directory
05-21 13:55:53.589 9128 9160 I PostLocationModel: Getting current location
05-21 13:55:53.595 9128 9160 I PostLocationModel: Location: Location(#7)
05-21 13:55:53.604 9128 9160 I TestRunner: finished: testGetCurrentLocation(com.github.se.polyfit.data.Location.PostLocationModelTest)
-
5 ms
com.github.se.polyfit.data.api.RecipeFromIngredientsResponseAPITest
-
1 ms
passedfromJsonObjectReturnsFailureResponseWhenJSONIsInvalid
-
05-21 13:55:53.609 9128 9160 I TestRunner: started: fromJsonObjectReturnsFailureResponseWhenJSONIsInvalid(com.github.se.polyfit.data.api.RecipeFromIngredientsResponseAPITest)
05-21 13:55:53.615 9128 9160 I TestRunner: finished: fromJsonObjectReturnsFailureResponseWhenJSONIsInvalid(com.github.se.polyfit.data.api.RecipeFromIngredientsResponseAPITest)
-
2 ms
passedfromJsonObjectReturnsFailureResponseWhenJSONEmpty
-
05-21 13:55:53.617 9128 9160 I TestRunner: started: fromJsonObjectReturnsFailureResponseWhenJSONEmpty(com.github.se.polyfit.data.api.RecipeFromIngredientsResponseAPITest)
05-21 13:55:53.619 9128 9160 I TestRunner: finished: fromJsonObjectReturnsFailureResponseWhenJSONEmpty(com.github.se.polyfit.data.api.RecipeFromIngredientsResponseAPITest)
-
2 ms
passedfromJsonObjectReturnsSuccessResponseWhenJSONIsValid
-
05-21 13:55:53.621 9128 9160 I TestRunner: started: fromJsonObjectReturnsSuccessResponseWhenJSONIsValid(com.github.se.polyfit.data.api.RecipeFromIngredientsResponseAPITest)
05-21 13:55:53.630 9128 9160 I TestRunner: finished: fromJsonObjectReturnsSuccessResponseWhenJSONIsValid(com.github.se.polyfit.data.api.RecipeFromIngredientsResponseAPITest)
-
3.62 s
com.github.se.polyfit.data.api.SpoonacularApiCallerTest
-
429 ms
passedgetRecipeNutritionReturnsExpectedResponse
-
05-21 13:55:53.632 9128 9160 I TestRunner: started: getRecipeNutritionReturnsExpectedResponse(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:53.734 377 9189 I resolv : GetAddrInfoHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:53.738 9128 9160 D TrafficStats: tagSocket(92) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:53.785 377 9191 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:53.809 9128 9160 D TrafficStats: tagSocket(93) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:53.816 9128 9190 D TrafficStats: tagSocket(95) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:53.838 377 9195 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:53.840 9128 9192 E SpoonacularApiCallerTest: Received request: GET /recipes/1/nutritionWidget.json
05-21 13:55:53.983 9128 9196 D ProfileInstaller: Installing profile for com.github.se.polyfit
05-21 13:55:54.066 9128 9160 I TestRunner: finished: getRecipeNutritionReturnsExpectedResponse(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
153 ms
passedgetRecipeNutritionHandlesErrorResponse
-
05-21 13:55:54.068 9128 9160 I TestRunner: started: getRecipeNutritionHandlesErrorResponse(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:54.198 9128 9160 D TrafficStats: tagSocket(92) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.203 9128 9160 D TrafficStats: tagSocket(94) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.206 9128 9198 D TrafficStats: tagSocket(96) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.210 377 9201 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:54.212 9128 9199 E SpoonacularApiCallerTest: Received request: GET /recipes/1/nutritionWidget.json
05-21 13:55:54.214 9128 9160 E SpoonacularApiCaller: Error getting recipe nutrition: Response{protocol=http/1.1, code=500, message=Server Error, url=http://localhost:43953/recipes/1/nutritionWidget.json}.code
05-21 13:55:54.217 9128 9160 I TestRunner: finished: getRecipeNutritionHandlesErrorResponse(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
126 ms
passedimageAnalysisHandlesErrorResponse
-
05-21 13:55:54.218 9128 9160 I TestRunner: started: imageAnalysisHandlesErrorResponse(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:54.327 9128 9160 D TrafficStats: tagSocket(92) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.335 9128 9160 D TrafficStats: tagSocket(95) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.335 9128 9203 D TrafficStats: tagSocket(97) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.341 377 9205 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:54.343 9128 9204 E SpoonacularApiCallerTest: Received request: POST /food/images/analyze
05-21 13:55:54.345 9128 9160 E SpoonacularApiCaller: Error during image analysis: 404
05-21 13:55:54.346 9128 9160 I TestRunner: finished: imageAnalysisHandlesErrorResponse(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
76 ms
passedtestImageAnalysisFromJson
-
05-21 13:55:54.348 9128 9160 I TestRunner: started: testImageAnalysisFromJson(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:54.392 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 913815(35MB) AllocSpace objects, 43(2536KB) LOS objects, 49% free, 10MB/21MB, paused 103us,26us total 105.562ms
05-21 13:55:54.421 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.427 9128 9160 I TestRunner: finished: testImageAnalysisFromJson(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
77 ms
passedrecipeFromIngredientsFaillure
-
05-21 13:55:54.428 9128 9160 I TestRunner: started: recipeFromIngredientsFaillure(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:54.487 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.494 9128 9160 D TrafficStats: tagSocket(92) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.495 9128 9209 D TrafficStats: tagSocket(96) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.498 377 9211 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:54.499 9128 9210 E SpoonacularApiCallerTest: Received request: GET /recipes/findByIngredients?ingredients=apple%2Cbanana&number=5&ignorePantry=true&ranking=1
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: Error getting recipe from ingredients
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: org.json.JSONException: Value Not of type java.lang.String cannot be converted to JSONArray
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.json.JSON.typeMismatch(JSON.java:112)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.json.JSONArray.(JSONArray.java:98)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.json.JSONArray.(JSONArray.java:110)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCaller.recipeByIngredients(SpoonacularAPI.kt:164)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCallerTest.recipeFromIngredientsFaillure(SpoonacularApiCallerTest.kt:280)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 13:55:54.504 9128 9160 E SpoonacularApiCaller: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 13:55:54.507 9128 9160 I TestRunner: finished: recipeFromIngredientsFaillure(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
126 ms
passedtestRecipeByIngredients
-
05-21 13:55:54.509 9128 9160 I TestRunner: started: testRecipeByIngredients(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:54.549 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f9410 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:55:54.608 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.614 9128 9160 D TrafficStats: tagSocket(96) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.615 9128 9213 D TrafficStats: tagSocket(98) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:54.617 377 9215 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:54.620 9128 9214 E SpoonacularApiCallerTest: Received request: GET /recipes/findByIngredients?ingredients=apple%2Cbanana&number=5&ignorePantry=true&ranking=1
05-21 13:55:54.632 9128 9160 I TestRunner: finished: testRecipeByIngredients(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
1.06 s
passedtestingImageToMeal
-
05-21 13:55:54.634 9128 9160 I TestRunner: started: testingImageToMeal(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:54.691 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.194 9128 9160 D TrafficStats: tagSocket(98) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.195 9128 9217 D TrafficStats: tagSocket(100) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.238 377 9219 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:55.240 9128 9218 E SpoonacularApiCallerTest: Received request: POST /food/images/analyze
05-21 13:55:55.265 377 9220 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:55.268 9128 9218 E SpoonacularApiCallerTest: Received request: GET /recipes/61867/nutritionWidget.json
05-21 13:55:55.574 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:55:55.700 9128 9160 I TestRunner: finished: testingImageToMeal(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
77 ms
passedrecipeFromIngredients
-
05-21 13:55:55.702 9128 9160 I TestRunner: started: recipeFromIngredients(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:55.759 377 9222 I resolv : GetAddrInfoHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:55.760 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.761 377 9224 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:55.774 9128 9160 D TrafficStats: tagSocket(99) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.777 9128 9223 D TrafficStats: tagSocket(100) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.780 377 9226 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:55.782 9128 9225 E SpoonacularApiCallerTest: Received request: GET /recipes/findByIngredients?ingredients=apple%2Cbanana&number=5&ignorePantry=true&ranking=1
05-21 13:55:55.791 9128 9160 I TestRunner: finished: recipeFromIngredients(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
76 ms
passedtestRecipeNutritionFromJson
-
05-21 13:55:55.793 9128 9160 I TestRunner: started: testRecipeNutritionFromJson(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:55.842 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.859 9128 9160 E SpoonacularApiCallerTest: testRecipeNutritionFromJson: it.unit = KCAL
05-21 13:55:55.861 9128 9160 I TestRunner: finished: testRecipeNutritionFromJson(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
102 ms
passedimageAnalysisReturnsExpectedResponse
-
05-21 13:55:55.862 9128 9160 I TestRunner: started: imageAnalysisReturnsExpectedResponse(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:55.913 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.920 9128 9160 D TrafficStats: tagSocket(100) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.922 9128 9230 D TrafficStats: tagSocket(102) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:55.935 377 9232 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:55.938 9128 9231 E SpoonacularApiCallerTest: Received request: POST /food/images/analyze
05-21 13:55:55.963 9128 9160 I TestRunner: finished: imageAnalysisReturnsExpectedResponse(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
780 ms
passedtestingImageToMealSecondAPIcallFails
-
05-21 13:55:55.965 9128 9160 I TestRunner: started: testingImageToMealSecondAPIcallFails(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:56.064 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:56.268 377 445 I netd : tetherGetStats() -> {[]} <2.23ms>
05-21 13:55:56.292 377 445 I netd : bandwidthSetGlobalAlert(2097152) <3.48ms>
05-21 13:55:56.311 377 445 I netd : bandwidthRemoveInterfaceQuota(eth0) <16.17ms>
05-21 13:55:56.312 377 445 I netd : bandwidthSetInterfaceQuota(eth0, 9223372036854775807) <0.90ms>
05-21 13:55:56.319 377 445 I netd : bandwidthRemoveInterfaceQuota(eth0) <0.58ms>
05-21 13:55:56.320 377 445 I netd : bandwidthSetInterfaceQuota(eth0, 9223372036854775807) <0.56ms>
05-21 13:55:56.328 595 845 D NetworkStatsObservers: Unregistering RequestInfo from pid/uid:595/1000(android) for DataUsageRequest [ requestId=6, networkTemplate=NetworkTemplate: matchRule=MOBILE, matchSubscriberIds=[310260...], matchWifiNetworkKeys=[], metered=YES, defaultNetwork=NO, thresholdInBytes=3569988 ] accessLevel:3
05-21 13:55:56.328 595 759 D NetworkStatsObservers: Registering observer for RequestInfo from pid/uid:595/1000(android) for DataUsageRequest [ requestId=7, networkTemplate=NetworkTemplate: matchRule=MOBILE, matchSubscriberIds=[310260...], matchWifiNetworkKeys=[], metered=YES, defaultNetwork=NO, thresholdInBytes=3566369 ] accessLevel:3
05-21 13:55:56.346 377 445 I netd : tetherGetStats() -> {[]} <0.39ms>
05-21 13:55:56.669 9128 9160 D TrafficStats: tagSocket(102) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:56.669 9128 9234 D TrafficStats: tagSocket(104) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:56.715 9128 9140 W System : A resource failed to call close.
05-21 13:55:56.716 9128 9140 W System : A resource failed to call close.
05-21 13:55:56.717 377 9236 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:56.718 9128 9235 E SpoonacularApiCallerTest: Received request: POST /food/images/analyze
05-21 13:55:56.731 377 9237 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:56.732 9128 9235 E SpoonacularApiCallerTest: Received request: GET /recipes/61867/nutritionWidget.json
05-21 13:55:56.734 9128 9160 E SpoonacularApiCaller: Error getting recipe nutrition: Response{protocol=http/1.1, code=300, message=Redirection, url=http://localhost:60319/recipes/61867/nutritionWidget.json}.code
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: Error getting recipe nutrition
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: java.lang.Exception: Error getting recipe nutrition: Response{protocol=http/1.1, code=300, message=Redirection, url=http://localhost:60319/recipes/61867/nutritionWidget.json}.code
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCaller.getRecipeNutrition(SpoonacularAPI.kt:100)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCaller.getMealsFromImage(SpoonacularAPI.kt:130)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCallerTest$testingImageToMealSecondAPIcallFails$actualMeal$1.invokeSuspend(SpoonacularApiCallerTest.kt:222)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source:1)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source:1)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCallerTest.testingImageToMealSecondAPIcallFails(SpoonacularApiCallerTest.kt:221)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 13:55:56.739 9128 9160 E SpoonacularApiCaller: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 13:55:56.741 9128 9160 I TestRunner: finished: testingImageToMealSecondAPIcallFails(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
530 ms
passedtestingImageToMealAllAPIcallFails
-
05-21 13:55:56.743 9128 9160 I TestRunner: started: testingImageToMealAllAPIcallFails(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
05-21 13:55:56.785 9128 9160 D TrafficStats: tagSocket(6) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:57.216 9128 9160 D TrafficStats: tagSocket(101) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:57.218 9128 9239 D TrafficStats: tagSocket(103) with statsTag=0xffffffff, statsUid=-1
05-21 13:55:57.271 377 9241 I resolv : GetHostByAddrHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:57.273 9128 9240 E SpoonacularApiCallerTest: Received request: POST /food/images/analyze
05-21 13:55:57.275 9128 9160 E SpoonacularApiCaller: Error during image analysis: 404
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: Error getting recipe nutrition
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: java.lang.Exception: Error during image analysis: 404
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCaller.imageAnalysis(SpoonacularAPI.kt:70)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCaller.getMealsFromImage(SpoonacularAPI.kt:127)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCallerTest$testingImageToMealAllAPIcallFails$actualMeal$1.invokeSuspend(SpoonacularApiCallerTest.kt:242)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source:1)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source:1)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at com.github.se.polyfit.data.api.SpoonacularApiCallerTest.testingImageToMealAllAPIcallFails(SpoonacularApiCallerTest.kt:241)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:162)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.Suite.runChild(Suite.java:128)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.Suite.runChild(Suite.java:27)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:67)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:446)
05-21 13:55:57.282 9128 9160 E SpoonacularApiCaller: at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2402)
05-21 13:55:57.285 9128 9160 I TestRunner: finished: testingImageToMealAllAPIcallFails(com.github.se.polyfit.data.api.SpoonacularApiCallerTest)
-
388 ms
com.github.se.polyfit.data.model.ingredient.IngredientTest
-
177 ms
passeddeserialize_withInvalidId_throwsException
-
05-21 13:55:57.721 9128 9160 I TestRunner: started: deserialize_withInvalidId_throwsException(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:57.722 377 445 I netd : tetherGetStats() -> {[]} <0.31ms>
05-21 13:55:57.723 377 445 I netd : bandwidthSetGlobalAlert(2097152) <0.07ms>
05-21 13:55:57.735 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:57.907 9128 9160 I TestRunner: finished: deserialize_withInvalidId_throwsException(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
26 ms
passedtestIngredientName
-
05-21 13:55:57.910 9128 9160 I TestRunner: started: testIngredientName(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:57.921 9128 9160 I TestRunner: finished: testIngredientName(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
1 ms
passeddeserialize_withInvalidNutritionalInformation_throwsException
-
05-21 13:55:57.925 9128 9160 I TestRunner: started: deserialize_withInvalidNutritionalInformation_throwsException(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:57.936 9128 9160 I TestRunner: finished: deserialize_withInvalidNutritionalInformation_throwsException(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
26 ms
passedtestDeserializationWithEmptyValues
-
05-21 13:55:57.940 9128 9160 I TestRunner: started: testDeserializationWithEmptyValues(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:57.953 9128 9160 I TestRunner: finished: testDeserializationWithEmptyValues(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
1 ms
passeddeserialize_withValidData_returnsIngredient
-
05-21 13:55:57.956 9128 9160 I TestRunner: started: deserialize_withValidData_returnsIngredient(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:57.966 9128 9160 I TestRunner: finished: deserialize_withValidData_returnsIngredient(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
27 ms
passedincreaesAmount
-
05-21 13:55:57.970 9128 9160 I TestRunner: started: increaesAmount(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:57.981 9128 9160 I TestRunner: finished: increaesAmount(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
26 ms
passedtestSerializationDeserialization
-
05-21 13:55:57.986 9128 9160 I TestRunner: started: testSerializationDeserialization(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:58.016 9128 9160 I TestRunner: finished: testSerializationDeserialization(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
26 ms
passedserializeIngredient
-
05-21 13:55:58.021 9128 9160 I TestRunner: started: serializeIngredient(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:58.044 9128 9160 I TestRunner: finished: serializeIngredient(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
26 ms
passeddeserialize
-
05-21 13:55:58.050 9128 9160 I TestRunner: started: deserialize(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:58.074 9128 9160 I TestRunner: finished: deserialize(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
26 ms
passedtestSerializationDeserializationWithDefaultValues
-
05-21 13:55:58.079 9128 9160 I TestRunner: started: testSerializationDeserializationWithDefaultValues(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:58.104 9128 9160 I TestRunner: finished: testSerializationDeserializationWithDefaultValues(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
26 ms
passeddeserialize_withInvalidName_throwsException
-
05-21 13:55:58.111 9128 9160 I TestRunner: started: deserialize_withInvalidName_throwsException(com.github.se.polyfit.data.model.ingredient.IngredientTest)
05-21 13:55:58.132 9128 9160 I TestRunner: finished: deserialize_withInvalidName_throwsException(com.github.se.polyfit.data.model.ingredient.IngredientTest)
-
214 ms
com.github.se.polyfit.data.model.meal.MealTest
-
27 ms
passedMealCalculateTotalCaloriesShouldReturnTotalCalories
-
05-21 13:55:58.136 9128 9160 I TestRunner: started: MealCalculateTotalCaloriesShouldReturnTotalCalories(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.148 9128 9160 I TestRunner: finished: MealCalculateTotalCaloriesShouldReturnTotalCalories(com.github.se.polyfit.data.model.meal.MealTest)
-
1 ms
passedmealDeserializeShouldReturnsMeal
-
05-21 13:55:58.152 9128 9160 I TestRunner: started: mealDeserializeShouldReturnsMeal(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.171 9128 9160 I TestRunner: finished: mealDeserializeShouldReturnsMeal(com.github.se.polyfit.data.model.meal.MealTest)
-
26 ms
passedmealWithoutNameIsIncomplete
-
05-21 13:55:58.173 9128 9160 I TestRunner: started: mealWithoutNameIsIncomplete(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.185 9128 9160 I TestRunner: finished: mealWithoutNameIsIncomplete(com.github.se.polyfit.data.model.meal.MealTest)
-
26 ms
passedmealWithoutIngredientsIsIncomplete
-
05-21 13:55:58.190 9128 9160 I TestRunner: started: mealWithoutIngredientsIsIncomplete(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.213 9128 9160 I TestRunner: finished: mealWithoutIngredientsIsIncomplete(com.github.se.polyfit.data.model.meal.MealTest)
-
27 ms
passedMealCalculateTotalNutrientShouldReturnTotalNutrient
-
05-21 13:55:58.218 9128 9160 I TestRunner: started: MealCalculateTotalNutrientShouldReturnTotalNutrient(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.243 9128 9160 I TestRunner: finished: MealCalculateTotalNutrientShouldReturnTotalNutrient(com.github.se.polyfit.data.model.meal.MealTest)
-
26 ms
passedmealWithAllMandatoryFieldsIsComplete
-
05-21 13:55:58.247 9128 9160 I TestRunner: started: mealWithAllMandatoryFieldsIsComplete(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.271 9128 9160 I TestRunner: finished: mealWithAllMandatoryFieldsIsComplete(com.github.se.polyfit.data.model.meal.MealTest)
-
1 ms
passedmealDeserializeReturnsNull
-
05-21 13:55:58.275 9128 9160 I TestRunner: started: mealDeserializeReturnsNull(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.287 9128 9160 I TestRunner: finished: mealDeserializeReturnsNull(com.github.se.polyfit.data.model.meal.MealTest)
-
26 ms
passedtestingDeserializeWithFirebaseType
-
05-21 13:55:58.289 9128 9160 I TestRunner: started: testingDeserializeWithFirebaseType(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.302 9128 9160 I TestRunner: finished: testingDeserializeWithFirebaseType(com.github.se.polyfit.data.model.meal.MealTest)
-
1 ms
passedMealAddIngredientUpdateMeal
-
05-21 13:55:58.305 9128 9160 I TestRunner: started: MealAddIngredientUpdateMeal(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.316 9128 9160 I TestRunner: finished: MealAddIngredientUpdateMeal(com.github.se.polyfit.data.model.meal.MealTest)
-
27 ms
passedmealWithoutNutritionalInformationIsIncomplete
-
05-21 13:55:58.319 9128 9160 I TestRunner: started: mealWithoutNutritionalInformationIsIncomplete(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.330 9128 9160 I TestRunner: finished: mealWithoutNutritionalInformationIsIncomplete(com.github.se.polyfit.data.model.meal.MealTest)
-
26 ms
passedmealSerializeSerializeMeal
-
05-21 13:55:58.335 9128 9160 I TestRunner: started: mealSerializeSerializeMeal(com.github.se.polyfit.data.model.meal.MealTest)
05-21 13:55:58.365 9128 9160 I TestRunner: finished: mealSerializeSerializeMeal(com.github.se.polyfit.data.model.meal.MealTest)
-
103 ms
com.github.se.polyfit.data.model.recipe.RecipeInformationTest
-
25 ms
passeddeserializeThrowsIllegalArgumentExceptionInvalidData
-
05-21 13:55:58.370 9128 9160 I TestRunner: started: deserializeThrowsIllegalArgumentExceptionInvalidData(com.github.se.polyfit.data.model.recipe.RecipeInformationTest)
05-21 13:55:58.398 9128 9160 I TestRunner: finished: deserializeThrowsIllegalArgumentExceptionInvalidData(com.github.se.polyfit.data.model.recipe.RecipeInformationTest)
-
26 ms
passeddeserializeReturnsCorrectRecipeInformationValidData
-
05-21 13:55:58.403 9128 9160 I TestRunner: started: deserializeReturnsCorrectRecipeInformationValidData(com.github.se.polyfit.data.model.recipe.RecipeInformationTest)
05-21 13:55:58.426 9128 9160 I TestRunner: finished: deserializeReturnsCorrectRecipeInformationValidData(com.github.se.polyfit.data.model.recipe.RecipeInformationTest)
-
26 ms
passedserializeAndDeserializeDefault
-
05-21 13:55:58.431 9128 9160 I TestRunner: started: serializeAndDeserializeDefault(com.github.se.polyfit.data.model.recipe.RecipeInformationTest)
05-21 13:55:58.443 9128 9160 I TestRunner: finished: serializeAndDeserializeDefault(com.github.se.polyfit.data.model.recipe.RecipeInformationTest)
-
26 ms
passedserializeReturnsCorrectDataRecipeInformation
-
05-21 13:55:58.448 9128 9160 I TestRunner: started: serializeReturnsCorrectDataRecipeInformation(com.github.se.polyfit.data.model.recipe.RecipeInformationTest)
05-21 13:55:58.475 9128 9160 I TestRunner: finished: serializeReturnsCorrectDataRecipeInformation(com.github.se.polyfit.data.model.recipe.RecipeInformationTest)
-
80 ms
com.github.se.polyfit.data.model.recipe.RecipeTest
-
26 ms
passeddeserializeThrowsIllegalArgumentExceptionForInvalidData
-
05-21 13:55:58.481 9128 9160 I TestRunner: started: deserializeThrowsIllegalArgumentExceptionForInvalidData(com.github.se.polyfit.data.model.recipe.RecipeTest)
05-21 13:55:58.509 9128 9160 I TestRunner: finished: deserializeThrowsIllegalArgumentExceptionForInvalidData(com.github.se.polyfit.data.model.recipe.RecipeTest)
-
26 ms
passeddeserializeReturnsCorrectRecipeForValidData
-
05-21 13:55:58.514 9128 9160 I TestRunner: started: deserializeReturnsCorrectRecipeForValidData(com.github.se.polyfit.data.model.recipe.RecipeTest)
05-21 13:55:58.524 9128 9160 I TestRunner: finished: deserializeReturnsCorrectRecipeForValidData(com.github.se.polyfit.data.model.recipe.RecipeTest)
-
1 ms
passedserializeReturnsCorrectDataForRecipe
-
05-21 13:55:58.527 9128 9160 I TestRunner: started: serializeReturnsCorrectDataForRecipe(com.github.se.polyfit.data.model.recipe.RecipeTest)
05-21 13:55:58.542 9128 9160 I TestRunner: finished: serializeReturnsCorrectDataForRecipe(com.github.se.polyfit.data.model.recipe.RecipeTest)
-
27 ms
passeddesializeAndDeserializeDefaultMeal
-
05-21 13:55:58.546 9128 9160 I TestRunner: started: desializeAndDeserializeDefaultMeal(com.github.se.polyfit.data.model.recipe.RecipeTest)
05-21 13:55:58.558 9128 9160 I TestRunner: finished: desializeAndDeserializeDefaultMeal(com.github.se.polyfit.data.model.recipe.RecipeTest)
-
207 ms
com.github.se.polyfit.data.processor.LocalDataProcessorTest
-
101 ms
passedreturnsCorrectDailyCalorieSummariesForLastWeek
-
05-21 13:55:58.567 9128 9160 I TestRunner: started: returnsCorrectDailyCalorieSummariesForLastWeek(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
05-21 13:55:58.675 9128 9160 I TestRunner: finished: returnsCorrectDailyCalorieSummariesForLastWeek(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
-
27 ms
passedcalculatesCaloriesCorrectlyWhenMultipleMealsForTheSameOccasionToday
-
05-21 13:55:58.678 9128 9160 I TestRunner: started: calculatesCaloriesCorrectlyWhenMultipleMealsForTheSameOccasionToday(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
05-21 13:55:58.689 9128 9160 I TestRunner: finished: calculatesCaloriesCorrectlyWhenMultipleMealsForTheSameOccasionToday(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
-
1 ms
passedreturnsZeroCaloriesForEachMealOccasionWhenNoMealsToday
-
05-21 13:55:58.693 9128 9160 I TestRunner: started: returnsZeroCaloriesForEachMealOccasionWhenNoMealsToday(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
05-21 13:55:58.703 9128 9160 I TestRunner: finished: returnsZeroCaloriesForEachMealOccasionWhenNoMealsToday(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
-
26 ms
passedreturnsCorrectDailyCalorieSummariesForLastMonth
-
05-21 13:55:58.709 9128 9160 I TestRunner: started: returnsCorrectDailyCalorieSummariesForLastMonth(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
05-21 13:55:58.720 9128 9160 I TestRunner: finished: returnsCorrectDailyCalorieSummariesForLastMonth(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
-
1 ms
passedgetCaloriesForTodaysOccasions
-
05-21 13:55:58.724 9128 9160 I TestRunner: started: getCaloriesForTodaysOccasions(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
05-21 13:55:58.733 9128 9160 I TestRunner: finished: getCaloriesForTodaysOccasions(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
-
51 ms
passedgetCaloriesLiveData
-
05-21 13:55:58.737 9128 9160 I TestRunner: started: getCaloriesLiveData(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
05-21 13:55:58.750 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:58.757 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-1869325872.dm': No such file or directory
05-21 13:55:58.764 9128 9160 D LocalDataProcessor: 2024-05-21
05-21 13:55:58.769 9128 9160 D LocalDataProcessor: mealValues: [(BREAKFAST, 100.0), (LUNCH, 200.0), (DINNER, 300.0), (SNACK, 400.0)]
05-21 13:55:58.774 9128 9160 I TestRunner: finished: getCaloriesLiveData(com.github.se.polyfit.data.processor.LocalDataProcessorTest)
-
1.91 s
com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest
-
955 ms
passedqueryNearby
-
05-21 13:55:58.778 9128 9160 I TestRunner: started: queryNearby(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
05-21 13:55:58.784 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:58.801 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-1416432503.dm': No such file or directory
05-21 13:55:58.815 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:58.815 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:58.849 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-833933026.dm': No such file or directory
05-21 13:55:58.850 9128 9160 I thub.se.polyfit: Waiting for a blocking GC ClassLinker
05-21 13:55:58.856 9128 9160 I thub.se.polyfit: WaitForGcToComplete blocked ClassLinker on Background for 5.704ms
05-21 13:55:58.860 9128 9140 W System : A resource failed to call close.
05-21 13:55:59.103 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-2050814896.dm': No such file or directory
05-21 13:55:59.170 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:55:59.190 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 13:55:59.343 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-496011792.dm': No such file or directory
05-21 13:55:59.394 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_1703617751.dm': No such file or directory
05-21 13:55:59.402 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:59.542 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:59.550 9128 9253 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
05-21 13:55:59.551 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_1997769574.dm': No such file or directory
05-21 13:55:59.555 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:55:59.556 9128 9160 W thub.se.polyfit: Method double com.firebase.geofire.GeoQuery.getRadius() failed lock verification and will run slower.
05-21 13:55:59.559 1371 3116 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite
05-21 13:55:59.563 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_1312364150.dm': No such file or directory
05-21 13:55:59.564 9128 9160 W thub.se.polyfit: Method double com.firebase.geofire.GeoQuery.getRadius() failed lock verification and will run slower.
05-21 13:55:59.565 9128 9253 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:0 and remote module com.google.android.gms.providerinstaller.dynamite:0
05-21 13:55:59.568 9128 9253 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module com.google.android.gms.providerinstaller.dynamite found. Local version is 0 and remote version is 0.
05-21 13:55:59.586 9128 9253 D nativeloader: Configuring clns-10 for other apk /system/framework/com.android.media.remotedisplay.jar. target_sdk_version=33, uses_libraries=ALL, library_path=/product/priv-app/PrebuiltGmsCore/lib/x86_64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
05-21 13:55:59.593 9128 9253 D nativeloader: Configuring clns-11 for other apk /system/framework/com.android.location.provider.jar. target_sdk_version=33, uses_libraries=ALL, library_path=/product/priv-app/PrebuiltGmsCore/lib/x86_64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
05-21 13:55:59.597 9128 9253 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar
05-21 13:55:59.598 9128 9253 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar
05-21 13:55:59.613 9128 9253 D nativeloader: InitLlndkLibrariesProduct: libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libRS.so:libandroid_net.so:libbinder_ndk.so:libc.so:libcgrouprc.so:libclang_rt.asan-x86_64-android.so:libcom.android.tethering.connectivity_native.so:libdl.so:libft2.so:liblog.so:libm.so:libmediandk.so:libnativewindow.so:libneuralnetworks.so:libselinux.so:libsync.so:libvndksupport.so:libvulkan.so
05-21 13:55:59.614 9128 9253 D nativeloader: Configuring product-clns-12 for unbundled product apk /product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk. target_sdk_version=33, uses_libraries=, library_path=/product/priv-app/PrebuiltGmsCore/lib/x86_64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/x86_64:/product/lib64:/system/product/lib64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms:/product/lib64:/system/product/lib64
05-21 13:55:59.619 9128 9253 D nativeloader: InitVndkspLibrariesProduct: android.hardware.common-V2-ndk.so:android.hardware.common.fmq-V1-ndk.so:android.hardware.graphics.allocator-V2-ndk.so:android.hardware.graphics.common-V4-ndk.so:android.hardware.graphics.common@1.0.so:android.hardware.graphics.common@1.1.so:android.hardware.graphics.common@1.2.so:android.hardware.graphics.composer3-V1-ndk.so:android.hardware.graphics.mapper@2.0.so:android.hardware.graphics.mapper@2.1.so:android.hardware.graphics.mapper@3.0.so:android.hardware.graphics.mapper@4.0.so:android.hardware.renderscript@1.0.so:android.hidl.memory.token@1.0.so:android.hidl.memory@1.0-impl.so:android.hidl.memory@1.0.so:android.hidl.safe_union@1.0.so:libRSCpuRef.so:libRSDriver.so:libRS_internal.so:libbase.so:libbcinfo.so:libblas.so:libc++.so:libcompiler_rt.so:libcutils.so:libdmabufheap.so:libgralloctypes.so:libhardware.so:libhidlbase.so:libhidlmemory.so:libion.so:libjsoncpp.so:liblzma.so:libprocessgroup.so:libunwindstack.so:libutils.so:libutilscallstack.so:libz.so
05-21 13:55:59.625 595 2379 D ConnectivityService: requestNetwork for uid/pid:10192/9128 activeRequest: null callbackRequest: 203 [NetworkRequest [ REQUEST id=204, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
05-21 13:55:59.626 9128 9160 D MapRadius: Radius: 10.0
05-21 13:55:59.627 9128 9160 D MapCenter: Center: 37.7749, -122.4194
05-21 13:55:59.655 595 761 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=204, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]
05-21 13:55:59.657 595 770 D ConnectivityService: NetReassign [204 : null → 102] [c 11] [a 12] [i 6]
05-21 13:55:59.663 595 761 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=204, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]
05-21 13:55:59.663 595 761 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=204, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]
05-21 13:55:59.670 595 761 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=204, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]
05-21 13:55:59.709 9128 9253 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods...
05-21 13:55:59.732 9128 9160 I TestRunner: finished: queryNearby(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
-
327 ms
passedgeoQueryEventListenerShouldHandleKeyEnteredAndExited
-
05-21 13:55:59.738 9128 9160 I TestRunner: started: geoQueryEventListenerShouldHandleKeyEnteredAndExited(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
05-21 13:55:59.798 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
05-21 13:55:59.847 9128 9253 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
05-21 13:55:59.914 595 2387 D ConnectivityService: requestNetwork for uid/pid:10192/9128 activeRequest: null callbackRequest: 205 [NetworkRequest [ REQUEST id=206, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
05-21 13:55:59.925 595 761 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=206, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]
05-21 13:55:59.925 595 761 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=206, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]
05-21 13:55:59.927 595 761 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=206, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]
05-21 13:55:59.927 595 761 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=206, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10192 RequestorUid: 10192 RequestorPkg: com.github.se.polyfit UnderlyingNetworks: Null] ]
05-21 13:55:59.927 595 770 D ConnectivityService: NetReassign [206 : null → 102] [c 3] [a 3] [i 6]
05-21 13:55:59.936 377 9259 I resolv : GetAddrInfoHandler::run: {102 102 102 983142 10192 0}
05-21 13:55:59.939 377 9261 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 13:55:59.939 377 9260 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 13:55:59.948 377 9260 I resolv : res_nsend: used send_dg 70 terrno: 0
05-21 13:55:59.949 377 9261 I resolv : res_nsend: used send_dg 58 terrno: 0
05-21 13:55:59.949 377 9260 I resolv : doQuery: rcode=0, ancount=1, return value=70
05-21 13:55:59.949 377 9261 I resolv : doQuery: rcode=0, ancount=1, return value=58
05-21 13:56:00.038 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-932102402.dm': No such file or directory
05-21 13:56:00.051 9128 9160 D MapRadius: Radius: 10.0
05-21 13:56:00.053 9128 9160 D MapCenter: Center: 37.7749, -122.4194
05-21 13:56:00.057 9128 9160 I TestRunner: finished: geoQueryEventListenerShouldHandleKeyEnteredAndExited(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
-
276 ms
passedqueryNearbyPostsShouldTriggerGeoQueryEventListener
-
05-21 13:56:00.060 9128 9160 I TestRunner: started: queryNearbyPostsShouldTriggerGeoQueryEventListener(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
05-21 13:56:00.169 848 966 D EGL_emulation: app_time_stats: avg=60132.86ms min=60132.86ms max=60132.86ms count=1
05-21 13:56:00.179 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:00.179 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:00.179 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:00.180 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:00.190 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 13:56:00.194 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 13:56:00.219 438 438 W SurfaceFlinger: couldn't log to binary event log: overflow.
05-21 13:56:00.223 9128 9160 D MapRadius: Radius: 10.0
05-21 13:56:00.224 9128 9160 D MapCenter: Center: 37.7749, -122.4194
05-21 13:56:00.251 1893 1909 W gle.android.gms: Reducing the number of considered missed Gc histogram windows from 150 to 100
05-21 13:56:00.283 9128 9160 D PostFirebaseRepository: Keys: [key1]
05-21 13:56:00.323 9128 9263 W thub.se.polyfit: Method void com.google.android.gms.tasks.zzk.run() failed lock verification and will run slower.
05-21 13:56:00.326 9128 9263 W thub.se.polyfit: Method void com.google.android.gms.tasks.zzaf.onCanceled() failed lock verification and will run slower.
05-21 13:56:00.326 9128 9263 W thub.se.polyfit: Method void com.google.android.gms.tasks.zzaf.onFailure(java.lang.Exception) failed lock verification and will run slower.
05-21 13:56:00.327 9128 9263 W thub.se.polyfit: Method void com.google.android.gms.tasks.zzaf.onSuccess(java.lang.Object) failed lock verification and will run slower.
05-21 13:56:00.332 9128 9160 I TestRunner: finished: queryNearbyPostsShouldTriggerGeoQueryEventListener(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
-
177 ms
passedgeoQueryEventListenerShouldHandleGeoQueryError
-
05-21 13:56:00.335 9128 9160 I TestRunner: started: geoQueryEventListenerShouldHandleGeoQueryError(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
05-21 13:56:00.344 377 9266 I resolv : GetAddrInfoHandler::run: {102 102 102 983142 10192 0}
05-21 13:56:00.345 377 9268 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 13:56:00.345 377 9267 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 13:56:00.390 9128 9252 W thub.se.polyfit: Method void com.google.android.gms.tasks.zzj.zzc() failed lock verification and will run slower.
05-21 13:56:00.390 9128 9252 W thub.se.polyfit: Method void com.google.android.gms.tasks.zzj.zzd(com.google.android.gms.tasks.Task) failed lock verification and will run slower.
05-21 13:56:00.396 9128 9252 W thub.se.polyfit: Method void com.google.android.gms.tasks.zzi.run() failed lock verification and will run slower.
05-21 13:56:00.408 377 9267 I resolv : res_nsend: used send_dg 106 terrno: 0
05-21 13:56:00.408 377 9267 I resolv : doQuery: rcode=0, ancount=1, return value=106
05-21 13:56:00.409 377 9268 I resolv : res_nsend: used send_dg 94 terrno: 0
05-21 13:56:00.409 377 9268 I resolv : doQuery: rcode=0, ancount=1, return value=94
05-21 13:56:00.413 9128 9265 D TrafficStats: tagSocket(112) with statsTag=0xffffffff, statsUid=-1
05-21 13:56:00.420 9128 9270 D TrafficStats: tagSocket(113) with statsTag=0xffffffff, statsUid=-1
05-21 13:56:00.516 9128 9160 D MapRadius: Radius: 10.0
05-21 13:56:00.518 9128 9160 D MapCenter: Center: 37.7749, -122.4194
05-21 13:56:00.526 9128 9160 I TestRunner: finished: geoQueryEventListenerShouldHandleGeoQueryError(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
-
176 ms
passedgeoQueryEventListenerShouldHandleGeoQueryReady
-
05-21 13:56:00.529 9128 9160 I TestRunner: started: geoQueryEventListenerShouldHandleGeoQueryReady(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
05-21 13:56:00.656 9128 9160 D MapRadius: Radius: 10.0
05-21 13:56:00.657 9128 9160 D MapCenter: Center: 37.7749, -122.4194
05-21 13:56:00.685 9128 9160 D PostFirebaseRepository: Keys: []
05-21 13:56:00.686 9128 9160 I TestRunner: finished: geoQueryEventListenerShouldHandleGeoQueryReady(com.github.se.polyfit.data.remote.firebase.GeoQueryRepositoryTest)
-
2.42 s
com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest
-
1.05 s
passedstoreMealFailure
-
05-21 13:56:00.689 9128 9160 I TestRunner: started: storeMealFailure(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:00.704 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:00.715 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_162640353.dm': No such file or directory
05-21 13:56:00.719 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:00.727 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_730448509.dm': No such file or directory
05-21 13:56:00.733 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:00.745 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_1475563061.dm': No such file or directory
05-21 13:56:00.749 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:00.756 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_1867721729.dm': No such file or directory
05-21 13:56:00.767 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:00.767 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:00.788 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-2079600446.dm': No such file or directory
05-21 13:56:00.926 9128 9128 D PostFirebaseRepository: Successfully fetched posts
05-21 13:56:00.928 9128 9274 D PostFirebaseRepository: QuerySnapshot: com.google.firebase.firestore.QuerySnapshot@ffea80f3
05-21 13:56:00.931 9128 9274 D PostFirebaseRepositorySynch: TempPosts: []
05-21 13:56:01.581 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:56:01.763 9128 9160 I TestRunner: finished: storeMealFailure(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
101 ms
passedstoreMealSuccessfully
-
05-21 13:56:01.767 9128 9160 I TestRunner: started: storeMealSuccessfully(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:01.865 9128 9160 I TestRunner: finished: storeMealSuccessfully(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
152 ms
passedgetMealSuccessfullyFailedTask
-
05-21 13:56:01.869 9128 9160 I TestRunner: started: getMealSuccessfullyFailedTask(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:01.999 9128 9160 I TestRunner: finished: getMealSuccessfullyFailedTask(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
76 ms
passeddeleteMealTaskFaillure
-
05-21 13:56:02.004 9128 9160 I TestRunner: started: deleteMealTaskFaillure(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:02.086 9128 9160 I TestRunner: finished: deleteMealTaskFaillure(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
76 ms
passeddeleteMealSuccessfully
-
05-21 13:56:02.089 9128 9160 I TestRunner: started: deleteMealSuccessfully(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:02.169 9128 9160 I TestRunner: finished: deleteMealSuccessfully(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
554 ms
passedgetAllMealsTaskFaillure
-
05-21 13:56:02.172 9128 9160 I TestRunner: started: getAllMealsTaskFaillure(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:02.729 9128 9160 I TestRunner: finished: getAllMealsTaskFaillure(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
127 ms
passedgetMealSuccessfullyFailedSerialization
-
05-21 13:56:02.732 9128 9160 I TestRunner: started: getMealSuccessfullyFailedSerialization(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:02.857 9128 9160 I TestRunner: finished: getMealSuccessfullyFailedSerialization(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
101 ms
passedgetAllMealsSuccessfully
-
05-21 13:56:02.861 9128 9160 I TestRunner: started: getAllMealsSuccessfully(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:02.957 9128 9160 I TestRunner: finished: getAllMealsSuccessfully(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
101 ms
passedgetAllMealSuccessfullyFailedSerialization
-
05-21 13:56:02.961 9128 9160 I TestRunner: started: getAllMealSuccessfullyFailedSerialization(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:03.052 9128 9160 I TestRunner: finished: getAllMealSuccessfullyFailedSerialization(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
76 ms
passedgetMealSuccessfully
-
05-21 13:56:03.055 9128 9160 I TestRunner: started: getMealSuccessfully(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
05-21 13:56:03.126 9128 9160 I TestRunner: finished: getMealSuccessfully(com.github.se.polyfit.data.remote.firebase.MealFirebaseRepositoryTest)
-
1.23 s
com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest
-
51 ms
passedstorePostReturnDocumentReferenceOnSuccess
-
05-21 13:56:03.129 9128 9160 I TestRunner: started: storePostReturnDocumentReferenceOnSuccess(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
05-21 13:56:03.138 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:03.145 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_2078220212.dm': No such file or directory
05-21 13:56:03.196 9128 9160 I TestRunner: finished: storePostReturnDocumentReferenceOnSuccess(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
-
127 ms
passedgetAllPostsReturnsCorrectPosts
-
05-21 13:56:03.201 9128 9160 I TestRunner: started: getAllPostsReturnsCorrectPosts(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
05-21 13:56:03.340 9128 9160 I TestRunner: finished: getAllPostsReturnsCorrectPosts(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
-
879 ms
passeduploadImageThrowsExceptionOnFailure
-
05-21 13:56:03.344 9128 9160 I TestRunner: started: uploadImageThrowsExceptionOnFailure(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
05-21 13:56:03.426 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:03.426 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:03.426 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:03.426 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:03.442 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_564861449.dm': No such file or directory
05-21 13:56:03.448 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:03.459 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_266179773.dm': No such file or directory
05-21 13:56:03.598 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-2082117561.dm': No such file or directory
05-21 13:56:04.014 595 634 I libprocessgroup: Successfully killed process cgroup uid 10090 pid 8352 in 6ms
05-21 13:56:04.098 378 378 I Zygote : Process 8352 exited due to signal 9 (Killed)
05-21 13:56:04.197 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:04.197 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:04.206 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-1791701720.dm': No such file or directory
05-21 13:56:04.222 9128 9160 I TestRunner: finished: uploadImageThrowsExceptionOnFailure(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
-
51 ms
passedstorePostShouldThrowExceptionOnFailure
-
05-21 13:56:04.225 9128 9160 I TestRunner: started: storePostShouldThrowExceptionOnFailure(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
05-21 13:56:04.272 9128 9160 I TestRunner: finished: storePostShouldThrowExceptionOnFailure(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
-
126 ms
passeduploadImageReturnsCorrectUri
-
05-21 13:56:04.274 9128 9160 I TestRunner: started: uploadImageReturnsCorrectUri(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
05-21 13:56:04.341 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:04.341 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:04.347 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-337014942.dm': No such file or directory
05-21 13:56:04.396 9128 9160 I TestRunner: finished: uploadImageReturnsCorrectUri(com.github.se.polyfit.data.remote.firebase.PostFirebaseRepositoryTest)
-
454 ms
com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest
-
76 ms
passedgetRecipeSuccess
-
05-21 13:56:04.399 9128 9160 I TestRunner: started: getRecipeSuccess(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
05-21 13:56:04.474 9128 9160 I TestRunner: finished: getRecipeSuccess(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
-
76 ms
passedgetRecipeFailure
-
05-21 13:56:04.477 9128 9160 I TestRunner: started: getRecipeFailure(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
05-21 13:56:04.542 9128 9160 I TestRunner: finished: getRecipeFailure(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
-
76 ms
passedstoreRecipeSuccess
-
05-21 13:56:04.546 9128 9160 I TestRunner: started: storeRecipeSuccess(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
05-21 13:56:04.592 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:04.620 9128 9160 I TestRunner: finished: storeRecipeSuccess(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
-
75 ms
passedstoreRecipeFailure
-
05-21 13:56:04.625 9128 9160 I TestRunner: started: storeRecipeFailure(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
05-21 13:56:04.716 9128 9160 I TestRunner: finished: storeRecipeFailure(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
-
50 ms
passedemptyFirebaseIdFailure
-
05-21 13:56:04.720 9128 9160 I TestRunner: started: emptyFirebaseIdFailure(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
05-21 13:56:04.770 9128 9160 I TestRunner: finished: emptyFirebaseIdFailure(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
-
101 ms
passedstoreRecipeSuccessWithFirebaseIdAlreadySet
-
05-21 13:56:04.774 9128 9160 I TestRunner: started: storeRecipeSuccessWithFirebaseIdAlreadySet(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
05-21 13:56:04.877 9128 9160 I TestRunner: finished: storeRecipeSuccessWithFirebaseIdAlreadySet(com.github.se.polyfit.data.remote.firebase.RecipeFirebaseRepositoryTest)
-
229 ms
com.github.se.polyfit.data.remote.firebase.UserFirebaseRepositoryTest
-
26 ms
passedstoreUser_failWithIncompleteData
-
05-21 13:56:04.881 9128 9160 I TestRunner: started: storeUser_failWithIncompleteData(com.github.se.polyfit.data.remote.firebase.UserFirebaseRepositoryTest)
-
101 ms
passedstoreUserSuccess
-
05-21 13:56:04.924 9128 9160 I TestRunner: started: storeUserSuccess(com.github.se.polyfit.data.remote.firebase.UserFirebaseRepositoryTest)
05-21 13:56:05.011 9128 9160 I TestRunner: finished: storeUserSuccess(com.github.se.polyfit.data.remote.firebase.UserFirebaseRepositoryTest)
-
51 ms
passedgetUserSuccess
-
05-21 13:56:05.015 9128 9160 I TestRunner: started: getUserSuccess(com.github.se.polyfit.data.remote.firebase.UserFirebaseRepositoryTest)
05-21 13:56:05.069 9128 9160 I TestRunner: finished: getUserSuccess(com.github.se.polyfit.data.remote.firebase.UserFirebaseRepositoryTest)
-
51 ms
passedgetUserFail
-
05-21 13:56:05.072 9128 9160 I TestRunner: started: getUserFail(com.github.se.polyfit.data.remote.firebase.UserFirebaseRepositoryTest)
05-21 13:56:05.114 9128 9160 I TestRunner: finished: getUserFail(com.github.se.polyfit.data.remote.firebase.UserFirebaseRepositoryTest)
-
12.68 s
com.github.se.polyfit.end2end.EndTest
-
12.68 s
passedendToEndTest
-
05-21 13:56:05.117 9128 9160 I TestRunner: started: endToEndTest(com.github.se.polyfit.end2end.EndTest)
05-21 13:56:05.140 9128 9160 W FileTestStorage: Output properties is not supported.
05-21 13:56:05.142 9128 9160 I Tracing : Tracer added: class androidx.test.platform.tracing.AndroidXTracer
05-21 13:56:05.179 9128 9160 I UiAutomation: Initialized for user 0 on display 0
05-21 13:56:05.277 1679 6268 I AiAiEcho: Settings changed for uri: content://settings/secure/accessibility_enabled
05-21 13:56:05.280 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:05.280 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:05.280 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:05.280 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:05.281 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:05.281 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:05.281 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:05.281 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:05.281 9128 9278 V UiAutomation: Init UiAutomation@7d171c6[id=1, displayId=0, flags=0]
05-21 13:56:05.282 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:05.282 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:05.282 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:05.282 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:05.282 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface media_data_manager with targets# 0 (types=[])
05-21 13:56:05.283 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 13:56:05.283 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:05.283 848 848 D SsMediaDataProvider: Forwarding Smartspace updates []
05-21 13:56:05.283 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:05.284 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 13:56:05.290 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:05.417 1829 2389 I A : NGA disabled due to not being eligible.
05-21 13:56:05.689 9128 9160 I UiAutomationShellCmd: Requesting permission: pm grant com.github.se.polyfit android.permission.CAMERA
05-21 13:56:05.694 9128 9160 W UiAutomation: UiAutomation.grantRuntimePermission() is more robust and should be used instead of 'pm grant'
05-21 13:56:05.800 9128 9128 D EventInjectionStrategy: Creating injection strategy with input manager.
05-21 13:56:05.833 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@315535b]
05-21 13:56:05.873 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:06.050 848 904 D SplashScreenView: Build android.window.SplashScreenView{67b3fe2 V.E...... ......ID 0,0-0,0}
05-21 13:56:06.050 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:06.050 848 904 D SplashScreenView: Branding: view: android.view.View{abd3f73 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:06.052 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:06.233 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:06.280 6276 6309 D EGL_emulation: app_time_stats: avg=5316.93ms min=7.82ms max=21153.55ms count=4
05-21 13:56:06.281 9128 9290 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so
05-21 13:56:06.287 9128 9290 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
05-21 13:56:06.311 8998 9008 I .apps.wellbeing: Background concurrent copying GC freed 78531(3752KB) AllocSpace objects, 5(164KB) LOS objects, 49% free, 3470KB/6941KB, paused 182us,30us total 123.139ms
05-21 13:56:06.312 9128 9290 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so
05-21 13:56:06.327 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: PRE_ON_CREATE
05-21 13:56:06.331 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:06.386 1728 2288 E HwDetectorWithState: a: 3
05-21 13:56:06.425 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 13:56:06.759 848 966 D EGL_emulation: app_time_stats: avg=6589.79ms min=6589.79ms max=6589.79ms count=1
05-21 13:56:06.787 848 966 D EGL_emulation: app_time_stats: avg=181464.05ms min=2.73ms max=1814343.88ms count=10
05-21 13:56:07.314 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: CREATED
05-21 13:56:07.318 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:56:07.327 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@864637d
05-21 13:56:07.343 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: STARTED
05-21 13:56:07.355 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@864637d
05-21 13:56:07.411 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: RESUMED
05-21 13:56:07.428 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@864637d
05-21 13:56:07.444 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:56:07.444 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:56:07.444 9128 9162 I FA : Tag Manager is not found and thus will not be used
05-21 13:56:07.463 9128 9128 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10192; state: DISABLED
05-21 13:56:07.467 9128 9128 W OpenGLRenderer: Unknown dataspace 0
05-21 13:56:07.565 438 568 W ServiceManagerCppClient: Permission failure: android.permission.ROTATE_SURFACE_FLINGER from uid=10192 pid=0
05-21 13:56:07.565 438 568 D PermissionCache: checking android.permission.ROTATE_SURFACE_FLINGER for uid=10192 => denied (381 us)
05-21 13:56:07.566 438 568 W ServiceManagerCppClient: Permission failure: android.permission.INTERNAL_SYSTEM_WINDOW from uid=10192 pid=0
05-21 13:56:07.566 438 568 D PermissionCache: checking android.permission.INTERNAL_SYSTEM_WINDOW for uid=10192 => denied (209 us)
05-21 13:56:07.566 438 976 W ServiceManagerCppClient: Permission failure: android.permission.INTERNAL_SYSTEM_WINDOW from uid=10192 pid=9128
05-21 13:56:07.566 438 568 W ServiceManagerCppClient: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10192 pid=0
05-21 13:56:07.566 438 568 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10192 => denied (95 us)
05-21 13:56:07.566 438 976 D PermissionCache: checking android.permission.INTERNAL_SYSTEM_WINDOW for uid=10192 => denied (266 us)
05-21 13:56:07.592 9128 9288 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:07.640 181 181 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest.
05-21 13:56:07.642 9128 9288 I Gralloc4: mapper 4.x is not supported
05-21 13:56:07.797 848 966 D EGL_emulation: app_time_stats: avg=8.05ms min=3.13ms max=49.32ms count=57
05-21 13:56:07.835 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 397069(14MB) AllocSpace objects, 5(156KB) LOS objects, 44% free, 18MB/32MB, paused 162us,32us total 122.071ms
05-21 13:56:07.888 595 2378 W ServiceManagerCppClient: Permission failure: android.permission.ROTATE_SURFACE_FLINGER from uid=10192 pid=0
05-21 13:56:07.888 595 2378 D PermissionCache: checking android.permission.ROTATE_SURFACE_FLINGER for uid=10192 => denied (2260 us)
05-21 13:56:07.888 595 2378 W ServiceManagerCppClient: Permission failure: android.permission.INTERNAL_SYSTEM_WINDOW from uid=10192 pid=0
05-21 13:56:07.888 595 2378 D PermissionCache: checking android.permission.INTERNAL_SYSTEM_WINDOW for uid=10192 => denied (468 us)
05-21 13:56:07.888 595 2378 W ServiceManagerCppClient: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10192 pid=0
05-21 13:56:07.888 595 2378 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10192 => denied (33 us)
05-21 13:56:07.900 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:07.914 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s999ms
05-21 13:56:07.950 595 2378 I ImeTracker: com.github.se.polyfit:53ed07b1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:07.950 595 2378 I ImeTracker: com.github.se.polyfit:53ed07b1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:07.981 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ada0ae9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:07.982 1371 1389 I FontLog : Received query Noto Color Emoji Compat, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
05-21 13:56:07.985 1371 1389 I FontLog : Query [emojicompat-emoji-font] resolved to {Noto Color Emoji Compat, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
05-21 13:56:07.986 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:07.986 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ada0ae9: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:08.001 1371 1389 I FontLog : Fetch {Noto Color Emoji Compat, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
05-21 13:56:08.022 1371 1389 I FontLog : Pulling font file for id = 30, cache size = 6 [CONTEXT service_id=132 ]
05-21 13:56:08.036 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:08.038 1371 1389 I FontLog : Pulling font file for id = 30, cache size = 6 [CONTEXT service_id=132 ]
05-21 13:56:08.044 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:08.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:08.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:08.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:08.110 848 966 D EGL_emulation: app_time_stats: avg=190.80ms min=10.57ms max=1192.53ms count=7
05-21 13:56:08.117 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:08.137 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:08.137 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:08.292 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@491782e
05-21 13:56:08.294 595 2378 W InputManager-JNI: Input channel object '58cd4d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:08.325 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-354896457.dm': No such file or directory
05-21 13:56:08.337 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:08.701 9128 9128 W thub.se.polyfit: Method boolean androidx.compose.runtime.snapshots.SnapshotStateList.conditionalUpdate(boolean, kotlin.jvm.functions.Function1) failed lock verification and will run slower.
05-21 13:56:08.701 9128 9128 W thub.se.polyfit: Method boolean androidx.compose.runtime.snapshots.SnapshotStateList.conditionalUpdate$default(androidx.compose.runtime.snapshots.SnapshotStateList, boolean, kotlin.jvm.functions.Function1, int, java.lang.Object) failed lock verification and will run slower.
05-21 13:56:08.701 9128 9128 W thub.se.polyfit: Method java.lang.Object androidx.compose.runtime.snapshots.SnapshotStateList.mutate(kotlin.jvm.functions.Function1) failed lock verification and will run slower.
05-21 13:56:08.701 9128 9128 W thub.se.polyfit: Method void androidx.compose.runtime.snapshots.SnapshotStateList.update(boolean, kotlin.jvm.functions.Function1) failed lock verification and will run slower.
05-21 13:56:08.701 9128 9128 W thub.se.polyfit: Method void androidx.compose.runtime.snapshots.SnapshotStateList.update$default(androidx.compose.runtime.snapshots.SnapshotStateList, boolean, kotlin.jvm.functions.Function1, int, java.lang.Object) failed lock verification and will run slower.
05-21 13:56:08.814 848 966 D EGL_emulation: app_time_stats: avg=14.81ms min=1.02ms max=187.86ms count=38
05-21 13:56:09.640 9128 9128 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10192; state: ENABLED
05-21 13:56:09.854 848 966 D EGL_emulation: app_time_stats: avg=15.82ms min=5.48ms max=83.61ms count=48
05-21 13:56:10.244 9128 9128 I Choreographer: Skipped 71 frames! The application may be doing too much work on its main thread.
05-21 13:56:10.605 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:56:10.976 9128 9144 I OpenGLRenderer: Davey! duration=2502ms; Flags=0, FrameTimelineVsyncId=85649, IntendedVsync=7141172262957, Vsync=7141605596273, InputEventId=0, HandleInputStart=7141611666023, AnimationStart=7141611669018, PerformTraversalsStart=7141611672144, DrawStart=7142886432194, FrameDeadline=7141188929623, FrameInterval=7141611463091, FrameStartTime=16666666, SyncQueued=7142919069906, SyncStart=7142919218149, IssueDrawCommandsStart=7142919422740, SwapBuffers=7143572365447, FrameCompleted=7143674864130, DequeueBufferDuration=4318, QueueBufferDuration=198750, GpuCompleted=7143572365447, SwapBuffersCompleted=7143674864130, DisplayPresentTime=0, CommandSubmissionCompleted=7143572365447,
05-21 13:56:10.991 9128 9144 I OpenGLRenderer: Davey! duration=1216ms; Flags=0, FrameTimelineVsyncId=85979, IntendedVsync=7141772262933, Vsync=7142955596219, InputEventId=0, HandleInputStart=7142964797701, AnimationStart=7142964800787, PerformTraversalsStart=7142964805425, DrawStart=7142964959251, FrameDeadline=7143605596193, FrameInterval=7142961990110, FrameStartTime=16666666, SyncQueued=7142966696281, SyncStart=7143674957624, IssueDrawCommandsStart=7143675011625, SwapBuffers=7143675718256, FrameCompleted=7143696524638, DequeueBufferDuration=11789281, QueueBufferDuration=163284, GpuCompleted=7143675718256, SwapBuffersCompleted=7143696524638, DisplayPresentTime=0, CommandSubmissionCompleted=7143675718256,
05-21 13:56:11.074 9128 9128 D OverviewScreen: Photo button clicked
05-21 13:56:11.234 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:11.234 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '0Button'); position: 0; useUnmergedTree: false.
05-21 13:56:11.395 9128 9138 I thub.se.polyfit: NativeAlloc concurrent copying GC freed 160656(7050KB) AllocSpace objects, 3(52KB) LOS objects, 49% free, 21MB/42MB, paused 79us,28us total 222.331ms
05-21 13:56:11.955 9128 9288 D EGL_emulation: app_time_stats: avg=82.35ms min=9.20ms max=3071.96ms count=48
05-21 13:56:12.525 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:56:12.525 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:56:12.636 9128 9128 I Choreographer: Skipped 82 frames! The application may be doing too much work on its main thread.
05-21 13:56:12.687 9128 9144 I OpenGLRenderer: Davey! duration=1407ms; Flags=0, FrameTimelineVsyncId=86511, IntendedVsync=7143972262845, Vsync=7145338929457, InputEventId=0, HandleInputStart=7145357280994, AnimationStart=7145357288097, PerformTraversalsStart=7145358811510, DrawStart=7145359763691, FrameDeadline=7143988929511, FrameInterval=7145355217670, FrameStartTime=16666666, SyncQueued=7145362880797, SyncStart=7145377023672, IssueDrawCommandsStart=7145377111966, SwapBuffers=7145379805361, FrameCompleted=7145393630911, DequeueBufferDuration=5682667, QueueBufferDuration=153826, GpuCompleted=7145379805361, SwapBuffersCompleted=7145393630911, DisplayPresentTime=0, CommandSubmissionCompleted=7145379805361,
05-21 13:56:12.930 9128 9144 I OpenGLRenderer: Davey! duration=1655ms; Flags=1, FrameTimelineVsyncId=86511, IntendedVsync=7143972262845, Vsync=7145338929457, InputEventId=0, HandleInputStart=7145357280994, AnimationStart=7145357288097, PerformTraversalsStart=7145358811510, DrawStart=7145608760461, FrameDeadline=7143988929511, FrameInterval=7145355217670, FrameStartTime=16666666, SyncQueued=7145619584786, SyncStart=7145630679399, IssueDrawCommandsStart=7145630762944, SwapBuffers=7145631955907, FrameCompleted=7145638440772, DequeueBufferDuration=3226, QueueBufferDuration=163163, GpuCompleted=7145631955907, SwapBuffersCompleted=7145638440772, DisplayPresentTime=48, CommandSubmissionCompleted=7145631955907,
05-21 13:56:12.970 9128 9288 D EGL_emulation: app_time_stats: avg=12.67ms min=9.56ms max=27.01ms count=61
05-21 13:56:13.011 595 1558 I ImeTracker: com.github.se.polyfit:8e02e5d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:13.011 595 1558 I ImeTracker: com.github.se.polyfit:8e02e5d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:13.014 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:13.016 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:13.016 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:13.016 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:13.017 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:13.118 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:13.118 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '0Button'); position: 0; useUnmergedTree: false.
05-21 13:56:13.134 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:56:13.134 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '0Button'); position: 0; useUnmergedTree: false.
05-21 13:56:13.147 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:56:13.147 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '0Button'); position: 0; useUnmergedTree: false.
05-21 13:56:13.230 9128 9128 I MonitoringInstr: Stubbing intent Intent { act=android.media.action.IMAGE_CAPTURE }
05-21 13:56:13.242 9128 9128 D CompatibilityChangeReporter: Compat change id reported: 78294732; UID 10192; state: ENABLED
05-21 13:56:13.283 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: PAUSED
05-21 13:56:13.298 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@864637d
05-21 13:56:13.304 9128 9128 I Navigation: Navigating to AddMeal/0b38d19f-4865-4fe7-9622-6aedcbc54416
05-21 13:56:13.352 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: RESUMED
05-21 13:56:13.366 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@864637d
05-21 13:56:13.373 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:13.373 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'BottomBar'; position: 0; useUnmergedTree: false.
05-21 13:56:13.779 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:56:13.779 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:56:13.782 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@af88ba3
05-21 13:56:13.834 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d760e560 (UnprojectedRipple) with handle 0x751367608620
05-21 13:56:13.834 595 1558 W InputManager-JNI: Input channel object '65db19c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:14.739 9128 9128 I Choreographer: Skipped 81 frames! The application may be doing too much work on its main thread.
05-21 13:56:14.773 9128 9288 D EGL_emulation: app_time_stats: avg=599.24ms min=21.11ms max=1744.50ms count=3
05-21 13:56:14.792 595 1558 I ImeTracker: com.github.se.polyfit:9e7174de: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:14.792 595 1558 I ImeTracker: com.github.se.polyfit:9e7174de: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:14.797 9128 9145 I OpenGLRenderer: Davey! duration=1387ms; Flags=0, FrameTimelineVsyncId=87707, IntendedVsync=7146105596093, Vsync=7147455596039, InputEventId=0, HandleInputStart=7147460044349, AnimationStart=7147460051181, PerformTraversalsStart=7147460508642, DrawStart=7147461278404, FrameDeadline=7146122262759, FrameInterval=7147458118388, FrameStartTime=16666666, SyncQueued=7147477160823, SyncStart=7147477708378, IssueDrawCommandsStart=7147478047999, SwapBuffers=7147484355045, FrameCompleted=7147493392245, DequeueBufferDuration=4078, QueueBufferDuration=207386, GpuCompleted=7147484355045, SwapBuffersCompleted=7147493392245, DisplayPresentTime=0, CommandSubmissionCompleted=7147484355045,
05-21 13:56:14.798 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:14.798 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:14.799 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:14.799 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:14.799 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:14.859 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:14.859 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'BottomBar'; position: 0; useUnmergedTree: false.
05-21 13:56:14.864 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:14.864 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 13:56:14.874 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:14.874 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 13:56:14.885 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:56:14.885 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 13:56:14.897 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:56:14.897 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 13:56:14.927 9128 9128 I Navigation: Navigating to AdditionalMealInfo
05-21 13:56:14.933 9128 9128 V Finished: Clicked
05-21 13:56:14.940 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:14.940 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'AdditionalMealInfoContainer'; position: 0; useUnmergedTree: false.
05-21 13:56:15.773 9128 9288 D EGL_emulation: app_time_stats: avg=20.16ms min=8.10ms max=173.15ms count=48
05-21 13:56:16.251 9128 9128 I Choreographer: Skipped 75 frames! The application may be doing too much work on its main thread.
05-21 13:56:16.332 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:16.332 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'AdditionalMealInfoContainer'; position: 0; useUnmergedTree: false.
05-21 13:56:16.339 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:16.339 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'DateSelector'); position: 0; useUnmergedTree: false.
05-21 13:56:16.344 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:16.344 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'DateSelector'); position: 0; useUnmergedTree: false.
05-21 13:56:16.351 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:16.351 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'MealOccasionSelector'); position: 0; useUnmergedTree: false.
05-21 13:56:16.356 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:16.356 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'MealOccasionSelector'); position: 0; useUnmergedTree: false.
05-21 13:56:16.362 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:16.362 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealOccasionSelector')) && (TestTag = 'ButtonRow'); position: 0; useUnmergedTree: false.
05-21 13:56:16.367 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:16.367 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonRow')) && (TestTag = 'RightColumn'); position: 0; useUnmergedTree: false.
05-21 13:56:16.372 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:16.372 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'RightColumn')) && (TestTag = 'LunchRow'); position: 0; useUnmergedTree: false.
05-21 13:56:16.378 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:56:16.378 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:56:16.401 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:16.401 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'MealTagSelector'); position: 0; useUnmergedTree: false.
05-21 13:56:16.440 9128 9304 I OpenGLRenderer: Davey! duration=1424ms; Flags=0, FrameTimelineVsyncId=88144, IntendedVsync=7147705596029, Vsync=7148955595979, InputEventId=0, HandleInputStart=7148972229528, AnimationStart=7148972232444, PerformTraversalsStart=7148972360252, DrawStart=7148973553230, FrameDeadline=7147722262695, FrameInterval=7148970695311, FrameStartTime=16666666, SyncQueued=7148999462068, SyncStart=7149010830338, IssueDrawCommandsStart=7149014159975, SwapBuffers=7149076637524, FrameCompleted=7149141361884, DequeueBufferDuration=2395, QueueBufferDuration=141383, GpuCompleted=7149076637524, SwapBuffersCompleted=7149141361884, DisplayPresentTime=0, CommandSubmissionCompleted=7149076637524,
05-21 13:56:16.625 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:16.625 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'MealTagSelector'); position: 0; useUnmergedTree: false.
05-21 13:56:16.650 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:16.650 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'BottomBar'; position: 0; useUnmergedTree: false.
05-21 13:56:16.655 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:16.655 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'BottomBar'; position: 0; useUnmergedTree: false.
05-21 13:56:16.663 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:16.663 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 13:56:16.669 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:16.669 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 13:56:16.678 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:56:16.678 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 13:56:16.684 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:56:16.684 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 13:56:16.752 848 904 D SplashScreenView: Build android.window.SplashScreenView{1fd866 V.E...... ......ID 0,0-0,0}
05-21 13:56:16.752 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:16.752 848 904 D SplashScreenView: Branding: view: android.view.View{66267a7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:16.769 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:16.776 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: PAUSED
05-21 13:56:16.784 9128 9288 D EGL_emulation: app_time_stats: avg=16.93ms min=8.61ms max=130.87ms count=48
05-21 13:56:16.783 378 378 D Zygote : Forked child process 9305
05-21 13:56:16.795 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@864637d
05-21 13:56:16.830 9305 9305 I se.polyfit.test: Late-enabling -Xcheck:jni
05-21 13:56:16.892 9305 9305 I se.polyfit.test: Using CollectorTypeCC GC.
05-21 13:56:16.895 9305 9305 W se.polyfit.test: Unexpected CPU variant for x86: x86_64.
05-21 13:56:16.895 9305 9305 W se.polyfit.test: Known variants: atom, sandybridge, silvermont, goldmont, goldmont-plus, tremont, kabylake, default
05-21 13:56:16.898 848 966 D EGL_emulation: app_time_stats: avg=2921.83ms min=1.85ms max=8586.62ms count=3
05-21 13:56:16.933 458 475 I adbd : jdwp connection from 9305
05-21 13:56:17.021 9305 9305 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10193; state: ENABLED
05-21 13:56:17.021 9305 9305 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10193; state: ENABLED
05-21 13:56:17.039 9305 9305 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
05-21 13:56:17.062 9305 9305 D nativeloader: Configuring clns-6 for other apk /system/framework/android.test.mock.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/lib/x86_64:/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.github.se.polyfit.test
05-21 13:56:17.063 9305 9305 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
05-21 13:56:17.074 9305 9305 D nativeloader: Configuring clns-7 for other apk /system/framework/android.test.runner.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/lib/x86_64:/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.github.se.polyfit.test
05-21 13:56:17.077 9305 9305 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:17.077 9305 9305 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:17.139 848 966 D EGL_emulation: app_time_stats: avg=3642.48ms min=33.47ms max=7251.49ms count=2
05-21 13:56:17.296 9305 9305 D nativeloader: Configuring clns-8 for other apk /data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/lib/x86_64:/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.github.se.polyfit.test
05-21 13:56:17.328 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:56:17.334 9305 9305 V GraphicsEnvironment: Currently set values for:
05-21 13:56:17.334 9305 9305 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[]
05-21 13:56:17.334 9305 9305 V GraphicsEnvironment: angle_gl_driver_selection_values=[]
05-21 13:56:17.335 9305 9305 V GraphicsEnvironment: ANGLE GameManagerService for com.github.se.polyfit.test: false
05-21 13:56:17.335 9305 9305 V GraphicsEnvironment: com.github.se.polyfit.test is not listed in per-application setting
05-21 13:56:17.335 9305 9305 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
05-21 13:56:17.379 9305 9327 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so
05-21 13:56:17.381 9305 9327 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
05-21 13:56:17.384 9305 9327 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so
05-21 13:56:17.468 9305 9305 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10193; state: DISABLED
05-21 13:56:17.475 9305 9305 W OpenGLRenderer: Unknown dataspace 0
05-21 13:56:17.509 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: STOPPED
05-21 13:56:17.511 438 456 W ServiceManagerCppClient: Permission failure: android.permission.ROTATE_SURFACE_FLINGER from uid=10193 pid=0
05-21 13:56:17.511 438 456 D PermissionCache: checking android.permission.ROTATE_SURFACE_FLINGER for uid=10193 => denied (487 us)
05-21 13:56:17.512 438 456 W ServiceManagerCppClient: Permission failure: android.permission.INTERNAL_SYSTEM_WINDOW from uid=10193 pid=0
05-21 13:56:17.512 438 456 D PermissionCache: checking android.permission.INTERNAL_SYSTEM_WINDOW for uid=10193 => denied (668 us)
05-21 13:56:17.512 438 456 W ServiceManagerCppClient: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10193 pid=0
05-21 13:56:17.512 438 456 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10193 => denied (281 us)
05-21 13:56:17.512 438 975 W ServiceManagerCppClient: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10193 pid=9305
05-21 13:56:17.512 438 975 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10193 => denied (548 us)
05-21 13:56:17.527 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@864637d
05-21 13:56:17.530 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:17.552 181 181 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest.
05-21 13:56:17.555 9305 9325 I Gralloc4: mapper 4.x is not supported
05-21 13:56:17.705 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@864637d in: DESTROYED
05-21 13:56:17.705 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:17.707 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ff995ce
05-21 13:56:17.726 595 2378 W InputManager-JNI: Input channel object 'f8db43f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:17.763 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@315535b]
05-21 13:56:17.765 9128 9160 I TestRunner: finished: endToEndTest(com.github.se.polyfit.end2end.EndTest)
-
546 ms
com.github.se.polyfit.model.post.PostTest
-
1 ms
passedgetIngredientCaloriesReturnsEmptyListWhenNutrientsNotPresent
-
05-21 13:56:17.775 9128 9160 I TestRunner: started: getIngredientCaloriesReturnsEmptyListWhenNutrientsNotPresent(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:17.796 595 1558 W ServiceManagerCppClient: Permission failure: android.permission.ROTATE_SURFACE_FLINGER from uid=10193 pid=0
05-21 13:56:17.799 595 1558 D PermissionCache: checking android.permission.ROTATE_SURFACE_FLINGER for uid=10193 => denied (3757 us)
05-21 13:56:17.799 595 1558 W ServiceManagerCppClient: Permission failure: android.permission.INTERNAL_SYSTEM_WINDOW from uid=10193 pid=0
05-21 13:56:17.799 595 1558 D PermissionCache: checking android.permission.INTERNAL_SYSTEM_WINDOW for uid=10193 => denied (113 us)
05-21 13:56:17.800 595 1558 W ServiceManagerCppClient: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10193 pid=0
05-21 13:56:17.800 595 1558 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10193 => denied (1076 us)
05-21 13:56:17.804 9128 9160 I TestRunner: finished: getIngredientCaloriesReturnsEmptyListWhenNutrientsNotPresent(com.github.se.polyfit.model.post.PostTest)
-
76 ms
passedtestDeserializeWithEmptyUri
-
05-21 13:56:17.812 9128 9160 I TestRunner: started: testDeserializeWithEmptyUri(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:17.819 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:17.873 9128 9160 I TestRunner: finished: testDeserializeWithEmptyUri(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passeddeserializeThrowsException
-
05-21 13:56:17.879 9128 9160 I TestRunner: started: deserializeThrowsException(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:17.909 9128 9160 I TestRunner: finished: deserializeThrowsException(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passeddeserializePostWithDifferentLocation
-
05-21 13:56:17.915 9128 9160 I TestRunner: started: deserializePostWithDifferentLocation(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:17.934 9128 9160 I TestRunner: finished: deserializePostWithDifferentLocation(com.github.se.polyfit.model.post.PostTest)
-
27 ms
passedtestDeserializeWithUri
-
05-21 13:56:17.940 9128 9160 I TestRunner: started: testDeserializeWithUri(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:17.965 9128 9160 I TestRunner: finished: testDeserializeWithUri(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passedgetCarbsReturnsCorrectNutrientWhenPresent
-
05-21 13:56:17.981 9128 9160 I TestRunner: started: getCarbsReturnsCorrectNutrientWhenPresent(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.004 9128 9160 I TestRunner: finished: getCarbsReturnsCorrectNutrientWhenPresent(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passedgetIngredientCaloriesReturnsCorrectListWhenNutrientsPresent
-
05-21 13:56:18.013 9128 9160 I TestRunner: started: getIngredientCaloriesReturnsCorrectListWhenNutrientsPresent(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.034 9128 9160 I TestRunner: finished: getIngredientCaloriesReturnsCorrectListWhenNutrientsPresent(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passedgetFatReturnsCorrectNutrientWhenPresent
-
05-21 13:56:18.050 9128 9160 I TestRunner: started: getFatReturnsCorrectNutrientWhenPresent(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.077 9128 9160 I TestRunner: finished: getFatReturnsCorrectNutrientWhenPresent(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passedgetCarbsReturnsNullWhenNutrientNotPresent
-
05-21 13:56:18.085 9128 9160 I TestRunner: started: getCarbsReturnsNullWhenNutrientNotPresent(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.119 9128 9160 I TestRunner: finished: getCarbsReturnsNullWhenNutrientNotPresent(com.github.se.polyfit.model.post.PostTest)
-
27 ms
passedtestDefaultLocation
-
05-21 13:56:18.126 9128 9160 I TestRunner: started: testDefaultLocation(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.134 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:18.135 848 966 D EGL_emulation: app_time_stats: avg=115.48ms min=5.16ms max=1091.84ms count=10
05-21 13:56:18.139 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:18.141 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:18.141 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:18.151 9128 9160 I TestRunner: finished: testDefaultLocation(com.github.se.polyfit.model.post.PostTest)
-
51 ms
passedgetProteinReturnsCorrectNutrientWhenPresent
-
05-21 13:56:18.178 9128 9160 I TestRunner: started: getProteinReturnsCorrectNutrientWhenPresent(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.228 9128 9160 I TestRunner: finished: getProteinReturnsCorrectNutrientWhenPresent(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passeddeserializePostWithDifferentDescription
-
05-21 13:56:18.247 9128 9160 I TestRunner: started: deserializePostWithDifferentDescription(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.281 9128 9160 I TestRunner: finished: deserializePostWithDifferentDescription(com.github.se.polyfit.model.post.PostTest)
-
1 ms
passeddefaultMethodReturnsExpectedPostObject
-
05-21 13:56:18.290 9128 9160 I TestRunner: started: defaultMethodReturnsExpectedPostObject(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.316 9128 9160 I TestRunner: finished: defaultMethodReturnsExpectedPostObject(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passedgetIngredientWeightReturnsCorrectList
-
05-21 13:56:18.325 9128 9160 I TestRunner: started: getIngredientWeightReturnsCorrectList(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.341 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=7, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@16eaebe
05-21 13:56:18.356 9128 9160 I TestRunner: finished: getIngredientWeightReturnsCorrectList(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passedtestLocationToString
-
05-21 13:56:18.369 9128 9160 I TestRunner: started: testLocationToString(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.371 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 77572(2787KB) AllocSpace objects, 15(956KB) LOS objects, 49% free, 7239KB/14MB, paused 1.325ms,30us total 265.496ms
05-21 13:56:18.371 6276 6284 W s.nexuslauncher: Reducing the number of considered missed Gc histogram windows from 179 to 100
05-21 13:56:18.392 9128 9160 I TestRunner: finished: testLocationToString(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passedserializeReturnsCorrectMap
-
05-21 13:56:18.401 9128 9160 I TestRunner: started: serializeReturnsCorrectMap(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.427 9128 9160 I TestRunner: finished: serializeReturnsCorrectMap(com.github.se.polyfit.model.post.PostTest)
-
51 ms
passeddeserializePost
-
05-21 13:56:18.444 9128 9160 I TestRunner: started: deserializePost(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.491 9128 9160 I TestRunner: finished: deserializePost(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passeddeserializeNormalPost
-
05-21 13:56:18.514 9128 9160 I TestRunner: started: deserializeNormalPost(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.542 9128 9160 I TestRunner: finished: deserializeNormalPost(com.github.se.polyfit.model.post.PostTest)
-
26 ms
passeddeserializePostWithDifferentUserId
-
05-21 13:56:18.557 9128 9160 I TestRunner: started: deserializePostWithDifferentUserId(com.github.se.polyfit.model.post.PostTest)
05-21 13:56:18.588 9128 9160 I TestRunner: finished: deserializePostWithDifferentUserId(com.github.se.polyfit.model.post.PostTest)
-
5.53 s
com.github.se.polyfit.ui.components.GradientBoxTest
-
2.91 s
passedcustomGradientBox
-
05-21 13:56:18.600 9128 9160 I TestRunner: started: customGradientBox(com.github.se.polyfit.ui.components.GradientBoxTest)
05-21 13:56:18.643 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@75c568c
05-21 13:56:18.653 595 612 W InputManager-JNI: Input channel object 'adbf4fa com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:18.714 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:18.722 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@e637ce8]
05-21 13:56:18.753 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:18.779 848 904 D SplashScreenView: Build android.window.SplashScreenView{7aa2b13 V.E...... ......ID 0,0-0,0}
05-21 13:56:18.779 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:18.779 848 904 D SplashScreenView: Branding: view: android.view.View{465150 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:18.819 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:18.864 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8c4ba71 in: PRE_ON_CREATE
05-21 13:56:18.869 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:18.903 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:18.907 1728 2288 E HwDetectorWithState: a: 3
05-21 13:56:18.982 595 4824 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:19.176 848 966 D EGL_emulation: app_time_stats: avg=24.72ms min=1.81ms max=157.81ms count=34
05-21 13:56:19.232 848 966 D EGL_emulation: app_time_stats: avg=216.64ms min=18.51ms max=709.56ms count=5
05-21 13:56:19.518 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8c4ba71 in: CREATED
05-21 13:56:19.531 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@8c4ba71
05-21 13:56:19.545 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8c4ba71 in: STARTED
05-21 13:56:19.556 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@8c4ba71
05-21 13:56:19.608 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8c4ba71 in: RESUMED
05-21 13:56:19.628 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@8c4ba71
05-21 13:56:19.798 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:19.801 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s33ms
05-21 13:56:19.872 595 2433 I ImeTracker: com.github.se.polyfit:32680590: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:19.872 595 2433 I ImeTracker: com.github.se.polyfit:32680590: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:19.881 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:19.887 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:2be2c3df: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:19.887 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:2be2c3df: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:19.896 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:19.898 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:19.898 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:19.898 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:19.899 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:20.029 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:20.147 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ce6635a
05-21 13:56:20.151 595 957 W InputManager-JNI: Input channel object '1edebdc Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:20.180 848 966 D EGL_emulation: app_time_stats: avg=19.70ms min=4.82ms max=126.80ms count=46
05-21 13:56:20.203 1829 1861 I earchbox:search: Background young concurrent copying GC freed 73220(3973KB) AllocSpace objects, 184(3472KB) LOS objects, 0% free, 262MB/262MB, paused 835us,246us total 328.888ms
05-21 13:56:20.203 1829 1861 W earchbox:search: Reducing the number of considered missed Gc histogram windows from 179 to 100
05-21 13:56:20.251 848 863 I ndroid.systemui: Background young concurrent copying GC freed 251364(13MB) AllocSpace objects, 136(2720KB) LOS objects, 47% free, 17MB/33MB, paused 870us,136us total 187.485ms
05-21 13:56:20.252 848 863 W ndroid.systemui: Reducing the number of considered missed Gc histogram windows from 130 to 100
05-21 13:56:20.401 848 904 D SplashScreenView: Build android.window.SplashScreenView{3a8a0a6 V.E...... ......ID 0,0-0,0}
05-21 13:56:20.401 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:20.401 848 904 D SplashScreenView: Branding: view: android.view.View{6232ae7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:20.419 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:20.440 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8c4ba71 in: PAUSED
05-21 13:56:20.455 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@8c4ba71
05-21 13:56:20.549 848 966 D EGL_emulation: app_time_stats: avg=94.07ms min=11.89ms max=486.34ms count=14
05-21 13:56:20.562 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:20.779 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:20.786 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +389ms
05-21 13:56:20.815 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:20.822 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=11, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@4c51488
05-21 13:56:20.846 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:20.846 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:20.846 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:20.848 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:20.849 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:20.880 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:20.883 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:20.883 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:20.966 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:b13e6ba5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:20.966 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:b13e6ba5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:20.971 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:20.973 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:20.974 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:20.975 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:20.977 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:20.993 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8c4ba71 in: STOPPED
05-21 13:56:21.032 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@8c4ba71
05-21 13:56:21.111 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8c4ba71 in: DESTROYED
05-21 13:56:21.112 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:21.119 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7f93eb7
05-21 13:56:21.244 848 966 D EGL_emulation: app_time_stats: avg=19.95ms min=1.63ms max=177.68ms count=42
05-21 13:56:21.379 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5846166
05-21 13:56:21.382 595 612 W InputManager-JNI: Input channel object '84c1e07 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:21.387 595 693 W InputManager-JNI: Input channel object '29f1eed Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:21.427 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@42e2132
05-21 13:56:21.450 595 2208 W InputManager-JNI: Input channel object 'dc154f8 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:21.488 595 608 I system_server: NativeAlloc concurrent copying GC freed 515470(22MB) AllocSpace objects, 43(2232KB) LOS objects, 43% free, 30MB/54MB, paused 595us,97us total 976.156ms
05-21 13:56:21.508 1829 1861 I earchbox:search: Background concurrent copying GC freed 153227(13MB) AllocSpace objects, 1935(36MB) LOS objects, 8% free, 262MB/286MB, paused 665us,41us total 1.302s
05-21 13:56:21.517 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@e637ce8]
05-21 13:56:21.531 9128 9160 I TestRunner: finished: customGradientBox(com.github.se.polyfit.ui.components.GradientBoxTest)
-
2.61 s
passeddefaultGradientBox
-
05-21 13:56:21.546 9128 9160 I TestRunner: started: defaultGradientBox(com.github.se.polyfit.ui.components.GradientBoxTest)
05-21 13:56:21.569 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8e5c799]
05-21 13:56:21.615 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:21.637 848 904 D SplashScreenView: Build android.window.SplashScreenView{38260b6 V.E...... ......ID 0,0-0,0}
05-21 13:56:21.637 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:21.637 848 904 D SplashScreenView: Branding: view: android.view.View{abed1b7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:21.669 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:21.706 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e153a10 in: PRE_ON_CREATE
05-21 13:56:21.707 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:21.746 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:21.747 1728 2210 E HwDetectorWithState: a: 3
05-21 13:56:22.103 438 459 W TransactionTracing: Could not find layer id 540
05-21 13:56:22.103 438 459 W TransactionTracing: Could not find layer id 173
05-21 13:56:22.103 438 459 W TransactionTracing: Could not find layer id 171
05-21 13:56:22.231 848 966 D EGL_emulation: app_time_stats: avg=109.11ms min=3.58ms max=863.11ms count=15
05-21 13:56:22.247 848 966 D EGL_emulation: app_time_stats: avg=16.40ms min=4.10ms max=167.03ms count=44
05-21 13:56:22.468 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e153a10 in: CREATED
05-21 13:56:22.484 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e153a10
05-21 13:56:22.504 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e153a10 in: STARTED
05-21 13:56:22.519 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e153a10
05-21 13:56:22.582 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e153a10 in: RESUMED
05-21 13:56:22.598 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e153a10
05-21 13:56:22.768 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:22.777 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s144ms
05-21 13:56:22.791 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:22.800 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:8aded655: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:22.803 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:8aded655: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:22.849 595 1558 I ImeTracker: com.github.se.polyfit:bcbd4a90: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:22.849 595 1558 I ImeTracker: com.github.se.polyfit:bcbd4a90: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:22.856 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:22.862 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:22.863 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:22.863 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:22.864 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:22.889 9128 9160 W thub.se.polyfit: Suspending all threads took: 10.783ms
05-21 13:56:23.113 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:23.133 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d424889
05-21 13:56:23.135 595 2377 W InputManager-JNI: Input channel object '14a7d5c Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:23.255 848 966 D EGL_emulation: app_time_stats: avg=14.73ms min=1.39ms max=103.20ms count=46
05-21 13:56:23.394 848 904 D SplashScreenView: Build android.window.SplashScreenView{6abadee V.E...... ......ID 0,0-0,0}
05-21 13:56:23.394 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:23.394 848 904 D SplashScreenView: Branding: view: android.view.View{a2bc28f G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:23.419 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:23.433 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e153a10 in: PAUSED
05-21 13:56:23.447 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e153a10
05-21 13:56:23.567 848 966 D EGL_emulation: app_time_stats: avg=99.36ms min=2.61ms max=494.30ms count=13
05-21 13:56:23.572 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:23.809 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:23.823 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=15, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@64c3dcf
05-21 13:56:23.835 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:23.835 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:23.835 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:23.839 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:23.840 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:23.877 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:23.878 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:23.878 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:23.922 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:c2aa5eb0: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:23.922 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:c2aa5eb0: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:23.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:23.935 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:23.936 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:23.938 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:23.950 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:23.956 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e153a10 in: STOPPED
05-21 13:56:23.986 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e153a10
05-21 13:56:24.061 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e153a10 in: DESTROYED
05-21 13:56:24.061 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:24.063 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@aa20bb1
05-21 13:56:24.104 595 693 W InputManager-JNI: Input channel object 'f7993db com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:24.160 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8e5c799]
05-21 13:56:24.163 9128 9160 I TestRunner: finished: defaultGradientBox(com.github.se.polyfit.ui.components.GradientBoxTest)
-
8.47 s
com.github.se.polyfit.ui.components.LauncherForActivityResultTest
-
2.84 s
passedtestLauncherForActivityResult_onApprove_coarseLocationGranted
-
05-21 13:56:24.168 9128 9160 I TestRunner: started: testLauncherForActivityResult_onApprove_coarseLocationGranted(com.github.se.polyfit.ui.components.LauncherForActivityResultTest)
05-21 13:56:24.185 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a61fbc1]
05-21 13:56:24.243 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:24.308 848 966 D EGL_emulation: app_time_stats: avg=21.03ms min=2.40ms max=151.17ms count=38
05-21 13:56:24.320 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:24.338 848 904 D SplashScreenView: Build android.window.SplashScreenView{deb4a7b V.E...... ......ID 0,0-0,0}
05-21 13:56:24.338 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:24.338 848 904 D SplashScreenView: Branding: view: android.view.View{4026098 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:24.368 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616510 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:24.373 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c68fc33
05-21 13:56:24.378 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:24.379 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3afc2b3a-fb0b-476a-ac67-7ace5a75e9ff
05-21 13:56:24.379 595 2208 W InputManager-JNI: Input channel object '79c238f com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:24.380 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c170d56-0a25-4674-8647-ad7302fed75f
05-21 13:56:24.381 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7fa5fd30-946e-47d6-833a-6cf5d1e5e8f6
05-21 13:56:24.382 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 851dd81e-2d86-475a-8073-7c077e303bec
05-21 13:56:24.382 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a595177-b4ab-4d32-b430-f69bd6df3b56
05-21 13:56:24.382 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a777ffd7-b385-4b2a-b11b-861a4e098817
05-21 13:56:24.382 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0498dd27-aaeb-4c28-b1c4-4e91b20a8813
05-21 13:56:24.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d2b8aea-9ee7-4fe6-8725-f8f15a8e3ef3
05-21 13:56:24.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 096445d0-cd3d-40d7-80c1-dc317be58d0e
05-21 13:56:24.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f0d8f7d8-9474-42ed-b9ff-2b0855dfb1e2
05-21 13:56:24.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5488fa91-374e-4575-a9ff-8f5d585e78eb
05-21 13:56:24.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a613ffe1-e6fd-4ee4-b98a-212584f3ef0d
05-21 13:56:24.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b3e8f6a2-e7f7-441d-9ef2-2c96b3f57a43
05-21 13:56:24.400 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 975e649f-ae1d-464f-b392-40ac633588dd
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 45ab22e5-a3f5-4b89-b52f-72e43a0f9997
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 23f33de7-d7c3-4f1e-ae0b-5e822e803322
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 88ec9f45-1ec6-4afc-b32f-22d33a53dad5
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4dc4f42-5102-4ef4-9c8f-f6d1571feed0
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fd0ad17b-1d87-400d-a3ad-ab789cc1d773
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 63290a3f-2ef3-473d-96a5-0fa8c9061129
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70257bd7-fbe0-43d6-873a-cffb1345eee0
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01ad8f27-9b84-45dc-8348-d62c729e15e5
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fe00ce0b-e1e7-4765-9f65-f22464e5e0c8
05-21 13:56:24.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cefa4c70-dd18-4d4e-a5e6-48980aaa86ed
05-21 13:56:24.402 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4d8dd61-fbc0-4de4-b956-d62a999f653b
05-21 13:56:24.402 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25bf7e85-ebf9-4771-9e30-aeb6402c35cd
05-21 13:56:24.402 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9dd71681-a58c-49e5-bf84-4b23de8997bd
05-21 13:56:24.402 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d7ac31ba-1368-48a7-b05d-ddbab573fbba
05-21 13:56:24.402 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 979353f5-e7c8-4f7f-b96f-ecca580a2a78
05-21 13:56:24.405 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5b1f2a1
05-21 13:56:24.407 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ea9cc2c-19b7-4950-8583-d4b720d5301a
05-21 13:56:24.407 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:24.407 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7409010d-7e93-4013-95a0-cb1b9e6851f3
05-21 13:56:24.407 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 097ef09b-e37d-4075-8709-a3b9acff5d83
05-21 13:56:24.408 595 2208 W InputManager-JNI: Input channel object 'bef8d8 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:24.408 1728 2288 E HwDetectorWithState: a: 3
05-21 13:56:24.411 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:24.411 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cc7e214c-5451-44e7-9b65-a836dba7e550
05-21 13:56:24.412 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:24.412 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 91fa61a6-76ea-4259-8e59-4cc9aa16e4c8
05-21 13:56:24.412 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fdac126b-7bc3-4ed6-8909-527737edfe4e
05-21 13:56:24.417 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:24.418 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 614feefc-514a-4788-b6d3-f7338fc81af4
05-21 13:56:24.418 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9199f033-a403-498e-bd9f-74410e6303d0
05-21 13:56:24.424 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:24.424 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e9ecadf8-1424-4a93-af9d-3e3aa223c14f
05-21 13:56:24.424 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0694198c-208f-4dfe-871e-28df176f0d23
05-21 13:56:24.424 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fee711ff-ee3c-416d-9948-9bf9c18bf667
05-21 13:56:24.424 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=b9794702-d54e-4801-bf07-1e94d8ff559e,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 541f47b8-1be6-4fad-be27-2834899b8aa3
05-21 13:56:24.428 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@24d07d8 in: PRE_ON_CREATE
05-21 13:56:24.429 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:24.552 848 903 W FrameTracker: Missed App frame:UNKNOWN: 10, 94907, 0, CUJ=J
05-21 13:56:24.554 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 10, 94907, 0, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 94907, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 94936, 135471994, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 94936, 135471994, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 94958, 0, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 94958, 0, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 94958, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 95003, 0, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 95003, 0, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 95003, CUJ=J
05-21 13:56:24.555 848 903 W FrameTracker: Missing SF jank callback for vsyncId: 95056, CUJ=J
05-21 13:56:24.718 1829 1861 I earchbox:search: Background young concurrent copying GC freed 193435(6177KB) AllocSpace objects, 666(12MB) LOS objects, 5% free, 254MB/269MB, paused 592us,33us total 102.288ms
05-21 13:56:24.907 848 966 D EGL_emulation: app_time_stats: avg=82.56ms min=2.58ms max=616.76ms count=15
05-21 13:56:25.072 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@24d07d8 in: CREATED
05-21 13:56:25.083 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@24d07d8
05-21 13:56:25.097 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@24d07d8 in: STARTED
05-21 13:56:25.107 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@24d07d8
05-21 13:56:25.155 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@24d07d8 in: RESUMED
05-21 13:56:25.169 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@24d07d8
05-21 13:56:25.281 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:25.283 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s11ms
05-21 13:56:25.322 595 2378 I ImeTracker: com.github.se.polyfit:b938aa19: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:25.322 595 2378 I ImeTracker: com.github.se.polyfit:b938aa19: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:25.328 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:25.330 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:25.330 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:25.331 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:25.332 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:25.332 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:25.332 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:1722ac91: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:25.333 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:1722ac91: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:25.392 848 966 D EGL_emulation: app_time_stats: avg=19.05ms min=1.36ms max=253.05ms count=43
05-21 13:56:25.496 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:25.627 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5da1357
05-21 13:56:25.628 595 2378 W InputManager-JNI: Input channel object 'e053d98 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:25.976 848 904 D SplashScreenView: Build android.window.SplashScreenView{88cf40d V.E...... ......ID 0,0-0,0}
05-21 13:56:25.976 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:25.976 848 904 D SplashScreenView: Branding: view: android.view.View{56e0fc2 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:26.002 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:26.027 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@24d07d8 in: PAUSED
05-21 13:56:26.046 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@24d07d8
05-21 13:56:26.184 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:26.187 848 966 D EGL_emulation: app_time_stats: avg=85.34ms min=4.86ms max=566.02ms count=14
05-21 13:56:26.428 848 966 D EGL_emulation: app_time_stats: avg=16.79ms min=1.74ms max=132.18ms count=44
05-21 13:56:26.438 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:26.443 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +460ms
05-21 13:56:26.611 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:26.625 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=19, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@c8329bb
05-21 13:56:26.650 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:26.650 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:26.650 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:26.666 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:26.689 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:26.727 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:b95fbfe2: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:26.727 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:b95fbfe2: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:26.733 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:26.734 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:26.734 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:26.734 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:26.735 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:26.739 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@24d07d8 in: STOPPED
05-21 13:56:26.748 1829 1861 I earchbox:search: Background young concurrent copying GC freed 41230(3806KB) AllocSpace objects, 757(13MB) LOS objects, 6% free, 252MB/269MB, paused 144us,54us total 192.949ms
05-21 13:56:26.759 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:26.767 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@24d07d8
05-21 13:56:26.818 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:26.843 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@24d07d8 in: DESTROYED
05-21 13:56:26.844 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:26.846 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4eb50d9
05-21 13:56:26.853 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:26.854 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 42232(3457KB) AllocSpace objects, 13(236KB) LOS objects, 49% free, 6441KB/12MB, paused 268us,22us total 173.229ms
05-21 13:56:26.870 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d76362b0 (UnprojectedRipple) with handle 0x751367637510
05-21 13:56:26.885 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.886 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.886 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.886 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.886 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.887 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.887 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.888 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.888 6276 6287 W System : A resource failed to call release.
05-21 13:56:26.890 595 2208 W InputManager-JNI: Input channel object '1b36e5e com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:26.914 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@23f5e3c
05-21 13:56:26.917 595 2378 W InputManager-JNI: Input channel object '328db6c Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:26.996 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a61fbc1]
05-21 13:56:27.000 9128 9160 I TestRunner: finished: testLauncherForActivityResult_onApprove_coarseLocationGranted(com.github.se.polyfit.ui.components.LauncherForActivityResultTest)
-
3.04 s
passedtestLauncherForActivityResult_onDeny
-
05-21 13:56:27.016 9128 9160 I TestRunner: started: testLauncherForActivityResult_onDeny(com.github.se.polyfit.ui.components.LauncherForActivityResultTest)
05-21 13:56:27.027 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8929a19]
05-21 13:56:27.068 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:27.108 848 904 D SplashScreenView: Build android.window.SplashScreenView{fcd642a V.E...... ......ID 0,0-0,0}
05-21 13:56:27.108 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:27.108 848 904 D SplashScreenView: Branding: view: android.view.View{174a21b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:27.163 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:27.205 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8116f4c
05-21 13:56:27.215 595 2378 W InputManager-JNI: Input channel object '88c8b0f com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:27.239 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:27.241 1728 2210 E HwDetectorWithState: a: 3
05-21 13:56:27.285 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbe690 in: PRE_ON_CREATE
05-21 13:56:27.289 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:27.389 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:56:27.430 848 966 D EGL_emulation: app_time_stats: avg=34.93ms min=1.89ms max=133.47ms count=25
05-21 13:56:27.547 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x751367609850 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:27.549 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:27.550 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21236f26-08eb-4a76-8025-0d0bde949d45
05-21 13:56:27.551 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c950bc2b-4e5e-4385-a2ea-a5327d95bb72
05-21 13:56:27.551 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 864a7909-5ece-49eb-b4ab-cd9f98f8d8fa
05-21 13:56:27.551 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2c01493-6bda-41b9-97c0-f71004acd990
05-21 13:56:27.552 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1bde9520-5d9f-4d56-91c4-7e8818d80aae
05-21 13:56:27.552 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 701a1539-7bcd-4dea-b09a-46f55df7d68e
05-21 13:56:27.554 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d9bd5895-c421-4927-977d-c5faa9dd95d7
05-21 13:56:27.554 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3eb3a770-a96f-4af6-af7f-8c427ea882a8
05-21 13:56:27.554 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b5afe775-450e-470c-a3b2-0b13b648a2b8
05-21 13:56:27.555 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f606a0fe-8b67-4289-af92-9088308120a5
05-21 13:56:27.555 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9338a53d-3070-4c2e-8148-5b61fc1a0008
05-21 13:56:27.555 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ed510c3-41b8-4ff4-96ac-9dd8a57350f6
05-21 13:56:27.555 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0eb67e08-1678-4a15-bf25-d84c59b35650
05-21 13:56:27.556 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4b3d448-47ee-4ae2-a1fe-9cd54a820a3e
05-21 13:56:27.556 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7cec60e8-787e-40b6-866a-a28d5b7c34b3
05-21 13:56:27.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 630bc43a-77f7-4893-9fd8-cf192148b847
05-21 13:56:27.561 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0450c7c7-5192-4ff8-9975-7199d5bcbbec
05-21 13:56:27.562 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7c52be5d-cbc0-490a-a4e1-d6e866849fe7
05-21 13:56:27.564 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a0d36c80-4cd1-4102-a9a9-be414f532fab
05-21 13:56:27.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b562fd35-b23f-4660-aafd-5ea60adafbb7
05-21 13:56:27.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8775b564-9579-4b4e-a644-2d38cb7b0632
05-21 13:56:27.569 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dce33ff8-26d8-460a-b568-ce2fbc9b1fd7
05-21 13:56:27.573 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b5a91950-8bc0-4cee-a5d6-8358ffac794c
05-21 13:56:27.574 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 61b15c15-13df-4c51-8ee4-cd9c7963a10a
05-21 13:56:27.575 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 482993c9-038c-4b81-badb-5234d074be42
05-21 13:56:27.576 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e6f72380-73a1-4457-9e4e-de3e8f3811d2
05-21 13:56:27.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1309ae0c-8fee-4bce-9496-c6726b52af0b
05-21 13:56:27.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f0b2ac80-16f0-4470-b835-c5dd15ea229c
05-21 13:56:27.579 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 035dbcd2-03fa-41c6-9e29-6e64603dc51d
05-21 13:56:27.580 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e51f919a-0dc0-4ca3-a0df-ffdac89f7199
05-21 13:56:27.581 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e195b539-3d9a-4e5b-8cf3-d9e7c1994aea
05-21 13:56:27.582 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e1bcc4c0-154a-4075-8283-2c76171c13c8
05-21 13:56:27.585 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:27.590 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 999d94d5-cca2-48c9-83c6-28d7d7d54ed3
05-21 13:56:27.590 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:27.591 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8b5a6d49-5108-45cf-bae4-877c578c9a4b
05-21 13:56:27.592 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6ba14dd7-5542-4b77-af36-05bb789ba25a
05-21 13:56:27.594 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:27.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a74d7375-5f52-4102-ac0e-94f8fee90a3d
05-21 13:56:27.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c6e75aef-101a-4967-98b3-38ff1c8c382d
05-21 13:56:27.595 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:27.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c97c37a9-f9b2-4de1-aec7-e1280247da87
05-21 13:56:27.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b0c94eb4-1bb5-4bc2-938d-0e04197f6084
05-21 13:56:27.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6f51c293-30f0-4f45-a66f-7983439a5c33
05-21 13:56:27.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=fcaf93c3-af6c-48f0-860c-26ea5b58eddf,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 99728d21-97de-434d-bdaf-0beff524daca
05-21 13:56:27.800 848 966 D EGL_emulation: app_time_stats: avg=130.52ms min=8.62ms max=731.93ms count=12
05-21 13:56:28.121 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbe690 in: CREATED
05-21 13:56:28.144 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@fbe690
05-21 13:56:28.168 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbe690 in: STARTED
05-21 13:56:28.184 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@fbe690
05-21 13:56:28.254 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbe690 in: RESUMED
05-21 13:56:28.272 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@fbe690
05-21 13:56:28.440 848 966 D EGL_emulation: app_time_stats: avg=17.36ms min=4.02ms max=187.84ms count=47
05-21 13:56:28.444 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:28.450 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s366ms
05-21 13:56:28.478 1829 1861 I earchbox:search: Background concurrent copying GC freed 569120(22MB) AllocSpace objects, 1130(21MB) LOS objects, 8% free, 261MB/285MB, paused 372us,72us total 896.997ms
05-21 13:56:28.559 595 2378 I ImeTracker: com.github.se.polyfit:5b18e1bd: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:28.560 595 2378 I ImeTracker: com.github.se.polyfit:5b18e1bd: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:28.567 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:28.579 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:28.579 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:28.580 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:28.580 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:28.588 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:7e699a10: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:28.588 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:7e699a10: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:28.590 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:28.773 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cb598f6
05-21 13:56:28.776 595 2433 W InputManager-JNI: Input channel object 'a1771a9 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:28.818 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:28.957 9128 9138 W thub.se.polyfit: Cleared Reference was only reachable from finalizer (only reported once)
05-21 13:56:29.022 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 609828(20MB) AllocSpace objects, 17(856KB) LOS objects, 46% free, 23MB/44MB, paused 327us,84us total 241.003ms
05-21 13:56:29.205 848 904 D SplashScreenView: Build android.window.SplashScreenView{5cfd73 V.E...... ......ID 0,0-0,0}
05-21 13:56:29.205 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:29.205 848 904 D SplashScreenView: Branding: view: android.view.View{6c32430 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:29.234 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbe690 in: PAUSED
05-21 13:56:29.236 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:29.247 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@fbe690
05-21 13:56:29.346 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:29.367 848 966 D EGL_emulation: app_time_stats: avg=111.49ms min=8.76ms max=603.75ms count=14
05-21 13:56:29.453 848 966 D EGL_emulation: app_time_stats: avg=15.19ms min=1.81ms max=134.92ms count=45
05-21 13:56:29.591 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:29.592 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +396ms
05-21 13:56:29.629 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:29.631 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=23, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@b527750
05-21 13:56:29.638 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:29.638 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:29.638 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:29.639 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:29.659 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:29.723 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:29.731 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:29.731 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:29.787 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d760b1e0 (UnprojectedRipple) with handle 0x751367614e30
05-21 13:56:29.815 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:6fafb3b0: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:29.815 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:6fafb3b0: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:29.823 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:29.828 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:29.832 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:29.833 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:29.835 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:29.849 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbe690 in: STOPPED
05-21 13:56:29.894 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@fbe690
05-21 13:56:29.963 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbe690 in: DESTROYED
05-21 13:56:29.963 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:29.965 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5c9ee31
05-21 13:56:29.992 595 2377 W InputManager-JNI: Input channel object 'ff6f178 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:30.039 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8929a19]
05-21 13:56:30.042 9128 9160 I TestRunner: finished: testLauncherForActivityResult_onDeny(com.github.se.polyfit.ui.components.LauncherForActivityResultTest)
-
2.59 s
passedtestLauncherForActivityResult_onApprove_fineLocationGranted
-
05-21 13:56:30.058 9128 9160 I TestRunner: started: testLauncherForActivityResult_onApprove_fineLocationGranted(com.github.se.polyfit.ui.components.LauncherForActivityResultTest)
05-21 13:56:30.063 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@98b48f5]
05-21 13:56:30.086 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:30.145 1829 1861 I earchbox:search: Background young concurrent copying GC freed 62227(5904KB) AllocSpace objects, 983(18MB) LOS objects, 8% free, 240MB/264MB, paused 17.909ms,21us total 81.891ms
05-21 13:56:30.154 848 904 D SplashScreenView: Build android.window.SplashScreenView{2c61543 V.E...... ......ID 0,0-0,0}
05-21 13:56:30.154 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:30.154 848 904 D SplashScreenView: Branding: view: android.view.View{da3a7c0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:30.170 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a8ca25c in: PRE_ON_CREATE
05-21 13:56:30.171 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:30.226 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:30.227 1728 2288 E HwDetectorWithState: a: 3
05-21 13:56:30.413 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8fffdcf
05-21 13:56:30.414 595 2378 W InputManager-JNI: Input channel object '1668d84 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:30.445 848 966 D EGL_emulation: app_time_stats: avg=66.28ms min=2.20ms max=220.54ms count=15
05-21 13:56:30.474 848 966 D EGL_emulation: app_time_stats: avg=32.19ms min=1.89ms max=225.66ms count=28
05-21 13:56:30.850 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a8ca25c in: CREATED
05-21 13:56:30.867 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@a8ca25c
05-21 13:56:30.894 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a8ca25c in: STARTED
05-21 13:56:30.910 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@a8ca25c
05-21 13:56:30.959 595 608 I system_server: NativeAlloc concurrent copying GC freed 187545(5763KB) AllocSpace objects, 5(100KB) LOS objects, 44% free, 30MB/54MB, paused 372us,60us total 157.377ms
05-21 13:56:30.986 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a8ca25c in: RESUMED
05-21 13:56:31.000 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@a8ca25c
05-21 13:56:31.184 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:31.185 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x751367618b20 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:31.185 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:31.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc0b6b53-00b3-45a0-b8da-5a16459dacf2
05-21 13:56:31.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ed4b0e6-567c-493f-97e9-e1ff2c10e718
05-21 13:56:31.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 584a6468-76f0-444d-92c8-6282b10e0822
05-21 13:56:31.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25a6eb46-bd0e-471d-addd-72674be62381
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b8869774-9489-49f3-b0ec-4679c179dcc2
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5378e65a-5a2c-4270-bc61-39e52dfbe054
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8070c740-66e9-4000-9c8d-77cc6f4e715f
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 301ba9f1-068a-44b0-9017-b3587d9bc94f
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da5c80c6-7d44-4407-a331-55d68915ee21
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 13caf822-8fc9-485d-aecb-199f037525b9
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 544a02ed-93fc-4a08-93a6-7f360bd179b4
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ae8e8db-158d-4d81-8eca-2699a2cd0c3d
05-21 13:56:31.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38fa9aa0-f337-4339-8c8d-e89ab6bb9176
05-21 13:56:31.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52d37e29-5da5-4fdd-9937-f17c0c0b1b89
05-21 13:56:31.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52212d57-d979-4257-a14d-706031b18394
05-21 13:56:31.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 18072e84-b1dc-4d54-92be-9587a12bc41d
05-21 13:56:31.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21a40faf-e98d-4e74-94b3-f784d962a3f9
05-21 13:56:31.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9270618b-1b40-4cf6-bc8c-4c8236e80610
05-21 13:56:31.189 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6efd9ba-6aca-4afe-ad14-a8f55b8e07fd
05-21 13:56:31.189 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6bc535ca-2b8b-4a17-960d-c3e21c49a29f
05-21 13:56:31.189 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 084f3570-b2b6-406d-9edb-977d617b0976
05-21 13:56:31.189 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 40439328-7188-4a8c-b303-128019e7015a
05-21 13:56:31.189 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba8e9604-4f90-4e88-b652-97719e504fd1
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 10aa484c-edca-4205-aed0-bd00eabb6797
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3df45ea2-e48d-4db6-bdc8-e50edb1031f1
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9aaf9976-fd67-47b8-ae52-967e629f27ab
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1bcb99e6-e5fb-42c5-8359-2934de9d7b3e
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eba419c8-93fa-4dfe-8552-69056aa293a1
05-21 13:56:31.190 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s89ms
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a5afa57f-7ff4-413a-8e56-3634f9c0598b
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 68ae52b9-a31b-49f0-8f5d-0a2193b48816
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c9d4e682-73c1-4d34-bbb4-17ef6c5321b8
05-21 13:56:31.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aa9212bb-3bc8-422a-b4d2-b174c1762abf
05-21 13:56:31.191 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:31.191 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f784204e-e752-40b9-a058-a25943f6e4e4
05-21 13:56:31.191 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:31.191 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: de2289a7-b749-4f6b-8324-cf5c1dfeb2c0
05-21 13:56:31.192 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6bbd2f50-f944-4758-bf1b-85de2f63330a
05-21 13:56:31.193 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:31.193 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 007db141-fa40-44db-b7cc-a49cfc709234
05-21 13:56:31.193 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5ab6df09-e5ab-448b-997b-c54d3536b136
05-21 13:56:31.194 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 13:56:31.195 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 25f571a4-fcba-4cd7-8430-1d6e096044c2
05-21 13:56:31.195 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 25da79a4-c8e2-4fb9-9c3d-924480922631
05-21 13:56:31.195 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: af0785f4-116b-49f7-9691-7931fcdfdedd
05-21 13:56:31.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=dea969d2-48fc-450a-8133-423a014febc8,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 32ba4804-0047-45f7-8c65-d51acb835c9d
05-21 13:56:31.226 595 693 I ImeTracker: com.github.se.polyfit:2953a5b1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:31.227 595 693 I ImeTracker: com.github.se.polyfit:2953a5b1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:31.228 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:31.230 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:31.230 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:31.231 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:31.232 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:31.234 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f928b81
05-21 13:56:31.237 595 2378 W InputManager-JNI: Input channel object 'f22aafa com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:31.252 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:31.263 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:75296588: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:31.263 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:75296588: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:31.328 1829 1861 I earchbox:search: Background young concurrent copying GC freed 187013(6062KB) AllocSpace objects, 659(12MB) LOS objects, 4% free, 251MB/264MB, paused 369us,77us total 102.072ms
05-21 13:56:31.395 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:31.455 848 966 D EGL_emulation: app_time_stats: avg=124.02ms min=2.44ms max=674.56ms count=8
05-21 13:56:31.506 848 966 D EGL_emulation: app_time_stats: avg=18.86ms min=2.42ms max=99.59ms count=39
05-21 13:56:31.536 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3aac29f
05-21 13:56:31.538 595 1558 W InputManager-JNI: Input channel object 'f9c05ac Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:31.681 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:56:31.786 848 904 D SplashScreenView: Build android.window.SplashScreenView{54b0c95 V.E...... ......ID 0,0-0,0}
05-21 13:56:31.786 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:31.786 848 904 D SplashScreenView: Branding: view: android.view.View{f07f1aa G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:31.817 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a8ca25c in: PAUSED
05-21 13:56:31.819 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:31.829 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@a8ca25c
05-21 13:56:31.900 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:32.080 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:32.082 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +301ms
05-21 13:56:32.103 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:32.106 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=27, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@fd7b837
05-21 13:56:32.124 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:32.127 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:32.127 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:32.128 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:32.132 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:32.191 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:32.197 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:32.199 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:32.257 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7636f90 (UnprojectedRipple) with handle 0x75136760c880
05-21 13:56:32.265 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:de006c2a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:32.265 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:de006c2a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:32.281 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:32.284 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:32.285 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:32.287 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:32.289 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:32.342 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a8ca25c in: STOPPED
05-21 13:56:32.382 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@a8ca25c
05-21 13:56:32.472 848 966 D EGL_emulation: app_time_stats: avg=98.75ms min=2.03ms max=474.55ms count=10
05-21 13:56:32.515 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a8ca25c in: DESTROYED
05-21 13:56:32.517 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:32.519 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d7b6e45
05-21 13:56:32.521 848 966 D EGL_emulation: app_time_stats: avg=19.22ms min=2.35ms max=158.75ms count=39
05-21 13:56:32.585 595 957 W InputManager-JNI: Input channel object '240e074 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:32.644 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@98b48f5]
05-21 13:56:32.646 9128 9160 I TestRunner: finished: testLauncherForActivityResult_onApprove_fineLocationGranted(com.github.se.polyfit.ui.components.LauncherForActivityResultTest)
-
2.81 s
com.github.se.polyfit.ui.components.button.LikeButtonTest
-
2.81 s
passedtestEverythingIsDisplayed
-
05-21 13:56:32.652 9128 9160 I TestRunner: started: testEverythingIsDisplayed(com.github.se.polyfit.ui.components.button.LikeButtonTest)
05-21 13:56:32.674 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@11f0e4
05-21 13:56:32.675 595 693 W InputManager-JNI: Input channel object 'f68ac35 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:32.708 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@5799393]
05-21 13:56:32.720 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@96198e5
05-21 13:56:32.730 595 2208 W InputManager-JNI: Input channel object 'fe615b3 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:32.748 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:32.782 848 904 D SplashScreenView: Build android.window.SplashScreenView{6c8876b V.E...... ......ID 0,0-0,0}
05-21 13:56:32.782 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:32.782 848 904 D SplashScreenView: Branding: view: android.view.View{46672c8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:32.821 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:32.871 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1735e32 in: PRE_ON_CREATE
05-21 13:56:32.872 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:32.918 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:32.920 1728 2210 E HwDetectorWithState: a: 3
05-21 13:56:32.932 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 123685(5319KB) AllocSpace objects, 1(20KB) LOS objects, 50% free, 17MB/34MB, paused 367us,44us total 730.111ms
05-21 13:56:33.303 1829 1861 I earchbox:search: Background young concurrent copying GC freed 41182(4159KB) AllocSpace objects, 728(13MB) LOS objects, 6% free, 248MB/264MB, paused 7.194ms,41us total 42.562ms
05-21 13:56:33.486 848 966 D EGL_emulation: app_time_stats: avg=167.71ms min=3.29ms max=764.69ms count=6
05-21 13:56:33.526 848 966 D EGL_emulation: app_time_stats: avg=20.86ms min=1.36ms max=184.85ms count=39
05-21 13:56:33.736 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1735e32 in: CREATED
05-21 13:56:33.754 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1735e32
05-21 13:56:33.775 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1735e32 in: STARTED
05-21 13:56:33.793 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1735e32
05-21 13:56:33.861 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1735e32 in: RESUMED
05-21 13:56:33.878 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1735e32
05-21 13:56:34.066 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:34.071 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s308ms
05-21 13:56:34.105 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:34.118 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5823fff3: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:34.131 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:5823fff3: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:34.147 595 693 I ImeTracker: com.github.se.polyfit:40b39af5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:34.148 595 693 I ImeTracker: com.github.se.polyfit:40b39af5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:34.157 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:34.161 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:34.162 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:34.162 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:34.162 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:34.265 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:34.417 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6a6b912
05-21 13:56:34.425 595 2378 W InputManager-JNI: Input channel object '6149a18 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:34.556 848 966 D EGL_emulation: app_time_stats: avg=13.18ms min=1.34ms max=106.60ms count=48
05-21 13:56:34.644 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:34.644 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'LikeButton'; position: 0; useUnmergedTree: false.
05-21 13:56:34.661 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:56:34.661 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'LikeButton'; position: 0; useUnmergedTree: false.
05-21 13:56:34.675 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_ENABLED(description={null}).
05-21 13:56:34.675 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'LikeButton'; position: 0; useUnmergedTree: false.
05-21 13:56:34.677 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:56:34.752 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:34.758 848 904 D SplashScreenView: Build android.window.SplashScreenView{6d8cccf V.E...... ......ID 0,0-0,0}
05-21 13:56:34.758 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:34.758 848 904 D SplashScreenView: Branding: view: android.view.View{fd0765c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:34.772 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1735e32 in: PAUSED
05-21 13:56:34.783 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1735e32
05-21 13:56:34.799 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761b3d0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c17a9dfb-4a4f-44c1-b769-0f7ecb31700f
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ef08e40-15ba-44b3-b64b-7045cce043bd
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b17a672-29b2-43e2-82a5-e907418b8bed
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1fd54574-4ae3-4129-a217-f3da47fe5972
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0780a342-937f-4ed8-9ab8-75d5844300a4
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 624384ee-a1e6-412f-8870-e326dea7cca7
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5236513c-0af9-4b15-96ef-38b08e7a0af0
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e417190d-b7d0-45c4-911d-98f166797e62
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f8ded6f8-2e91-4cbe-84a3-1094e1fbb634
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8823fdf3-a8a3-45f0-9f7f-079549c06963
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9bf6a831-f64a-49e6-bfa2-c017ca3f6420
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: af72b712-1cc1-432d-882f-c391f03baa18
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e7b36c76-5b38-48eb-b721-27752da232a4
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e1cf4a7-915f-4c7a-9e40-8ede612f8c97
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8f33c8ab-85d9-49cb-b8a6-d4b65afad7cc
05-21 13:56:34.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d5a86de-235f-4382-8e5f-7c5a1ae4c6e4
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c44bb904-4c0a-4eac-a848-376b9fca425e
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 252cf343-db2f-410a-a8b0-5aba67cafc70
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4194dde-5072-43dd-a0fe-2a95d9e923d8
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: daabedd2-48a6-4008-bac5-e94d6b97fc96
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a863f39-0272-43e6-8603-33120fa24909
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ce7be2e-82df-4981-9d06-2b2fb1ce7bf1
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21bcff1d-f55f-4d47-9a70-4e8a61872f3a
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 80c98463-9749-4d4e-8054-6623d8bddedf
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3fc5446-1002-4f15-9011-7411b0decbeb
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cd455c05-8d09-40a9-a2f3-1b3866bf9724
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 11d64b78-0edd-478a-a70d-5427ed118397
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1dbc7c68-d5da-48a5-a5e6-b26f5d02a801
05-21 13:56:34.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e7d7f46-f0ba-40f5-8d56-c57ca5e9a97e
05-21 13:56:34.803 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e495cb9c-66ca-4885-b4f2-5faa73e9fd6e
05-21 13:56:34.803 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4bf81554-90a4-4089-a394-d360215cdb49
05-21 13:56:34.803 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7476635d-5113-4b05-be55-2547c836bce4
05-21 13:56:34.803 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:34.803 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d4755783-7bd2-47f3-9c9c-fb0e53e0f91a
05-21 13:56:34.804 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:34.804 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a63b5203-72e5-430e-9ed1-8693a1839892
05-21 13:56:34.804 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d7a23acf-0d58-4d0d-9189-5b95e907a04f
05-21 13:56:34.805 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:34.805 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 64b5a36e-d915-4f9a-b2b8-edc357a6cd47
05-21 13:56:34.805 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1840dd21-b21b-4393-a510-ffc22ee61cbd
05-21 13:56:34.806 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:34.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e42eb048-5167-4397-b269-53804421530a
05-21 13:56:34.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8ada7c38-eb8d-4851-b1ad-9fa8be1e0b10
05-21 13:56:34.810 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8f7837df-a1c1-4345-ae7c-c7d42b7fdf84
05-21 13:56:34.811 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=d9575aa0-8952-4d51-bd3c-6767c909a0ef,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dba18f39-8b39-4c06-ac36-f644266e7a17
05-21 13:56:34.836 6276 6287 W System : A resource failed to call release.
05-21 13:56:34.836 6276 6287 W System : A resource failed to call release.
05-21 13:56:34.836 6276 6287 W System : A resource failed to call release.
05-21 13:56:34.836 6276 6287 W System : A resource failed to call release.
05-21 13:56:34.836 6276 6287 W System : A resource failed to call release.
05-21 13:56:34.836 6276 6287 W System : A resource failed to call release.
05-21 13:56:34.851 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:34.934 848 966 D EGL_emulation: app_time_stats: avg=127.39ms min=7.31ms max=564.00ms count=11
05-21 13:56:34.978 1829 1861 I earchbox:search: Background young concurrent copying GC freed 171611(4479KB) AllocSpace objects, 394(7396KB) LOS objects, 2% free, 257MB/264MB, paused 699us,53us total 113.932ms
05-21 13:56:35.049 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:35.051 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +329ms
05-21 13:56:35.073 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:35.077 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=31, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@d437434
05-21 13:56:35.095 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:35.095 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:35.095 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:35.096 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:35.097 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:35.124 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:35.127 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:35.128 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:35.237 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:88bc2ec2: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:35.237 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:88bc2ec2: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:35.251 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:35.260 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:35.262 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:35.262 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:35.263 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:35.313 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1735e32 in: STOPPED
05-21 13:56:35.329 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1735e32
05-21 13:56:35.394 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1735e32 in: DESTROYED
05-21 13:56:35.395 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:35.395 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@bfd41eb
05-21 13:56:35.430 595 2378 W InputManager-JNI: Input channel object '54b6506 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:35.463 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@5799393]
05-21 13:56:35.470 9128 9160 I TestRunner: finished: testEverythingIsDisplayed(com.github.se.polyfit.ui.components.button.LikeButtonTest)
-
10.60 s
com.github.se.polyfit.ui.components.button.PrimaryButtonTest
-
2.67 s
passedonClickOnlyWorksOnce
-
05-21 13:56:35.488 9128 9160 I TestRunner: started: onClickOnlyWorksOnce(com.github.se.polyfit.ui.components.button.PrimaryButtonTest)
05-21 13:56:35.559 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@52bdf4f]
05-21 13:56:35.576 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@73f66eb
05-21 13:56:35.588 595 2377 W InputManager-JNI: Input channel object '2174dfd Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:35.589 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:35.593 848 966 D EGL_emulation: app_time_stats: avg=20.23ms min=2.85ms max=153.24ms count=37
05-21 13:56:35.606 848 904 D SplashScreenView: Build android.window.SplashScreenView{e00d3f9 V.E...... ......ID 0,0-0,0}
05-21 13:56:35.606 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:35.606 848 904 D SplashScreenView: Branding: view: android.view.View{2864f3e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:35.635 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1b64436
05-21 13:56:35.665 595 957 W InputManager-JNI: Input channel object '42d764a com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:35.669 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:35.694 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8fa765e in: PRE_ON_CREATE
05-21 13:56:35.695 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:35.736 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:35.742 1728 2288 E HwDetectorWithState: a: 3
05-21 13:56:35.957 848 966 D EGL_emulation: app_time_stats: avg=72.50ms min=11.59ms max=270.46ms count=14
05-21 13:56:36.321 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8fa765e in: CREATED
05-21 13:56:36.336 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@8fa765e
05-21 13:56:36.354 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8fa765e in: STARTED
05-21 13:56:36.369 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@8fa765e
05-21 13:56:36.433 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8fa765e in: RESUMED
05-21 13:56:36.447 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@8fa765e
05-21 13:56:36.562 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:36.564 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +966ms
05-21 13:56:36.573 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:36.577 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:535fd8cc: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:36.577 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:535fd8cc: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:36.616 595 957 I ImeTracker: com.github.se.polyfit:c7cae4d3: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:36.616 595 957 I ImeTracker: com.github.se.polyfit:c7cae4d3: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:36.619 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:36.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:36.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:36.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:36.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:36.647 9128 9160 W thub.se.polyfit: Suspending all threads took: 7.109ms
05-21 13:56:36.676 848 966 D EGL_emulation: app_time_stats: avg=12.78ms min=3.64ms max=85.73ms count=50
05-21 13:56:36.769 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:36.897 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ef841d8
05-21 13:56:36.898 595 2377 W InputManager-JNI: Input channel object 'f0a2167 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:37.297 848 904 D SplashScreenView: Build android.window.SplashScreenView{989f411 V.E...... ......ID 0,0-0,0}
05-21 13:56:37.297 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:37.297 848 904 D SplashScreenView: Branding: view: android.view.View{e404976 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:37.315 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:56:37.319 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:37.341 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8fa765e in: PAUSED
05-21 13:56:37.353 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@8fa765e
05-21 13:56:37.354 848 966 D EGL_emulation: app_time_stats: avg=232.81ms min=22.79ms max=642.06ms count=6
05-21 13:56:37.499 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:37.676 848 966 D EGL_emulation: app_time_stats: avg=19.02ms min=1.61ms max=78.20ms count=45
05-21 13:56:37.684 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:56:37.746 1829 1861 I earchbox:search: Background young concurrent copying GC freed 158663(3309KB) AllocSpace objects, 158(2984KB) LOS objects, 2% free, 258MB/264MB, paused 225us,293us total 119.365ms
05-21 13:56:37.787 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675faf70 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:37.789 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:37.790 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:37.790 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 51400da0-6525-444e-bfde-8409931b5ee5
05-21 13:56:37.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4dcc96d-d995-467d-8dd9-9695e8472949
05-21 13:56:37.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d4c7a25-f6e7-4b17-9663-c3c6484bf163
05-21 13:56:37.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 109c05f8-c780-4b76-a4a8-987eb46f7a61
05-21 13:56:37.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41914406-c969-4a27-8a18-43a9ab54c337
05-21 13:56:37.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 055fe3a7-f40f-4f49-ab9f-eb3672669805
05-21 13:56:37.793 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 175a15a6-ba94-4153-bcfd-34b7c1cd3a84
05-21 13:56:37.793 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c329dc28-dcb5-469c-b044-87127f7326c2
05-21 13:56:37.793 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e9de165e-b7c1-45d4-abbf-e90a3655c5c1
05-21 13:56:37.793 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b1b7ec99-60a9-4379-9fb9-429b804a6032
05-21 13:56:37.793 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70e4ce0f-f858-4b9c-96a8-ac2b04c6de6b
05-21 13:56:37.793 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ce39399-34e2-42dd-a8a5-dc3a6658dabf
05-21 13:56:37.794 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 40ebc4ab-f674-47db-9bc2-4020ae1c73e2
05-21 13:56:37.794 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 903708bb-4b91-4050-a799-df6b4a68b602
05-21 13:56:37.794 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93856c55-13aa-4fe1-a2a9-f8e4764480f6
05-21 13:56:37.794 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d79089e8-b8a2-42a9-9919-e6ffe2f922d8
05-21 13:56:37.794 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 872c84ad-d765-4b3e-9e52-9ad8c1ff64f9
05-21 13:56:37.794 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5358f97b-1fe7-4d1e-b368-ea44c06aa1eb
05-21 13:56:37.794 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8dac469-5ef1-44f7-8254-5ef68f8482c4
05-21 13:56:37.795 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab6be2f1-2277-4552-8b83-1ccda27bafcd
05-21 13:56:37.795 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34427601-5e91-46cd-a092-36f2e2b74505
05-21 13:56:37.796 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30d61ba8-fac9-4286-94fa-989b3211ba5c
05-21 13:56:37.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: acd16f67-3346-4d92-b3cb-b1516b258ef1
05-21 13:56:37.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e72039d-4905-4be4-921f-694c8d517ed0
05-21 13:56:37.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7238506d-54ea-4162-b33e-41c761be8e5d
05-21 13:56:37.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1bc256de-f43f-4170-9453-f542ad24ca8b
05-21 13:56:37.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3ddb3b8b-d55d-4c42-a072-56bba419cd08
05-21 13:56:37.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 63518bbb-c847-4c3b-8205-3db3995e0a6c
05-21 13:56:37.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 630bba64-d929-428a-93d4-54ea62b7a8cb
05-21 13:56:37.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 095a5fe7-9948-45fd-a501-96e52bcf9727
05-21 13:56:37.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fb2ffe22-24b2-4b17-9cfb-cbf29633c3ec
05-21 13:56:37.800 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ad841539-bc88-4a3d-96ec-e0b90c26b2ec
05-21 13:56:37.800 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:37.800 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0fd0d5fb-ef2b-404e-97b5-8aabb32dfbe6
05-21 13:56:37.801 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:37.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 59a81d49-51e2-4632-afd0-2715ccca6162
05-21 13:56:37.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3bb68d6c-71a6-49b0-9bb6-66fa8730c092
05-21 13:56:37.806 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 13:56:37.806 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d8f418fd-956e-4a41-8307-b347e5809008
05-21 13:56:37.806 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4a3b2a71-9528-4f63-9885-ae337bde8571
05-21 13:56:37.807 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:37.809 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +498ms
05-21 13:56:37.809 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3f3b5a2d-90aa-41ca-bd5f-b3b034e82366
05-21 13:56:37.809 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6b61af68-b033-4bdf-b413-1a4c9328b5f6
05-21 13:56:37.809 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 91952dd7-cc8e-4f2d-9f76-590cc2608d61
05-21 13:56:37.809 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=188511df-d9c9-4eab-b862-8cd36d12ce98,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f538b934-cb8c-4321-8db5-d6428ed64444
05-21 13:56:37.826 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:37.828 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=35, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@8b13a3a
05-21 13:56:37.830 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:37.830 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:37.830 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:37.831 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:37.832 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:37.871 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:37.873 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:37.874 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:37.950 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d764f840 (UnprojectedRipple) with handle 0x75136762e780
05-21 13:56:37.967 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:14d9c0d7: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:37.967 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:14d9c0d7: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:37.971 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:37.975 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:37.975 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:37.975 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:37.976 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:37.991 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8fa765e in: STOPPED
05-21 13:56:38.005 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@8fa765e
05-21 13:56:38.056 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8fa765e in: DESTROYED
05-21 13:56:38.056 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:38.059 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2da1727
05-21 13:56:38.094 595 2433 W InputManager-JNI: Input channel object '9e13cba com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:38.158 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@52bdf4f]
05-21 13:56:38.167 9128 9160 I TestRunner: finished: onClickOnlyWorksOnce(com.github.se.polyfit.ui.components.button.PrimaryButtonTest)
-
2.76 s
passedcustomButton
-
05-21 13:56:38.183 9128 9160 I TestRunner: started: customButton(com.github.se.polyfit.ui.components.button.PrimaryButtonTest)
05-21 13:56:38.206 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@933062]
05-21 13:56:38.263 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:38.366 848 904 D SplashScreenView: Build android.window.SplashScreenView{66b7412 V.E...... ......ID 0,0-0,0}
05-21 13:56:38.366 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:38.366 848 904 D SplashScreenView: Branding: view: android.view.View{10a17e3 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:38.371 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b05aa50
05-21 13:56:38.372 595 2378 W InputManager-JNI: Input channel object '3e6528 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:38.410 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5a6c19d in: PRE_ON_CREATE
05-21 13:56:38.417 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:38.424 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e688bc3
05-21 13:56:38.430 595 2377 W InputManager-JNI: Input channel object '3c349be com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:38.456 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:38.466 1728 2210 E HwDetectorWithState: a: 3
05-21 13:56:38.487 848 966 D EGL_emulation: app_time_stats: avg=77.46ms min=6.53ms max=284.23ms count=14
05-21 13:56:38.752 848 966 D EGL_emulation: app_time_stats: avg=37.48ms min=1.94ms max=184.91ms count=23
05-21 13:56:38.845 1829 1861 I earchbox:search: Background concurrent copying GC freed 513278(22MB) AllocSpace objects, 811(15MB) LOS objects, 8% free, 249MB/273MB, paused 337us,96us total 879.767ms
05-21 13:56:39.163 595 608 I system_server: NativeAlloc concurrent copying GC freed 195401(6039KB) AllocSpace objects, 8(212KB) LOS objects, 44% free, 30MB/54MB, paused 555us,142us total 164.159ms
05-21 13:56:39.253 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5a6c19d in: CREATED
05-21 13:56:39.269 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@5a6c19d
05-21 13:56:39.292 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5a6c19d in: STARTED
05-21 13:56:39.307 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@5a6c19d
05-21 13:56:39.379 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5a6c19d in: RESUMED
05-21 13:56:39.394 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@5a6c19d
05-21 13:56:39.533 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:39.538 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s253ms
05-21 13:56:39.614 595 2433 I ImeTracker: com.github.se.polyfit:98759286: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:39.616 595 2433 I ImeTracker: com.github.se.polyfit:98759286: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:39.630 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:39.632 848 966 D EGL_emulation: app_time_stats: avg=185.36ms min=4.53ms max=905.51ms count=6
05-21 13:56:39.634 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:39.639 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:39.639 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:1387f9cd: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:39.640 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:1387f9cd: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:39.642 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:39.642 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:39.644 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:39.833 848 966 D EGL_emulation: app_time_stats: avg=10.66ms min=1.85ms max=122.01ms count=52
05-21 13:56:39.842 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@688bf5e
05-21 13:56:39.846 595 2377 W InputManager-JNI: Input channel object '7662885 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:39.874 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:40.091 9128 9128 V Button : Clicked
05-21 13:56:40.161 848 904 D SplashScreenView: Build android.window.SplashScreenView{1f1946c V.E...... ......ID 0,0-0,0}
05-21 13:56:40.161 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:40.161 848 904 D SplashScreenView: Branding: view: android.view.View{69d4a35 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:40.186 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:40.199 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5a6c19d in: PAUSED
05-21 13:56:40.210 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@5a6c19d
05-21 13:56:40.301 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:40.495 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:40.497 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +340ms
05-21 13:56:40.535 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:40.535 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:40.535 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:40.538 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:40.543 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=39, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@11381d8
05-21 13:56:40.546 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:40.604 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:40.618 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:40.622 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:40.626 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:40.684 848 966 D EGL_emulation: app_time_stats: avg=83.26ms min=3.77ms max=481.06ms count=12
05-21 13:56:40.703 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:2179b660: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:40.703 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:2179b660: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:40.707 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d76653e0 (UnprojectedRipple) with handle 0x751367622a80
05-21 13:56:40.724 1829 1861 I earchbox:search: Background young concurrent copying GC freed 56197(5644KB) AllocSpace objects, 987(18MB) LOS objects, 8% free, 241MB/264MB, paused 471us,102us total 123.469ms
05-21 13:56:40.734 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:40.735 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:40.736 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:40.736 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:40.736 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:40.783 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5a6c19d in: STOPPED
05-21 13:56:40.800 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@5a6c19d
05-21 13:56:40.803 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 30085(2928KB) AllocSpace objects, 12(220KB) LOS objects, 49% free, 6486KB/12MB, paused 3.044ms,19us total 142.343ms
05-21 13:56:40.806 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.806 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.806 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.808 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.808 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.808 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.810 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.811 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.812 6276 6287 W System : A resource failed to call release.
05-21 13:56:40.840 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5a6c19d in: DESTROYED
05-21 13:56:40.841 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:40.844 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6e54d1a
05-21 13:56:40.866 595 2377 W InputManager-JNI: Input channel object 'a64692e com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:40.868 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:56:40.873 848 966 D EGL_emulation: app_time_stats: avg=20.17ms min=4.17ms max=166.72ms count=41
05-21 13:56:40.958 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@933062]
05-21 13:56:40.960 9128 9160 I TestRunner: finished: customButton(com.github.se.polyfit.ui.components.button.PrimaryButtonTest)
-
2.59 s
passeddisabledButton
-
05-21 13:56:40.964 9128 9160 I TestRunner: started: disabledButton(com.github.se.polyfit.ui.components.button.PrimaryButtonTest)
05-21 13:56:40.983 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@23a8e4]
05-21 13:56:41.010 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:41.036 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9e04d17
05-21 13:56:41.062 595 693 W InputManager-JNI: Input channel object 'e92c2bc Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:41.072 848 904 D SplashScreenView: Build android.window.SplashScreenView{fcf41a6 V.E...... ......ID 0,0-0,0}
05-21 13:56:41.072 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:41.072 848 904 D SplashScreenView: Branding: view: android.view.View{da3b7e7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:41.084 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fa7189c
05-21 13:56:41.115 595 2377 W InputManager-JNI: Input channel object '4253f3e com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:41.129 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:41.183 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:41.186 1728 2288 E HwDetectorWithState: a: 3
05-21 13:56:41.199 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c5f8967 in: PRE_ON_CREATE
05-21 13:56:41.200 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:41.487 1829 1861 I earchbox:search: Background young concurrent copying GC freed 193297(6439KB) AllocSpace objects, 657(12MB) LOS objects, 6% free, 246MB/264MB, paused 428us,101us total 154.878ms
05-21 13:56:41.511 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:41.512 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a320 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:41.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4247164-1c63-47b1-9b85-18779956c5cb
05-21 13:56:41.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8df92f3d-7571-46c4-9c66-4bc1d0c9717d
05-21 13:56:41.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d252d140-520a-486d-9733-1a3adc0f57c2
05-21 13:56:41.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1dccf745-8ec3-47b8-ada9-13f787375994
05-21 13:56:41.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 299bbcb8-ed83-4fe5-a721-bd611a4184ef
05-21 13:56:41.515 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bd3f928c-9c09-402a-8c7b-a3b3db9dc0e2
05-21 13:56:41.515 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e38cb9f-09ad-4d0e-9a58-4386b14c57ba
05-21 13:56:41.515 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cc168514-fc15-461b-97e1-579184d32f1f
05-21 13:56:41.516 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 918ac850-910b-40a3-9f1b-f56e1ed56222
05-21 13:56:41.516 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c105dfb6-8dee-447f-84e7-3c1d19f32232
05-21 13:56:41.516 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86683595-4656-4bd1-934d-d55eb62327af
05-21 13:56:41.517 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c415e276-57dc-43e7-a977-3b8e3d4ddc5a
05-21 13:56:41.517 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c788fd7c-8da1-4404-9c5b-7d5dbb4da4eb
05-21 13:56:41.518 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 082d2939-ffa4-438e-b881-884830c8ab5d
05-21 13:56:41.518 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 35e4bd9c-f2ab-4076-9163-27b8f1f6a1fa
05-21 13:56:41.518 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c7be94f0-d897-429f-81ed-9f2a704d000d
05-21 13:56:41.519 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4fd3d517-58b8-4d2f-aa46-128b01cbe1df
05-21 13:56:41.520 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca3f17d2-3636-4d8d-9a84-97774f72e820
05-21 13:56:41.520 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1719a3b0-3cfa-40d3-be61-b21bbb52c4db
05-21 13:56:41.520 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e82a427b-dccb-44f0-8b9e-cb195e8af68b
05-21 13:56:41.521 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 582423d6-60fd-49f0-b8b6-bdc24bfafbb8
05-21 13:56:41.522 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: de161829-b8f1-46d5-9171-e87c75c96066
05-21 13:56:41.522 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b1ce299-5efc-4cc6-ac01-055c5cef2647
05-21 13:56:41.522 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 223192c8-73a5-4436-a2db-9d5e1e13ff63
05-21 13:56:41.533 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d682216c-37ac-49de-84ac-22efdc1948e0
05-21 13:56:41.533 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d4c5e7b-dcaa-408d-b97c-1db4a50f3839
05-21 13:56:41.533 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f361f781-c152-4d16-acf5-ee13755b119b
05-21 13:56:41.533 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 27c77aaf-fc8f-4ae9-978c-70b8ef7937ab
05-21 13:56:41.533 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b4ecae9-d8ca-4654-8a28-28b37fd497e2
05-21 13:56:41.534 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d3313e6-ad75-485c-856d-6e6313b0a6e7
05-21 13:56:41.534 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fd24e939-c08c-41e0-a1c0-82e4806553e6
05-21 13:56:41.534 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 06617a36-4173-496f-bb06-1f9148e17524
05-21 13:56:41.534 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:41.535 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 97d37515-e449-467c-932b-d32c86458dfa
05-21 13:56:41.535 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 13:56:41.536 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7897cde5-bdcc-40d1-9feb-cdbba707ce0d
05-21 13:56:41.536 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c8f8b394-596b-4f2c-8cd3-ee22b093f81d
05-21 13:56:41.537 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:41.537 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7b068bf6-60d9-468c-8e90-97f3f72564c1
05-21 13:56:41.537 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: df77b4d8-0453-47d6-ad0f-ae511ac85f50
05-21 13:56:41.538 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:41.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6380b1fb-e846-4ac2-a999-5991d38196ae
05-21 13:56:41.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fc2abf64-a527-4c2e-ba38-e90cbfb93eeb
05-21 13:56:41.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5f4c0eb2-95cb-41a9-8474-a03ce9622573
05-21 13:56:41.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=af43f2e0-5a5a-405d-9170-5f94917d6b87,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2534360d-6b17-43b4-a92e-7543c08e7772
05-21 13:56:41.699 848 966 D EGL_emulation: app_time_stats: avg=110.87ms min=2.25ms max=622.98ms count=9
05-21 13:56:41.813 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 594898(20MB) AllocSpace objects, 20(984KB) LOS objects, 49% free, 23MB/46MB, paused 20.332ms,43us total 486.639ms
05-21 13:56:41.879 848 966 D EGL_emulation: app_time_stats: avg=17.97ms min=0.94ms max=143.29ms count=42
05-21 13:56:41.921 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c5f8967 in: CREATED
05-21 13:56:41.932 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@c5f8967
05-21 13:56:41.946 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c5f8967 in: STARTED
05-21 13:56:41.959 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@c5f8967
05-21 13:56:42.020 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c5f8967 in: RESUMED
05-21 13:56:42.034 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@c5f8967
05-21 13:56:42.190 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:42.192 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s151ms
05-21 13:56:42.215 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:42.218 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:23657d0f: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:42.219 595 2377 I ImeTracker: com.google.android.apps.nexuslauncher:23657d0f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:42.262 595 2377 I ImeTracker: com.github.se.polyfit:64b90a50: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:42.263 595 2377 I ImeTracker: com.github.se.polyfit:64b90a50: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:42.267 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:42.269 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:42.270 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:42.270 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:42.271 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:42.292 9128 9160 W thub.se.polyfit: Suspending all threads took: 11.018ms
05-21 13:56:42.428 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:42.533 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ead6100
05-21 13:56:42.541 595 2433 W InputManager-JNI: Input channel object 'ebe5c05 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:42.582 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 110848, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 110848, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 110848, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 110877, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 110877, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 110877, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 110914, 79047243, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 110914, 79047243, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 110944, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 110944, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 110944, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 110960, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 110960, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 110976, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 110976, 0, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 110976, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 110984, 81756243, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 110984, 81756243, CUJ=J
05-21 13:56:42.582 848 903 W FrameTracker: Missing SF jank callback for vsyncId: 111007, CUJ=J
05-21 13:56:42.633 848 904 D SplashScreenView: Build android.window.SplashScreenView{ad10c19 V.E...... ......ID 0,0-0,0}
05-21 13:56:42.633 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:42.633 848 904 D SplashScreenView: Branding: view: android.view.View{107f4de G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:42.652 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:42.670 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c5f8967 in: PAUSED
05-21 13:56:42.692 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@c5f8967
05-21 13:56:42.784 848 966 D EGL_emulation: app_time_stats: avg=103.67ms min=7.64ms max=480.32ms count=10
05-21 13:56:42.807 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:42.887 848 966 D EGL_emulation: app_time_stats: avg=16.57ms min=1.97ms max=98.53ms count=42
05-21 13:56:43.001 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:43.010 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +373ms
05-21 13:56:43.111 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:43.120 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:43.120 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:43.138 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:43.140 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=43, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@9e66067
05-21 13:56:43.153 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:43.153 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:43.153 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:43.153 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:43.154 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:43.283 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c5f8967 in: STOPPED
05-21 13:56:43.316 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@c5f8967
05-21 13:56:43.328 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:a4224815: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:43.328 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:a4224815: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:43.334 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:43.349 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:43.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:43.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:43.351 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:43.390 1829 1861 I earchbox:search: Background young concurrent copying GC freed 48433(4545KB) AllocSpace objects, 743(13MB) LOS objects, 6% free, 247MB/264MB, paused 4.056ms,101us total 114.948ms
05-21 13:56:43.404 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c5f8967 in: DESTROYED
05-21 13:56:43.405 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:43.408 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@57e9cdc
05-21 13:56:43.433 595 2377 W InputManager-JNI: Input channel object 'e929e62 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:43.446 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fdbba78
05-21 13:56:43.457 595 2387 W InputManager-JNI: Input channel object 'd8e6209 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:43.547 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@23a8e4]
05-21 13:56:43.551 9128 9160 I TestRunner: finished: disabledButton(com.github.se.polyfit.ui.components.button.PrimaryButtonTest)
-
2.59 s
passeddefaultButton
-
05-21 13:56:43.582 9128 9160 I TestRunner: started: defaultButton(com.github.se.polyfit.ui.components.button.PrimaryButtonTest)
05-21 13:56:43.600 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@1a660fb]
05-21 13:56:43.634 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:43.655 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a188791
05-21 13:56:43.661 848 904 D SplashScreenView: Build android.window.SplashScreenView{48ccbfa V.E...... ......ID 0,0-0,0}
05-21 13:56:43.661 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:43.661 848 904 D SplashScreenView: Branding: view: android.view.View{37535ab G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:43.691 595 2387 W InputManager-JNI: Input channel object '412e440 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:43.703 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:43.761 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@45f723a in: PRE_ON_CREATE
05-21 13:56:43.765 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:43.794 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:43.798 1728 2210 E HwDetectorWithState: a: 3
05-21 13:56:43.895 848 966 D EGL_emulation: app_time_stats: avg=35.59ms min=1.78ms max=98.72ms count=26
05-21 13:56:44.268 848 966 D EGL_emulation: app_time_stats: avg=122.28ms min=13.94ms max=682.45ms count=12
05-21 13:56:44.574 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:44.574 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@45f723a in: CREATED
05-21 13:56:44.574 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d8413747-2b0f-4156-afae-c3dc49a973ab
05-21 13:56:44.575 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 037f090e-8088-4d21-b968-a4f81b8f5813
05-21 13:56:44.575 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 836cdb2a-3a94-40fc-b43f-985be7a31719
05-21 13:56:44.575 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4d2feabb-4f2c-4a02-b5b6-33972fb336ab
05-21 13:56:44.575 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2a32f1d-c270-4ac6-b37d-ec9b75c44a33
05-21 13:56:44.575 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 025d081f-8f3b-4ce7-ba20-3c4ba187e5bd
05-21 13:56:44.575 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ab126dc-cd06-4f2e-a63d-968d75c2e20f
05-21 13:56:44.575 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e529bbf3-0a7e-4561-afcc-8b8da2e39998
05-21 13:56:44.575 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760a7e0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:44.576 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d150e4a1-7d11-4939-9916-43d69e2dc0ae
05-21 13:56:44.576 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d75d65cf-614f-4af3-bfd3-6f6859ebd628
05-21 13:56:44.576 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f5439a8-3fa3-47be-be35-f1cb8969ec8a
05-21 13:56:44.576 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0cf0c90c-3e3b-4174-b5cb-3b8a5b9a9398
05-21 13:56:44.576 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9bd75796-db05-4c34-bba7-4d003139380b
05-21 13:56:44.576 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dfde225a-49c6-44e3-89fe-925c45e62e9f
05-21 13:56:44.577 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8dca2364-aeff-4b1b-9a67-5dd3285ba45e
05-21 13:56:44.577 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29efea49-2d36-47bb-b858-971fb5c0f80e
05-21 13:56:44.577 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f997d62-7d71-462b-b3e5-df9290b7f657
05-21 13:56:44.577 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b836a7f5-d199-498f-a576-71c69493d2f2
05-21 13:56:44.577 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3efc52c0-22e6-4bbd-bbda-2f07984b75a4
05-21 13:56:44.577 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 10c9477d-0084-4878-8bf0-3e900dfe1b46
05-21 13:56:44.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a7104fd-3105-423c-9560-ab668345044d
05-21 13:56:44.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 174febf8-1474-49fd-b11c-43fc321812d6
05-21 13:56:44.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ae5182d8-792f-403a-b936-68ca597137db
05-21 13:56:44.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c69b72bf-6423-483b-ac78-5a07a4839d3d
05-21 13:56:44.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1dcc120c-1a0b-4761-8f15-e73b29cf6168
05-21 13:56:44.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5cf038b6-5a69-46a5-8f28-ee74fce09c28
05-21 13:56:44.578 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab2f5293-1ad4-45ad-88c5-1191ad57f1ec
05-21 13:56:44.579 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f131c39-ff1e-4d75-b1b3-1c5ee9a84c72
05-21 13:56:44.579 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 50879004-d3f5-43a0-a874-53a4b6dfabc6
05-21 13:56:44.583 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e5de0b8a-2283-42ba-abf8-a280290d9052
05-21 13:56:44.583 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1f5c6e69-fdcc-416c-a836-05953bd47d01
05-21 13:56:44.583 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cf783543-9b65-4be4-b4e7-c9e2a63379ed
05-21 13:56:44.584 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:44.584 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b3528358-7d3e-418c-860e-7a2210309853
05-21 13:56:44.584 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:44.585 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 295763c2-f06c-4571-a665-d870bafdde54
05-21 13:56:44.585 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d8c20afa-ab47-4441-beeb-3ab9ff5214ff
05-21 13:56:44.585 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:44.586 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 65826399-70b5-471e-85a4-127765c3a22c
05-21 13:56:44.586 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 46380abc-d311-4ef8-a13f-249640f093bf
05-21 13:56:44.588 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@45f723a
05-21 13:56:44.588 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:44.588 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9bb54d94-f40f-46ed-825d-a7f522c59b1c
05-21 13:56:44.588 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: acd5bdbe-089f-405e-9a59-0989fba84a4b
05-21 13:56:44.588 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8a7328ae-c5a2-40c5-9312-a6490f7038da
05-21 13:56:44.589 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=93e8646f-4d1e-416b-85f1-e0cca02462bc,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dcf00e9b-7d4d-41bf-a192-7d60401eb82a
05-21 13:56:44.611 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@45f723a in: STARTED
05-21 13:56:44.627 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@45f723a
05-21 13:56:44.701 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@45f723a in: RESUMED
05-21 13:56:44.725 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@45f723a
05-21 13:56:44.776 1829 1861 I earchbox:search: Background young concurrent copying GC freed 172905(4664KB) AllocSpace objects, 406(7640KB) LOS objects, 2% free, 258MB/264MB, paused 674us,308us total 144.819ms
05-21 13:56:44.901 848 966 D EGL_emulation: app_time_stats: avg=10.20ms min=1.52ms max=34.10ms count=56
05-21 13:56:44.908 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:44.911 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s260ms
05-21 13:56:44.986 595 1558 I ImeTracker: com.github.se.polyfit:31b13b3a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:44.986 595 1558 I ImeTracker: com.github.se.polyfit:31b13b3a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:44.991 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:44.995 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:44.996 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:44.996 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:44.996 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:45.003 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:45.006 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e48ab72d: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:45.007 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e48ab72d: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:45.176 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:45.234 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4516cdd
05-21 13:56:45.235 595 2387 W InputManager-JNI: Input channel object '4ea4f94 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:45.326 848 904 D SplashScreenView: Build android.window.SplashScreenView{62858b9 V.E...... ......ID 0,0-0,0}
05-21 13:56:45.326 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:45.326 848 904 D SplashScreenView: Branding: view: android.view.View{24c54fe G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:45.353 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:45.358 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@45f723a in: PAUSED
05-21 13:56:45.371 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@45f723a
05-21 13:56:45.498 848 966 D EGL_emulation: app_time_stats: avg=83.24ms min=7.38ms max=558.38ms count=14
05-21 13:56:45.518 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:45.723 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:45.727 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +406ms
05-21 13:56:45.844 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:45.845 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:45.845 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:45.849 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:45.852 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=47, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@6bacb1a
05-21 13:56:45.863 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:45.863 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:45.863 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:45.863 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:45.870 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:45.923 848 966 D EGL_emulation: app_time_stats: avg=25.17ms min=1.22ms max=119.30ms count=34
05-21 13:56:46.018 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@45f723a in: STOPPED
05-21 13:56:46.026 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:925b70e6: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:46.026 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:925b70e6: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:46.041 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@45f723a
05-21 13:56:46.070 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:46.071 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:46.072 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:46.072 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:46.074 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:46.111 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@45f723a in: DESTROYED
05-21 13:56:46.112 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:46.113 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4dd0a45
05-21 13:56:46.142 595 1558 W InputManager-JNI: Input channel object '5d07a30 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:46.174 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@1a660fb]
05-21 13:56:46.176 9128 9160 I TestRunner: finished: defaultButton(com.github.se.polyfit.ui.components.button.PrimaryButtonTest)
-
5.05 s
com.github.se.polyfit.ui.components.card.IngredientInfoCardTest
-
5.05 s
passedtestEverythingIsDisplayed
-
05-21 13:56:46.180 9128 9160 I TestRunner: started: testEverythingIsDisplayed(com.github.se.polyfit.ui.components.card.IngredientInfoCardTest)
05-21 13:56:46.191 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 112213(4817KB) AllocSpace objects, 1(20KB) LOS objects, 50% free, 17MB/34MB, paused 14.686ms,41us total 248.309ms
05-21 13:56:46.205 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@72eb6a]
05-21 13:56:46.224 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@56cc775
05-21 13:56:46.233 595 2387 W InputManager-JNI: Input channel object '64d090 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:46.234 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:46.271 848 904 D SplashScreenView: Build android.window.SplashScreenView{b9a681f V.E...... ......ID 0,0-0,0}
05-21 13:56:46.271 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:46.271 848 904 D SplashScreenView: Branding: view: android.view.View{371f76c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:46.407 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f24bdc5 in: PRE_ON_CREATE
05-21 13:56:46.407 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:46.452 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:46.453 1728 2288 E HwDetectorWithState: a: 3
05-21 13:56:46.592 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.593 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.593 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.593 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.593 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.593 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.593 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.593 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.593 6276 6287 W System : A resource failed to call release.
05-21 13:56:46.897 848 966 D EGL_emulation: app_time_stats: avg=111.87ms min=3.44ms max=554.62ms count=12
05-21 13:56:46.931 848 966 D EGL_emulation: app_time_stats: avg=33.69ms min=2.96ms max=156.42ms count=26
05-21 13:56:47.013 595 608 I system_server: NativeAlloc concurrent copying GC freed 175979(5342KB) AllocSpace objects, 6(120KB) LOS objects, 44% free, 30MB/54MB, paused 363us,76us total 164.634ms
05-21 13:56:47.143 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f24bdc5 in: CREATED
05-21 13:56:47.154 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@f24bdc5
05-21 13:56:47.168 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f24bdc5 in: STARTED
05-21 13:56:47.179 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@f24bdc5
05-21 13:56:47.242 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f24bdc5 in: RESUMED
05-21 13:56:47.259 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@f24bdc5
05-21 13:56:47.315 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:56:47.448 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:47.460 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s207ms
05-21 13:56:47.472 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:99b26f3c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:47.473 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:99b26f3c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:47.476 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:47.480 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@603b52c
05-21 13:56:47.483 595 2377 W InputManager-JNI: Input channel object '7105031 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:47.546 595 1558 I ImeTracker: com.github.se.polyfit:93f4460b: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:47.547 595 1558 I ImeTracker: com.github.se.polyfit:93f4460b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:47.554 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:47.558 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:47.559 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:47.559 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:47.560 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:47.748 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@807673b
05-21 13:56:47.749 595 2377 W InputManager-JNI: Input channel object 'cca158b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:47.821 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760a6c0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:47.822 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:47.822 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f3ecc83-132b-4779-ab67-85503add1400
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: abda6186-7400-47d4-8c0e-b3139dd040c0
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86bb1476-a308-4d83-9da0-d682b3057c61
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 619af732-d71a-40be-82a1-2292ef51ab6e
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e109026f-b9e0-4164-82a6-741bfa51dc01
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 061e134b-4bbb-4919-918d-23f40a2de8d1
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 44d33474-be21-4a03-92fb-94a2446c335f
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1365ba9a-c090-4c41-80ee-99344e3522d8
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 755d9278-4709-4ea4-ac66-fdaed51c4640
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ae761596-e05d-4500-ab60-f6176250ff3a
05-21 13:56:47.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b89835de-8e72-4111-a434-f5af59d034d3
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5cc8752f-f3fb-4794-8341-042ba01557e4
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 35d92f40-5011-4720-b643-48d353876a77
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: baf867eb-4a33-4faf-af54-b71cc07ad638
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d5dee279-e8ae-4077-8e86-f46c1f33c38c
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d06289fe-4d33-4e71-83b7-25ae33826451
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b009442-3f93-4367-95a3-088e3ebbbf5d
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a13a42a-64a9-4345-aae7-030ee597be36
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c8dc3d9c-7d89-43d5-9c38-0688c1912e4f
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a7adea7-e327-4a5b-b4a2-6c8e9d2b4751
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dcc0efc0-fe2f-4aff-8610-d6e19ec6cf8c
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 973152bc-0144-48ef-8832-499e64875823
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e115d56f-4069-4d0b-9ad2-1497344397d3
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df9d980b-9555-48d4-8819-ec7583b3af0e
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: adc8445f-2281-449d-8900-5395f06cc5d3
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 093f5aca-e14e-499e-81d3-c2e93a652200
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c978e4e9-3c4b-4d7b-b4ee-562b7b71af26
05-21 13:56:47.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 635b53df-ea5a-46dc-b359-9968597207aa
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db3e502c-ff15-483c-8653-dfd3086fc391
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04838ede-5ab9-4306-a3bd-1050ebf31237
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2ece1e45-b60f-4fad-b4c4-3b25c2dc5fc2
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b11cd359-348f-408a-92a1-4c24b9a4f222
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bab17b2d-18f4-415d-8dcb-14a5d7733fe8
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 609afbaf-3f1c-4b5e-a7ad-ae57c93bd992
05-21 13:56:47.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5b759d1a-1947-45f0-8799-ec34daac76e9
05-21 13:56:47.832 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:47.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e1be33f0-6ba4-476d-8b11-941282af0e0b
05-21 13:56:47.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fd78a7c3-06c7-4fac-ad10-8c9b0f72ee41
05-21 13:56:47.833 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 13:56:47.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 54f49c86-61a2-4391-9ceb-a940ee9c1e17
05-21 13:56:47.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 38e7d7e2-b87c-4f9d-b4ca-0e8d0202b848
05-21 13:56:47.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e7309fa0-6a4d-472f-b6b2-31e0c21028b1
05-21 13:56:47.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=c54f3287-9fd2-4601-a042-9467b303d789,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 44b4cce0-91d0-402e-b1cd-9316eeac9e6b
05-21 13:56:47.938 848 966 D EGL_emulation: app_time_stats: avg=13.77ms min=1.09ms max=109.18ms count=49
05-21 13:56:48.938 848 966 D EGL_emulation: app_time_stats: avg=15.99ms min=8.94ms max=33.30ms count=56
05-21 13:56:49.714 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:49.717 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:56:49.898 1829 1861 I earchbox:search: Background concurrent copying GC freed 521042(23MB) AllocSpace objects, 1056(19MB) LOS objects, 8% free, 244MB/268MB, paused 303us,63us total 339.261ms
05-21 13:56:50.131 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:50.131 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8595af7e-75f7-4de5-9f51-ab5faf960127
05-21 13:56:50.131 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e9398b6-b056-415d-a846-2c13c6ea43e5
05-21 13:56:50.131 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62d5f0cd-95c0-4ba8-bfb7-1214b0e195ca
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 342f9f5e-3021-49ec-9417-a5d68ed6db49
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a6e4d99-c2a2-4a32-8580-8f4f1fa80bc2
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42b61cf7-bcd6-4f8c-958f-bcfbc21e1f0f
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bca4abbb-6cc2-4596-8832-e27ab823de3b
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a07ce29f-d036-483b-b124-ae285ebffa54
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 06f8e051-c88d-4108-8fd8-c98b10e9fc55
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 56d4c945-417a-4271-9eb9-3096f42fd346
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6594d975-f11f-41f4-833d-5140ee544a30
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 492def00-374b-42b4-8054-43c01613c7b3
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a845f01-33c2-45e2-950a-b502173f574d
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 588aaf10-dc82-4eb8-8d6b-fd40c293d789
05-21 13:56:50.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea7dd154-56f2-4743-a007-a7c5aaa280de
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d733144-6e24-45e2-b213-1eae619e0f3c
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d8f32cdf-38e1-431c-83c4-10469d41e905
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8f6f916f-a91a-4156-b069-8b4379d40bf6
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7bcc6a2e-14f1-42c6-8f26-042a2c5a19fd
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: de5becb1-50cc-47e7-a228-f8c3b4ee3d9b
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1890f187-9d58-40aa-9305-651c423bfebe
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e1cfa37-135d-4bb0-bfe4-97dd254a1d55
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0cc50246-deed-4bd5-814d-8856fe67feb7
05-21 13:56:50.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f78e5278-8b9a-4b0d-933e-2290d589e33b
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d6687e9-f1ae-4101-87f3-118ac9097a8e
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b6c407b-a4d6-4919-84c7-aeba3c07ca82
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66b2bd1f-f5c0-4d93-b8eb-ffd9a8755659
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 45d6a82c-7d71-4c41-ab1b-9964fe30db1a
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73baeab5-408c-4cb0-9ca8-002f3f1e690d
05-21 13:56:50.134 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x751367612a90 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e508156e-09b7-48b2-bc17-6d3c37dcdc09
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1a96fa2b-4839-4c09-b46b-01382a345cd6
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a7a0f2eb-7aee-404c-820e-6cf0571bc14c
05-21 13:56:50.134 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:50.137 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a56093fd-df49-46a1-a75b-0aa1f71222ec
05-21 13:56:50.138 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:50.138 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 42eedc3e-eb22-4137-9f87-12bcef2cf64a
05-21 13:56:50.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 128ef73f-9cfc-4906-9e3f-94d513f5aae6
05-21 13:56:50.140 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:50.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 501ed21c-db2d-4610-85eb-8bf45d0c7250
05-21 13:56:50.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 17ce2209-f5bf-49b3-8029-d60ab1b91242
05-21 13:56:50.143 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:50.143 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1d812ed2-8f06-4540-a4ee-6ee40da3f499
05-21 13:56:50.144 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1251d31b-1501-4024-ba19-9f093fc58403
05-21 13:56:50.144 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8d21416d-ef86-4e98-9280-f55ce1fc0f04
05-21 13:56:50.144 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=9e6385a7-3d21-43d2-bb3b-4956a0feb856,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 365fdbd4-8117-4861-96fa-bc8f8f2276de
05-21 13:56:50.146 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:50.146 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'IngredientsCard'; position: 0; useUnmergedTree: false.
05-21 13:56:50.152 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:50.152 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'IngredientsCard'; position: 0; useUnmergedTree: false.
05-21 13:56:50.154 595 770 D ConnectivityService: NetReassign [no changes] [c 8] [a 11] [i 2]
05-21 13:56:50.302 848 904 D SplashScreenView: Build android.window.SplashScreenView{5497caf V.E...... ......ID 0,0-0,0}
05-21 13:56:50.302 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:50.302 848 904 D SplashScreenView: Branding: view: android.view.View{2a198bc G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:50.336 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:50.344 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f24bdc5 in: PAUSED
05-21 13:56:50.365 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@f24bdc5
05-21 13:56:50.463 1829 1861 I earchbox:search: Background young concurrent copying GC freed 196645(6723KB) AllocSpace objects, 845(15MB) LOS objects, 6% free, 250MB/268MB, paused 281us,60us total 134.731ms
05-21 13:56:50.464 848 966 D EGL_emulation: app_time_stats: avg=270.50ms min=2.57ms max=2720.08ms count=13
05-21 13:56:50.481 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:50.649 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:56:50.652 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +360ms
05-21 13:56:50.705 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:50.712 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=51, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@aa13a1e
05-21 13:56:50.742 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:50.742 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:50.742 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:50.743 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:50.744 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:50.807 848 966 D EGL_emulation: app_time_stats: avg=155.20ms min=14.33ms max=1425.46ms count=12
05-21 13:56:50.812 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:50.813 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:50.817 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:50.996 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f24bdc5 in: STOPPED
05-21 13:56:51.011 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@f24bdc5
05-21 13:56:51.047 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@33b34cb
05-21 13:56:51.049 595 2377 W InputManager-JNI: Input channel object '2240b28 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:51.066 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:f85345a0: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:51.067 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:f85345a0: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:51.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:51.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:51.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:51.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:51.090 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:51.109 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f24bdc5 in: DESTROYED
05-21 13:56:51.109 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:51.112 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@91b0522
05-21 13:56:51.170 595 693 W InputManager-JNI: Input channel object '2b49229 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:51.211 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@72eb6a]
05-21 13:56:51.212 9128 9160 I TestRunner: finished: testEverythingIsDisplayed(com.github.se.polyfit.ui.components.card.IngredientInfoCardTest)
-
5.30 s
com.github.se.polyfit.ui.components.card.TitleAndToggleCardTest
-
5.30 s
passedtestEverythingIsDisplayed
-
05-21 13:56:51.218 9128 9160 I TestRunner: started: testEverythingIsDisplayed(com.github.se.polyfit.ui.components.card.TitleAndToggleCardTest)
05-21 13:56:51.319 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:56:51.350 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@23a89e1
05-21 13:56:51.352 595 612 W InputManager-JNI: Input channel object '80779ca com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:51.369 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6fcfdd6]
05-21 13:56:51.387 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:51.401 848 904 D SplashScreenView: Build android.window.SplashScreenView{97642aa V.E...... ......ID 0,0-0,0}
05-21 13:56:51.401 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:51.401 848 904 D SplashScreenView: Branding: view: android.view.View{9265e9b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:51.419 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:51.471 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1fc8561 in: PRE_ON_CREATE
05-21 13:56:51.472 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:51.507 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:51.508 1728 2210 E HwDetectorWithState: a: 3
05-21 13:56:51.811 848 966 D EGL_emulation: app_time_stats: avg=17.68ms min=1.44ms max=183.19ms count=39
05-21 13:56:52.049 848 966 D EGL_emulation: app_time_stats: avg=120.69ms min=4.43ms max=1050.01ms count=13
05-21 13:56:52.171 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1fc8561 in: CREATED
05-21 13:56:52.187 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1fc8561
05-21 13:56:52.215 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1fc8561 in: STARTED
05-21 13:56:52.234 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1fc8561
05-21 13:56:52.299 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1fc8561 in: RESUMED
05-21 13:56:52.311 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1fc8561
05-21 13:56:52.448 9128 9288 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:52.617 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:52.622 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s224ms
05-21 13:56:52.689 595 2433 I ImeTracker: com.github.se.polyfit:1f6ac42f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:52.689 595 2433 I ImeTracker: com.github.se.polyfit:1f6ac42f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:52.694 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:52.697 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:52.702 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:52.703 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:52.703 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:52.713 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:52.723 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:6ff0d9aa: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:52.724 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:6ff0d9aa: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:52.823 848 966 D EGL_emulation: app_time_stats: avg=14.46ms min=1.42ms max=139.07ms count=44
05-21 13:56:52.917 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:56:52.924 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cbce4d
05-21 13:56:52.927 595 612 W InputManager-JNI: Input channel object 'f20fbdf Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:52.967 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:52.967 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9f88698c-72d9-4c90-9b40-8203790507b8
05-21 13:56:52.969 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 28b6d3df-be53-435f-aee2-ee7129d7455a
05-21 13:56:52.969 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2871ea6-e7e9-450d-ae6b-57489c2040af
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d376152c-97ed-4184-801a-40820fe5d50b
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4cfe934a-e0ee-49fd-9f51-a4fd810b166a
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a030e2e9-e7e8-4b64-9305-d9b92be0b5cd
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 23401c26-e1c0-425b-be05-843e33cb0af3
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 91d94231-aea5-4955-b230-a5775f62ff25
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2028414-ca57-4dae-a477-623663cd008d
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5259d134-fc9a-46a3-8108-4537bb7898f5
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb9c195d-dc2e-4091-a1ca-2f25c9effc4d
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df306aed-1e00-4143-8c23-4a438f363953
05-21 13:56:52.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea134ae5-c4c7-4954-93e2-fae2832af525
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e251e91f-0a35-4a1b-8162-7d22516542db
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5bb73e69-b11a-4071-bb81-a0ff47b9e0f4
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 32b67fc4-e9b2-4175-8eb9-89a86f2dd80e
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fdc42659-9c02-4fcf-84d8-a7057f2f4535
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f8cc4558-2315-4657-abb5-be125634707d
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 37d73d37-77d3-4449-8f27-4af4d1d04342
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c8cc60b2-c439-4f7d-8d5d-80b310c3a824
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e99fd3e-a258-41c1-aa68-1607864f81d5
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97e81465-5ba0-4015-8f24-a4fc7ce445af
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca276a74-a931-4a23-b8c2-6f128af753d7
05-21 13:56:52.971 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x751367613120 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db239faa-b57e-4d32-b4df-1f50e2f8a035
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: be61a384-8529-4781-82e9-eee8fe7484d2
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 19994748-9e60-400b-b62e-f2713a7d2e9a
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 209469b0-c682-41ee-bdeb-9ad841552d79
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30099f9a-b1ad-4cec-a1ca-5973360d75e8
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 95f4a93b-532d-4e00-9e86-2a488bfc89c4
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1500262f-4637-4183-a973-cc1b52fed3a2
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2c83b0d7-780c-465f-a332-47a0f37dedb3
05-21 13:56:52.971 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 34b9e159-4533-42ee-aa19-ee548db17d0b
05-21 13:56:52.972 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:52.972 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d892496f-2b47-4f13-9bc6-4625bc73da15
05-21 13:56:52.972 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:52.972 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ab9cb4c6-32f2-47c6-8285-d5af86b7216c
05-21 13:56:52.972 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aad11989-ad18-42d8-a2ac-7565ee5c24ef
05-21 13:56:52.973 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:52.973 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 23b9387d-fca5-43df-9e30-474942aa1ece
05-21 13:56:52.973 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cec02b85-1375-497a-b112-9276d0a8a92e
05-21 13:56:52.973 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:52.974 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 732d0c72-f4cd-4191-a3e4-07bccfef6c1b
05-21 13:56:52.975 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1ef400f4-8e00-4842-b257-4128cacb8025
05-21 13:56:52.975 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 21d07e70-fb02-4291-a42c-0818f49fe8c2
05-21 13:56:52.975 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=c86a138a-3771-4068-b566-0ac6486a6a72,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7dbe919c-3750-46d0-9aba-c75faea9093f
05-21 13:56:53.837 848 966 D EGL_emulation: app_time_stats: avg=9.00ms min=2.55ms max=68.85ms count=57
05-21 13:56:54.861 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:54.867 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x751367618a00 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:54.867 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b537a5d-7ba3-4ddb-8a8b-0419e94a73e5
05-21 13:56:54.867 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1528e509-b773-423c-af65-b756a1f1ee9f
05-21 13:56:54.868 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9749f810-5550-4dd5-baa9-4189b71f36ee
05-21 13:56:54.868 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c1cdd4bb-49d3-4d39-8756-38473269e6e2
05-21 13:56:54.868 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b3318411-9d6f-4e3c-8f72-8381c38b515c
05-21 13:56:54.868 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dcd8a570-f686-4ee5-9ae3-ba70f3ab6b05
05-21 13:56:54.868 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 082aaec9-9f6a-4593-b79f-61957827d6e7
05-21 13:56:54.873 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4662a00-0563-40e4-b202-f69bdb9c08ba
05-21 13:56:54.873 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e14bab9-8a8a-4daa-9a2a-831c2decc4c9
05-21 13:56:54.873 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c3a0dda-bd8d-4a8c-bf01-a872ecf2f64d
05-21 13:56:54.874 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce70bd55-8309-4745-8377-2086fe620bf4
05-21 13:56:54.874 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f1b1c6cb-ff0d-4259-ba7b-be5928bd6a6b
05-21 13:56:54.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 028ea528-b6c5-4d86-ae8f-8daacb91daa3
05-21 13:56:54.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5bbb38bd-c989-45fd-9077-894d9f10723f
05-21 13:56:54.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d7823673-1677-4643-a72a-174c271585b7
05-21 13:56:54.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 473d3780-62ec-488b-9d56-0b6c113bb605
05-21 13:56:54.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a3f5d49-29f4-44c1-afd9-6ee3db0f201d
05-21 13:56:54.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 320fd903-fa7f-44c4-bbde-65be9371200e
05-21 13:56:54.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93179918-767e-4044-89f8-ce60619539c8
05-21 13:56:54.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8638b650-b1d2-46af-92bc-ec4a05ae4be2
05-21 13:56:54.876 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c5801dce-9d96-4cf0-8a72-a62185ff2915
05-21 13:56:54.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c8145ebe-cf61-4553-8643-67af0829f8b7
05-21 13:56:54.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16457bea-b07c-4f07-8f21-c451b9d9dcba
05-21 13:56:54.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5db0ca8a-420c-442e-9c8c-baf73fe4ba6f
05-21 13:56:54.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2d1d3e4-1ec4-4719-a20b-2684a05481a9
05-21 13:56:54.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d82d391-d182-4d65-958a-59cc5b76c72a
05-21 13:56:54.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a6372be-6bb3-41ea-945b-bd01f04ca37b
05-21 13:56:54.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 83c6dc97-08f0-4e1e-a9e2-3d3393eda3be
05-21 13:56:54.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f86f193c-9d12-4b68-aedf-3dbd7f669f2f
05-21 13:56:54.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 91370c0d-19d8-47da-85b9-2aedb261cdd4
05-21 13:56:54.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 23cc0925-6e3e-4482-adee-a786c59bc4a2
05-21 13:56:54.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 629ef0e2-f044-44e9-a6b6-97c3eee03b29
05-21 13:56:54.880 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:54.881 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 385ef6f4-7018-4cd3-8ac5-00a04394dbde
05-21 13:56:54.883 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:54.885 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f13a7b06-d343-4e9b-bd0a-04e37512df00
05-21 13:56:54.885 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b5aa7457-d6cf-4f07-95c0-a750195c8143
05-21 13:56:54.891 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:54.892 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2a88c11b-4843-45a2-bf3c-756529dd3f5d
05-21 13:56:54.892 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 47b3efa7-9e5a-483a-a56f-947ea8dea60d
05-21 13:56:54.898 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:54.899 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e4252337-7da2-4122-9ef5-6a4e6bef3ba0
05-21 13:56:54.899 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6b442783-eebe-41a8-9633-4c8c31c05d84
05-21 13:56:54.900 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bfc3e052-b349-40eb-b742-15d955439f62
05-21 13:56:54.901 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=2781ec12-f51f-4031-9b79-e924dac60bb3,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3c12a524-cb0e-44df-9874-61965e1d733c
05-21 13:56:54.956 6276 6287 W System : A resource failed to call release.
05-21 13:56:54.956 6276 6287 W System : A resource failed to call release.
05-21 13:56:54.956 6276 6287 W System : A resource failed to call release.
05-21 13:56:55.025 1829 1861 I earchbox:search: Background young concurrent copying GC freed 169456(4287KB) AllocSpace objects, 345(6488KB) LOS objects, 0% free, 266MB/268MB, paused 1.045ms,197us total 121.267ms
05-21 13:56:55.029 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:55.207 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 13:56:55.207 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TitleAndToggleCard'; position: 0; useUnmergedTree: false.
05-21 13:56:55.211 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:56:55.211 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TitleAndToggleCard'; position: 0; useUnmergedTree: false.
05-21 13:56:55.285 9128 9128 D TitleAndToggleCard: button1Title clicked
05-21 13:56:55.285 9128 9128 D TitleAndToggleCard: showIngredient: true
05-21 13:56:55.610 848 904 D SplashScreenView: Build android.window.SplashScreenView{58c5929 V.E...... ......ID 0,0-0,0}
05-21 13:56:55.610 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:55.610 848 904 D SplashScreenView: Branding: view: android.view.View{ea2a4ae G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:55.619 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:55.651 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1fc8561 in: PAUSED
05-21 13:56:55.663 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1fc8561
05-21 13:56:55.765 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:56:55.766 848 966 D EGL_emulation: app_time_stats: avg=280.11ms min=3.23ms max=2854.90ms count=13
05-21 13:56:56.058 848 966 D EGL_emulation: app_time_stats: avg=105.29ms min=13.43ms max=1587.26ms count=21
05-21 13:56:56.209 1829 1861 I earchbox:search: Background young concurrent copying GC freed 22305(2223KB) AllocSpace objects, 394(7436KB) LOS objects, 3% free, 260MB/268MB, paused 305us,263us total 120.438ms
05-21 13:56:56.229 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:56:56.231 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:56:56.231 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:56:56.232 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:56:56.234 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=55, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@93d4624
05-21 13:56:56.235 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d761da00 (UnprojectedRipple) with handle 0x751367611560
05-21 13:56:56.236 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:56:56.236 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:56:56.236 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:56:56.237 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:56:56.247 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:56:56.317 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:32c94ba3: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:56.317 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:32c94ba3: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:56.334 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1fc8561 in: STOPPED
05-21 13:56:56.343 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:56.347 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:56.347 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:56.347 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:56.348 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:56.349 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1fc8561
05-21 13:56:56.415 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1fc8561 in: DESTROYED
05-21 13:56:56.415 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:56:56.416 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ddfdf0e
05-21 13:56:56.457 595 2387 W InputManager-JNI: Input channel object 'ff52c5c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:56.541 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6fcfdd6]
05-21 13:56:56.545 9128 9160 I TestRunner: finished: testEverythingIsDisplayed(com.github.se.polyfit.ui.components.card.TitleAndToggleCardTest)
-
38.90 s
com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest
-
5.93 s
passedpopupBoxIsDisplayed
-
05-21 13:56:56.604 9128 9160 I TestRunner: started: popupBoxIsDisplayed(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
05-21 13:56:56.698 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9e85ee5
05-21 13:56:56.700 595 612 W InputManager-JNI: Input channel object '3fc82a7 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:56:56.753 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8cbab42
05-21 13:56:56.761 595 612 W InputManager-JNI: Input channel object 'b1de731 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:56:56.794 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4fb99e2]
05-21 13:56:56.808 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:56:56.847 848 904 D SplashScreenView: Build android.window.SplashScreenView{10d9d79 V.E...... ......ID 0,0-0,0}
05-21 13:56:56.847 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:56:56.847 848 904 D SplashScreenView: Branding: view: android.view.View{d5d1abe G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:56:56.869 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:56:56.912 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5b7c11d in: PRE_ON_CREATE
05-21 13:56:56.917 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:56:56.967 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:56:56.978 1728 2288 E HwDetectorWithState: a: 3
05-21 13:56:57.080 848 966 D EGL_emulation: app_time_stats: avg=25.51ms min=2.09ms max=212.87ms count=33
05-21 13:56:57.148 1829 1861 I earchbox:search: Background concurrent copying GC freed 548141(26MB) AllocSpace objects, 1414(26MB) LOS objects, 8% free, 249MB/273MB, paused 140us,64us total 812.122ms
05-21 13:56:57.469 848 966 D EGL_emulation: app_time_stats: avg=110.66ms min=5.01ms max=794.37ms count=15
05-21 13:56:57.518 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:56:57.767 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5b7c11d in: CREATED
05-21 13:56:57.785 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@5b7c11d
05-21 13:56:57.810 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5b7c11d in: STARTED
05-21 13:56:57.829 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@5b7c11d
05-21 13:56:57.900 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5b7c11d in: RESUMED
05-21 13:56:57.916 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@5b7c11d
05-21 13:56:57.930 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f6710 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:56:57.931 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:56:57.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92cd75f4-1013-4d89-a342-9550e4288295
05-21 13:56:57.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38efffcd-8e18-4772-bc26-abc5d7e3bd60
05-21 13:56:57.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b44c381-6bbf-4219-85be-6261a4c44ff1
05-21 13:56:57.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: af805b8a-cde6-48ab-9b5f-5975ff3ff216
05-21 13:56:57.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4a82e3d8-1daf-47b7-9e07-9054291fc64d
05-21 13:56:57.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33e54bc1-3a57-49b2-a871-fc81d5236547
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e9dd58b-1c72-4afb-b6c4-d6bf587f30c2
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0c891bda-fd90-4f56-8f86-da8003a7d375
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 273363cb-4354-4f5e-b2c9-17d7298158e2
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c30e042-1c3b-47d6-a22c-4492541fe91e
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57f2ef92-f679-424a-ae35-d1d5de8f2082
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4570fcec-51e9-4df4-ad9b-a8fbec6974eb
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d7e8ba16-43c0-465f-a777-483bab071279
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29379042-118f-4df2-9e6b-5d68f77e27a0
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9daa80ad-3cb6-475b-bea3-8d3f628d7ce9
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a2fdb21c-acb9-43c5-a025-9d89293368cc
05-21 13:56:57.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7baea39d-d23a-44f5-be5f-59de8fbb0f4a
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b3fd0f0-6c9a-42d7-b818-6a279be7b8da
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ab9eea0-d461-43f9-9b5a-691e48157323
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b08073c-2f91-4b0c-9a34-b87df7fb58a1
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da9baa4c-1abb-4be5-8328-be75ec0768e1
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbc3ae55-02f2-4a3e-98c8-310e36ee6083
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c70214d2-d1af-450c-921d-1571f12de3bf
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb978294-009a-4176-b006-50800aa144e2
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c9dd6799-8d21-4da9-ad1f-6a1603bed093
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29ba007d-e17c-441b-bbcc-840a17f9be7f
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 77936f08-1bd6-445f-acee-056d2b3c7f07
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2bc54c25-e4b8-450d-b544-40702ed52ae5
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d88b36ac-36c0-4a7f-b51d-968d0c5b9271
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86dfb100-b4b2-4f33-b8b7-ae844c58139d
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9a63cc2d-8ca7-459f-a099-ba5aacdd5e19
05-21 13:56:57.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0e53b13c-b861-4119-b8eb-9c4999b2b944
05-21 13:56:57.935 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:56:57.935 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cb4bc019-9ece-4027-876f-3671693e30d7
05-21 13:56:57.935 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:57.936 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 76b84705-2414-47c0-8cbe-398df4ae4031
05-21 13:56:57.936 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cd50a041-7d2e-4a9c-a554-63fe19de3b2f
05-21 13:56:57.936 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:57.936 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ee90c26b-32f1-431f-8c98-09351cb718db
05-21 13:56:57.936 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9414894b-bc01-4676-aae0-dd269057429d
05-21 13:56:57.944 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:56:57.944 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ed934703-0eb4-413b-ba24-55becc0855a9
05-21 13:56:57.944 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0315d06f-a324-438a-973c-e6e7045197e6
05-21 13:56:57.944 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 70e2f75d-91d7-4066-91cc-ea6da03b0e18
05-21 13:56:57.945 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=d2c5b454-ae92-47c9-8e11-466c63df81fb,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2695fc6e-da34-478d-b390-9ef28dbef862
05-21 13:56:58.056 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:56:58.064 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s238ms
05-21 13:56:58.103 595 612 I ImeTracker: com.github.se.polyfit:265cdf5e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:56:58.103 595 612 I ImeTracker: com.github.se.polyfit:265cdf5e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:56:58.110 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:56:58.111 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:56:58.111 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:56:58.111 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:56:58.112 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:56:58.117 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:56:58.118 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f8e5e41b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:56:58.118 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f8e5e41b: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:56:58.155 848 966 D EGL_emulation: app_time_stats: avg=12.08ms min=1.32ms max=76.92ms count=56
05-21 13:56:58.195 1829 1861 I earchbox:search: Background young concurrent copying GC freed 45623(4194KB) AllocSpace objects, 832(15MB) LOS objects, 5% free, 250MB/266MB, paused 275us,103us total 128.267ms
05-21 13:56:58.341 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:56:58.362 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b0cb158
05-21 13:56:58.363 595 612 W InputManager-JNI: Input channel object '2501d80 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:56:58.665 1829 1861 I earchbox:search: Background concurrent copying GC freed 258507(16MB) AllocSpace objects, 1840(33MB) LOS objects, 8% free, 249MB/273MB, paused 78us,50us total 358.083ms
05-21 13:56:58.997 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:56:58.997 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:56:59.119 9128 9128 I Choreographer: Skipped 48 frames! The application may be doing too much work on its main thread.
05-21 13:56:59.138 9128 9374 I OpenGLRenderer: Davey! duration=831ms; Flags=0, FrameTimelineVsyncId=121973, IntendedVsync=7191022260963, Vsync=7191822260931, InputEventId=0, HandleInputStart=7191840294289, AnimationStart=7191840299989, PerformTraversalsStart=7191840303406, DrawStart=7191844243253, FrameDeadline=7191038927629, FrameInterval=7191837192840, FrameStartTime=16666666, SyncQueued=7191844784860, SyncStart=7191844917398, IssueDrawCommandsStart=7191845021813, SwapBuffers=7191845574095, FrameCompleted=7191853534119, DequeueBufferDuration=11612, QueueBufferDuration=409278, GpuCompleted=7191845574095, SwapBuffersCompleted=7191853534119, DisplayPresentTime=0, CommandSubmissionCompleted=7191845574095,
05-21 13:56:59.155 848 966 D EGL_emulation: app_time_stats: avg=16.88ms min=4.24ms max=86.36ms count=52
05-21 13:56:59.471 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 631668(21MB) AllocSpace objects, 18(936KB) LOS objects, 48% free, 23MB/46MB, paused 175us,69us total 342.858ms
05-21 13:56:59.526 9128 9128 D CompatibilityChangeReporter: Compat change id reported: 289878283; UID 10192; state: ENABLED
05-21 13:57:00.051 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a9b0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:00.051 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:00.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29ffb180-09fe-4ff5-9365-06ebbc6899ed
05-21 13:57:00.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 82e1e0a7-79e6-4372-b87d-7ec7e5895c88
05-21 13:57:00.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b35e1056-9940-40bc-9555-75dcc0ca5bca
05-21 13:57:00.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1f168469-7d26-47bc-b490-172fba57e44b
05-21 13:57:00.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3b67b39-9035-481d-ae71-dd0f6711bbd1
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 039ca4ac-f62a-4f49-885b-551ea951a82b
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f3d49172-153d-404b-8d7d-6cf1fc08517f
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58fa853f-c7a7-4c86-81aa-97220d9721c2
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58034464-c31f-495d-8de1-73f487a375f3
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: af5b9694-2cda-476b-84c9-a975dbb57da3
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a10634f-d348-4c6c-816a-05badad72331
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ad6fed4-22c0-454e-adce-3d3d5c628e82
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b3878b0e-de59-4322-9b8c-e0037cf85052
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b8d45420-c8b5-4de4-a765-4e95519601be
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b25809f-874a-4ca4-b852-f64d60a41e40
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 198a5159-1100-4776-8352-cd7d73ad5aac
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9f80e4ec-ab2b-4b26-978b-5cec19c56f5c
05-21 13:57:00.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b97bb85e-4487-4f4c-b03a-3090ebd7029e
05-21 13:57:00.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6547084-49eb-47a5-a83e-827175c08cd1
05-21 13:57:00.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e56b15bc-7598-4e16-94f5-41f91656b446
05-21 13:57:00.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f093c518-7324-41a2-b696-e7b1ea898338
05-21 13:57:00.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 61436079-1141-40c4-966b-22787b13cc8a
05-21 13:57:00.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ca9ee30-9163-483b-9963-2866baf236ac
05-21 13:57:00.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e7c03d08-ffbb-47d7-ac33-2fe09a8eea3a
05-21 13:57:00.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e952c9c-e5c9-4e0c-ae7f-7b72431602c3
05-21 13:57:00.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba57ffc6-4a8b-45b2-93ee-7d1fa48d62b9
05-21 13:57:00.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8641d053-eabe-48ee-9805-969aec717774
05-21 13:57:00.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 77a1085f-71f6-4391-9159-b36ff6c590ed
05-21 13:57:00.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4fc2946-3236-4900-89b1-b32875c81da9
05-21 13:57:00.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0ac22638-679b-46a4-b2be-dce2e38817dd
05-21 13:57:00.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 327b5f11-5e74-4372-9e70-091c6b33c305
05-21 13:57:00.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b5070bd9-2047-49cb-8d6e-57fd921fd390
05-21 13:57:00.054 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:00.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c958b69e-81a6-41df-bf1d-c9d38226c7c6
05-21 13:57:00.055 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 13:57:00.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8c902df4-02f5-44c0-acf1-871c77056f5c
05-21 13:57:00.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c7640aff-80ce-4b9d-8afe-73f66e103fc0
05-21 13:57:00.056 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:00.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 97a35550-22e8-4d8b-a4ea-0444600682ac
05-21 13:57:00.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e7c946ae-ba33-47d2-b828-7328e6505e12
05-21 13:57:00.057 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:00.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a8e02fcc-90f1-4c73-8310-9bca2f3475e2
05-21 13:57:00.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e145b703-1778-4e83-9b93-f6c87eb8dec9
05-21 13:57:00.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5d917c89-b065-4ed4-ade8-534c4caf32bf
05-21 13:57:00.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=bc2d065f-f063-4b54-8731-578b3a4d75e1,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d262f41d-e2b9-412b-9f98-2d52e5282750
05-21 13:57:00.173 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:00.173 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:00.173 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:00.173 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:00.175 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 13:57:00.193 848 966 D EGL_emulation: app_time_stats: avg=222.81ms min=6.89ms max=1886.27ms count=12
05-21 13:57:00.197 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 13:57:00.997 9128 9374 I OpenGLRenderer: Davey! duration=2674ms; Flags=1, FrameTimelineVsyncId=121973, IntendedVsync=7191022260963, Vsync=7191822260931, InputEventId=0, HandleInputStart=7191840294289, AnimationStart=7191840299989, PerformTraversalsStart=7191840303406, DrawStart=7193288949849, FrameDeadline=7191038927629, FrameInterval=7191837192840, FrameStartTime=16666666, SyncQueued=7193339006839, SyncStart=7193339529239, IssueDrawCommandsStart=7193339897514, SwapBuffers=7193567727802, FrameCompleted=7193697745849, DequeueBufferDuration=7935, QueueBufferDuration=499138, GpuCompleted=7193567727802, SwapBuffersCompleted=7193697745849, DisplayPresentTime=0, CommandSubmissionCompleted=7193567727802,
05-21 13:57:01.099 9128 9128 I Choreographer: Skipped 117 frames! The application may be doing too much work on its main thread.
05-21 13:57:01.156 9128 9374 I OpenGLRenderer: Davey! duration=2013ms; Flags=0, FrameTimelineVsyncId=122533, IntendedVsync=7191855594263, Vsync=7193805594185, InputEventId=0, HandleInputStart=7193820342250, AnimationStart=7193820347229, PerformTraversalsStart=7193820356787, DrawStart=7193843819796, FrameDeadline=7193588927527, FrameInterval=7193817547582, FrameStartTime=16666666, SyncQueued=7193848036675, SyncStart=7193848204164, IssueDrawCommandsStart=7193849373211, SwapBuffers=7193850490952, FrameCompleted=7193869625753, DequeueBufferDuration=7945, QueueBufferDuration=305739, GpuCompleted=7193850490952, SwapBuffersCompleted=7193869625753, DisplayPresentTime=0, CommandSubmissionCompleted=7193850490952,
05-21 13:57:01.187 595 693 I ImeTracker: com.github.se.polyfit:be77acdc: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:01.188 595 693 I ImeTracker: com.github.se.polyfit:be77acdc: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:01.195 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:01.199 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:01.199 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:01.199 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:01.200 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:01.205 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:01.205 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'GradientBox'); position: 0; useUnmergedTree: false.
05-21 13:57:01.348 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:01.348 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'TopRightIconInGradientBox'); position: 0; useUnmergedTree: false.
05-21 13:57:01.356 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:57:01.356 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'TopRightIconInGradientBox'); position: 0; useUnmergedTree: false.
05-21 13:57:01.364 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:01.364 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'GradientBox')) && (TestTag = 'AddIngredientContentContainer'); position: 0; useUnmergedTree: false.
05-21 13:57:01.398 848 904 D SplashScreenView: Build android.window.SplashScreenView{cb757b6 V.E...... ......ID 0,0-0,0}
05-21 13:57:01.398 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:01.398 848 904 D SplashScreenView: Branding: view: android.view.View{38dfcb7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:01.419 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:01.428 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5b7c11d in: PAUSED
05-21 13:57:01.443 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@5b7c11d
05-21 13:57:01.583 848 966 D EGL_emulation: app_time_stats: avg=1389.75ms min=1389.75ms max=1389.75ms count=1
05-21 13:57:01.592 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:01.751 848 966 D EGL_emulation: app_time_stats: avg=88.10ms min=6.80ms max=1833.23ms count=29
05-21 13:57:01.819 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:57:01.821 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:01.824 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +428ms
05-21 13:57:01.927 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:01.932 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=59, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@bdfacdd
05-21 13:57:01.933 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:01.933 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:01.933 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:01.933 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:01.953 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:01.960 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:01.971 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:01.971 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:01.978 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:02.022 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:87b9cbd: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:02.022 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:87b9cbd: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:02.025 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:02.027 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5b7c11d in: STOPPED
05-21 13:57:02.027 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:02.029 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:02.030 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:02.034 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:02.051 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@5b7c11d
05-21 13:57:02.174 1829 1861 I earchbox:search: Background young concurrent copying GC freed 207851(7876KB) AllocSpace objects, 899(16MB) LOS objects, 7% free, 245MB/265MB, paused 1.812ms,168us total 114.085ms
05-21 13:57:02.257 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a601b89
05-21 13:57:02.267 595 612 W InputManager-JNI: Input channel object '7d5fb04 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:02.350 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3f04b80
05-21 13:57:02.396 595 1558 W InputManager-JNI: Input channel object 'd03f537 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:02.422 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2bea89f
05-21 13:57:02.447 595 612 W InputManager-JNI: Input channel object '4bce8a0 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:02.463 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5b7c11d in: DESTROYED
05-21 13:57:02.463 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:02.464 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4cc269a
05-21 13:57:02.485 595 693 W InputManager-JNI: Input channel object '865e6b0 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:02.510 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4fb99e2]
05-21 13:57:02.513 9128 9160 I TestRunner: finished: popupBoxIsDisplayed(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
-
7.06 s
passedsearchIngredientIsDisplayed
-
05-21 13:57:02.516 9128 9160 I TestRunner: started: searchIngredientIsDisplayed(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
05-21 13:57:02.526 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@c468d44]
05-21 13:57:02.542 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:02.552 848 904 D SplashScreenView: Build android.window.SplashScreenView{e54d220 V.E...... ......ID 0,0-0,0}
05-21 13:57:02.552 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:02.552 848 904 D SplashScreenView: Branding: view: android.view.View{6e367d9 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:02.569 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:02.593 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19fb47 in: PRE_ON_CREATE
05-21 13:57:02.593 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:02.639 1829 1861 I earchbox:search: Background young concurrent copying GC freed 45277(4223KB) AllocSpace objects, 824(15MB) LOS objects, 5% free, 251MB/265MB, paused 120us,165us total 111.330ms
05-21 13:57:02.684 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:02.696 1728 2210 E HwDetectorWithState: a: 3
05-21 13:57:02.758 848 966 D EGL_emulation: app_time_stats: avg=26.11ms min=3.76ms max=141.53ms count=32
05-21 13:57:02.812 6276 6287 W System : A resource failed to call release.
05-21 13:57:02.812 6276 6287 W System : A resource failed to call release.
05-21 13:57:02.812 6276 6287 W System : A resource failed to call release.
05-21 13:57:02.813 6276 6287 W System : A resource failed to call release.
05-21 13:57:02.813 6276 6287 W System : A resource failed to call release.
05-21 13:57:02.813 6276 6287 W System : A resource failed to call release.
05-21 13:57:03.115 848 966 D EGL_emulation: app_time_stats: avg=111.67ms min=4.53ms max=820.75ms count=13
05-21 13:57:03.200 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19fb47 in: CREATED
05-21 13:57:03.211 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@19fb47
05-21 13:57:03.224 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19fb47 in: STARTED
05-21 13:57:03.235 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@19fb47
05-21 13:57:03.282 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19fb47 in: RESUMED
05-21 13:57:03.294 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@19fb47
05-21 13:57:03.418 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:03.422 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +870ms
05-21 13:57:03.493 595 612 I ImeTracker: com.github.se.polyfit:4e4adcab: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:03.493 595 612 I ImeTracker: com.github.se.polyfit:4e4adcab: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:03.495 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:03.497 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:03.498 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:03.499 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:03.499 595 608 I system_server: NativeAlloc concurrent copying GC freed 193251(6021KB) AllocSpace objects, 22(456KB) LOS objects, 44% free, 30MB/54MB, paused 531us,99us total 412.658ms
05-21 13:57:03.501 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:03.504 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:03.513 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:618f9df9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:03.513 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:618f9df9: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:03.757 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@715dd9b
05-21 13:57:03.758 595 612 W InputManager-JNI: Input channel object '43f478c Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:03.773 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:03.785 848 966 D EGL_emulation: app_time_stats: avg=16.67ms min=1.37ms max=126.93ms count=45
05-21 13:57:04.440 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:57:04.440 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:57:04.487 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676164e0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:04.502 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:04.502 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0960c8d0-a759-44f0-9bd5-309b63e467bf
05-21 13:57:04.502 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9c9c2725-24c4-4bc7-8840-b24d4ac3854f
05-21 13:57:04.502 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a589a3d8-9680-4db3-8bd5-43b8a3d8c7fb
05-21 13:57:04.502 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c252b024-799e-488d-8409-b5b3835aef70
05-21 13:57:04.502 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 88f80493-2bb0-42b5-b114-5ed31add9399
05-21 13:57:04.503 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 59887066-fdc7-4961-9989-f0f52b9de781
05-21 13:57:04.503 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c4faff4-526e-4d14-b35d-7bef5c59267e
05-21 13:57:04.504 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ae31a4e-8ac9-49bb-86f5-ed0d7b1d368e
05-21 13:57:04.504 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 895e1956-7e45-4cd0-b6fe-5f5185273aa0
05-21 13:57:04.504 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 63bf8181-f88f-444a-8b14-360c2bc9a9bd
05-21 13:57:04.504 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 05151b8d-ad18-4d5d-81cd-56a2be1255f1
05-21 13:57:04.504 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb64328b-8463-4860-9281-cc9fc51171ad
05-21 13:57:04.504 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 56919dc0-31ee-4a10-9bbf-45605c9dcc58
05-21 13:57:04.504 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73a688e5-022e-4778-bdbd-8cfe7652a838
05-21 13:57:04.505 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6c9d6f1d-67c8-4ee3-8e27-c69cda6f7261
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 729deba7-069d-4408-b4f2-b049621038df
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6cbd2c4-e275-4e38-9d8c-927372a04a0c
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6c9c048-785a-429c-84b5-2a00a11f22bf
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4e04e3f-6d35-4531-97ad-815fc79402a7
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c162f0fe-6910-49be-89ec-4e3b7c517573
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e56a31f4-8655-4652-8be3-88393e6057ab
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8566d427-80e5-4434-aa19-652bb6f18434
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 925d41f5-9db2-4b0d-bd24-8259397f9ba0
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5fc867d5-9f4e-4a8a-b92a-f1fb61d25a1d
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eee048df-dfd9-436c-b908-a702b9fc5229
05-21 13:57:04.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec838d10-8c83-4b9f-b659-edae8750975c
05-21 13:57:04.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 858b26cc-94fa-4656-8de5-adf73666f16b
05-21 13:57:04.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a0a45f74-62d5-4421-88cf-6d801e57859c
05-21 13:57:04.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ff45ef8-5e52-4c8e-8271-27a123eb3ff2
05-21 13:57:04.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e82d65aa-e146-4f73-b5d8-0d372fac7f41
05-21 13:57:04.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5eb76757-a857-4286-bccc-dc0e6884eb46
05-21 13:57:04.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 93946288-06ec-4830-9652-e8281ec147a8
05-21 13:57:04.507 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:04.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0f8b57d7-eeda-48f3-a950-05396930c614
05-21 13:57:04.508 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 13:57:04.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f6f0b016-3eca-44df-9828-8b69ed37cf58
05-21 13:57:04.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 434121d2-9662-4c8f-b98d-ffa51e08ecd3
05-21 13:57:04.510 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:04.510 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 359aadb5-aa17-435a-afa4-acc7ff9eaa0a
05-21 13:57:04.510 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7498c364-4d94-4a73-bc61-9ad53350e227
05-21 13:57:04.511 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:04.511 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a08c2a94-208c-4aa8-802a-a28d8c4f5a51
05-21 13:57:04.511 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 19b0535b-8ab0-4f0e-835b-a4cd4eb9fc0b
05-21 13:57:04.511 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 210b82f9-b931-488c-b38c-affd220ca188
05-21 13:57:04.511 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=59b91f66-5960-4741-a4e9-afd1dbc380b0,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 723f9603-8b82-46fb-b385-313f7fc4216c
05-21 13:57:04.612 9128 9128 I Choreographer: Skipped 54 frames! The application may be doing too much work on its main thread.
05-21 13:57:04.658 9128 9375 I OpenGLRenderer: Davey! duration=937ms; Flags=0, FrameTimelineVsyncId=125364, IntendedVsync=7196422260747, Vsync=7197322260711, InputEventId=0, HandleInputStart=7197333408822, AnimationStart=7197333417779, PerformTraversalsStart=7197333423570, DrawStart=7197339476397, FrameDeadline=7196438927413, FrameInterval=7197330297670, FrameStartTime=16666666, SyncQueued=7197340377313, SyncStart=7197340531025, IssueDrawCommandsStart=7197340794665, SwapBuffers=7197342006141, FrameCompleted=7197359488162, DequeueBufferDuration=12383, QueueBufferDuration=459123, GpuCompleted=7197342006141, SwapBuffersCompleted=7197359488162, DisplayPresentTime=0, CommandSubmissionCompleted=7197342006141,
05-21 13:57:04.787 848 966 D EGL_emulation: app_time_stats: avg=7.18ms min=2.63ms max=31.50ms count=58
05-21 13:57:05.457 9128 9144 I OpenGLRenderer: Davey! duration=1736ms; Flags=1, FrameTimelineVsyncId=125364, IntendedVsync=7196422260747, Vsync=7197322260711, InputEventId=0, HandleInputStart=7197333408822, AnimationStart=7197333417779, PerformTraversalsStart=7197333423570, DrawStart=7198116330333, FrameDeadline=7196438927413, FrameInterval=7197330297670, FrameStartTime=16666666, SyncQueued=7198142273392, SyncStart=7198142498364, IssueDrawCommandsStart=7198142589353, SwapBuffers=7198144314254, FrameCompleted=7198159332894, DequeueBufferDuration=2384, QueueBufferDuration=160739, GpuCompleted=7198144314254, SwapBuffersCompleted=7198159332894, DisplayPresentTime=0, CommandSubmissionCompleted=7198144314254,
05-21 13:57:05.507 9128 9128 I Choreographer: Skipped 52 frames! The application may be doing too much work on its main thread.
05-21 13:57:05.560 595 612 I ImeTracker: com.github.se.polyfit:b6afef88: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:05.560 595 612 I ImeTracker: com.github.se.polyfit:b6afef88: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:05.563 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:05.565 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:05.565 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:05.565 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:05.566 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:05.569 9128 9145 I OpenGLRenderer: Davey! duration=914ms; Flags=0, FrameTimelineVsyncId=125972, IntendedVsync=7197355594043, Vsync=7198222260675, InputEventId=0, HandleInputStart=7198228044101, AnimationStart=7198228051294, PerformTraversalsStart=7198228057205, DrawStart=7198239294770, FrameDeadline=7198172260677, FrameInterval=7198224514840, FrameStartTime=16666666, SyncQueued=7198242141915, SyncStart=7198242270730, IssueDrawCommandsStart=7198242373081, SwapBuffers=7198244509949, FrameCompleted=7198270292928, DequeueBufferDuration=6552, QueueBufferDuration=3428647, GpuCompleted=7198244509949, SwapBuffersCompleted=7198270292928, DisplayPresentTime=0, CommandSubmissionCompleted=7198244509949,
05-21 13:57:05.571 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:57:05.571 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SearchIngredientBar')) && (TestTag = 'IngredientSearchScrollableList'); position: 0; useUnmergedTree: false.
05-21 13:57:05.651 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:57:05.651 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientSearchScrollableList')) && (OnClick is defined); position: 0; useUnmergedTree: false.
05-21 13:57:05.722 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 13:57:05.749 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:05.750 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:05.750 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 13:57:05.750 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:05.751 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:05.753 9128 9128 I ImeTracker: com.github.se.polyfit:2b479e15: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:05.754 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:05.765 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{ff48c15 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:05.829 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:05.829 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:05.830 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:05.832 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:05.854 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 13:57:05.857 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:05.865 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:05.867 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:05.951 9128 9128 I ImeTracker: com.github.se.polyfit:6cc0361b: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:05.953 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{ff48c15 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:05.979 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:06.000 1585 1585 I LatinIme: LatinIme.():328 Language = en-US
05-21 13:57:06.021 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 13:57:06.022 1585 1585 I Delight5Facilitator: Delight5Facilitator.resetDecoder():954 resetDecoder() : Locale = [en_US]
05-21 13:57:06.035 1585 1585 I Delight5Decoder: Delight5DecoderWrapper.createOrResetDecoder():341 Decoder reset
05-21 13:57:06.239 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:06.239 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SearchIngredientBar')) && (TestTag = 'IngredientSearchScrollableList'); position: 0; useUnmergedTree: false.
05-21 13:57:06.243 1585 2017 I MainLanguageModelLoader: MainLanguageModelLoader.call():145 Running LM loader for [en_US]
05-21 13:57:06.246 1585 2017 I DelightDataFileManagerLanguageModelProvider: DelightDataFileManagerLanguageModelProvider.fetchLanguageModel():73 find data en-840 delight
05-21 13:57:06.250 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 13:57:06.250 1585 2017 I LmManager: LmManager.asyncUpdateEnabledLanguageModels():90 asyncUpdateEnabledLanguageModels()
05-21 13:57:06.250 1585 2017 I SuperDelight: SuperDelightManager.initializeDelightSuperpacks():340 initializeDelightSuperpacks()
05-21 13:57:06.254 1585 2017 I SuperDelight: SuperDelightManager.getDelightMetadataUriAndVersion():1011 getDelightMetadataUriAndVersion(): Phenotype : 2023020919 : https://www.gstatic.com/android/keyboard/dictionarypack/Omei-normal/metadata.json
05-21 13:57:06.254 1585 2017 I SuperDelight: SuperDelightAppsSuperpacksManager.initializeDelightAppsSuperpacks():92 initializeDelightAppsSuperpacks()
05-21 13:57:06.255 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 13:57:06.256 1585 2017 I SuperDelight: SuperDelightManager.initializeOverridesSuperpacks():402 initializeOverridesSuperpacks()
05-21 13:57:06.256 1585 9467 I SuperDelight: SuperDelightManager.initializeBundledDelightSuperpacks():376 initializeBundledDelightSuperpacks()
05-21 13:57:06.256 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 13:57:06.257 1585 2010 I SP : Registering bundled_delight.2022101700, url: null, constraints: *:*:*:*, flags: *, requested: 2022101700, current: 2022101700
05-21 13:57:06.258 1585 9468 I SuperDelight: SuperDelightManager.lambda$registerAndUpgradeSuperpacks$5():476 SuperDelightManager#registerAndUpgradeSuperpacks(delight): current 2023020919, required 2023020919
05-21 13:57:06.259 1585 9467 I SuperDelight: SuperDelightManager.lambda$syncOverridesLanguageModels$14():689 SuperDelightManager#syncOverridesLanguageModels(): Superpack delight_overrides not found or negative version provided
05-21 13:57:06.262 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 13:57:06.263 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 13:57:06.263 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 13:57:06.264 1585 9467 I SuperDelight: SuperDelightManager.lambda$syncDownloadableLanguageModels$8():568 SuperDelightManager#syncDownloadableLanguageModels(delight): [OnDevice] Syncing for version 2023020919
05-21 13:57:06.265 1585 9468 I SuperDelight: SuperDelightManager$2.onSuccess():635 delight_overrides sync success, adding to data file manager
05-21 13:57:06.266 1585 9469 I SuperDelight: SuperDelightManager.lambda$syncBundledLanguageModels$16():774 SuperDelightManager#syncBundledLanguageModels(): Syncing for version 2022101700
05-21 13:57:06.267 1585 2010 I SuperDelight: SuperDelightBundledSlicingStrategy.getSlices():39 BundledSlicing#getSlices() : Locale = [en_US]
05-21 13:57:06.267 1585 2010 I SuperDelight: SuperDelightBundledSlicingStrategy.getSlices():65 BundledSlicing#getSlices(): result {slices=[bundled_delight:main_en_us_2022051700_2], last batch=true, sync metadata=false}
05-21 13:57:06.269 1585 2010 I SP : Syncing bundled_delight (2022101700) with slices: [main_en_us_2022051700_2], metadata: false
05-21 13:57:06.270 1585 2017 I DelightDataFileManagerLanguageModelProvider: DelightDataFileManagerLanguageModelProvider.fetchLanguageModel():73 find data en-US delight
05-21 13:57:06.272 1585 2017 I LmManager: LmManager.asyncUpdateEnabledLanguageModels():90 asyncUpdateEnabledLanguageModels()
05-21 13:57:06.272 1585 2017 I SuperDelight: SuperDelightManager.initializeDelightSuperpacks():340 initializeDelightSuperpacks()
05-21 13:57:06.272 1585 9469 I SuperDelight: SuperDelightManager.initializeBundledDelightSuperpacks():376 initializeBundledDelightSuperpacks()
05-21 13:57:06.273 1585 2017 I SuperDelight: SuperDelightManager.getDelightMetadataUriAndVersion():1011 getDelightMetadataUriAndVersion(): Phenotype : 2023020919 : https://www.gstatic.com/android/keyboard/dictionarypack/Omei-normal/metadata.json
05-21 13:57:06.273 1585 2017 I SuperDelight: SuperDelightAppsSuperpacksManager.initializeDelightAppsSuperpacks():92 initializeDelightAppsSuperpacks()
05-21 13:57:06.273 1585 2017 I SuperDelight: SuperDelightManager.initializeOverridesSuperpacks():402 initializeOverridesSuperpacks()
05-21 13:57:06.274 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():649 loadLanguageModel() : 1, version [2022102600]
05-21 13:57:06.274 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=false)
05-21 13:57:06.275 1585 2017 I MainLanguageModelLoader: MainLanguageModelLoader.updateLmAvailableState():392 updateLmAvailableState(): locale? en_US prevState? AVAILABLE
05-21 13:57:06.275 1585 2017 I MainLanguageModelLoader: MainLanguageModelLoader.updateLmAvailableState():428 updateLmAvailableState(): locale? en_US newState? AVAILABLE
05-21 13:57:06.275 1585 2017 I Delight5Facilitator: BlocklistLoader.call():37 Running blocklist loader
05-21 13:57:06.278 1585 1585 I KeyboardManager: KeyboardManager.requestKeyboard():146 Creating keyboard prime, imeId=ime_english_united_states, cacheKey=theme_border_stylesheet_noshadow_gsans_pillkey_silkpopup_refinedkp_materiallight_phone
05-21 13:57:06.279 1585 2017 I Delight5Facilitator: ContactsLanguageModelLoader.call():35 Running contacts language model loader
05-21 13:57:06.281 1585 2017 I Delight5Facilitator: ContactsLanguageModelLoader.call():47 Contacts language model is unloaded: preferences=false, deviceLocked=false
05-21 13:57:06.282 1585 2017 I Delight5Facilitator: PersonalLanguageModelLoader.call():44 Running personal language model loader
05-21 13:57:06.283 1585 2017 I Delight5Facilitator: UserHistoryLanguageModelLoader.call():82 Running user history language model loader
05-21 13:57:06.287 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:06.287 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:06.287 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:06.288 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:06.289 1585 2017 I EmojiShortcutsLoader: EmojiShortcutsLoader.getEmojiShortcuts():117 Reading en_US emoji shortcuts
05-21 13:57:06.294 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:06.297 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:06.301 1585 2017 I EmojiShortcutsLoader: EmojiShortcutsLoader.getEmojiShortcuts():134 Read en_US emoji shortcuts successfully.
05-21 13:57:06.306 1585 2017 I EmojiShortcutsLoader: EmojiShortcutsLoader.call():63 1 emoji shortcut maps loaded.
05-21 13:57:06.309 1585 2017 I EmojiShortcutsLoader: EmojiShortcutsLoader.call():72 Finished loading emoji shortcuts
05-21 13:57:06.309 1585 2017 I Delight5Facilitator: EmailLanguageModelLoader.call():30 Running email language model loader
05-21 13:57:06.309 1585 2017 I Delight5Facilitator: KeyCorrectionTfliteModelLoader.call():29 Running Key Correction Tflite Model loader
05-21 13:57:06.312 1585 2017 I Delight5Facilitator: RankingModelLoader.call():28 Running Ranking Model loader
05-21 13:57:06.320 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:57:06.320 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:57:06.388 1585 9468 I SuperDelight: SuperDelightManager.lambda$registerAndUpgradeSuperpacks$5():476 SuperDelightManager#registerAndUpgradeSuperpacks(delight): current 2023020919, required 2023020919
05-21 13:57:06.403 1585 9466 I SuperDelight: SuperDelightManager.lambda$syncOverridesLanguageModels$14():689 SuperDelightManager#syncOverridesLanguageModels(): Superpack delight_overrides not found or negative version provided
05-21 13:57:06.404 1585 2010 I SuperDelight: SuperDelightDownloadSlicingStrategy.getSlices():68 DownloadSlicing#getSlices() : Locale = [en_US]
05-21 13:57:06.408 1585 2010 I SuperDelight: SuperDelightDownloadSlicingStrategy.getSlices():125 DownloadSlicing#getSlices(): result {slices=[{delight:main_en_840_2022102600_1, m:*:*:*, fg}], last batch=true, sync metadata=false}
05-21 13:57:06.409 1585 2010 I SP : Syncing delight (2023020919) with slices: [{main_en_840_2022102600_1, m:*:*:*, fg}], metadata: false
05-21 13:57:06.409 1585 2010 I SP : Registering bundled_delight.2022101700, url: null, constraints: *:*:*:*, flags: *, requested: 2022101700, current: 2022101700
05-21 13:57:06.410 1585 9469 I SuperDelight: SuperDelightManager$2.onSuccess():635 delight_overrides sync success, adding to data file manager
05-21 13:57:06.413 1585 9468 I SuperDelight: SuperDelightManager.lambda$syncDownloadableLanguageModels$8():568 SuperDelightManager#syncDownloadableLanguageModels(delight): [OnDevice] Syncing for version 2023020919
05-21 13:57:06.420 1585 2017 I CrankEngineLocales: CrankEngineLocales.getLocaleToUseForCrankEngine():66 Using locale en_US for emoji prediction
05-21 13:57:06.421 1585 2017 I CrankEngineLocales: CrankEngineLocales.getLocaleToUseForCrankEngine():66 Using locale en_US for emoji prediction
05-21 13:57:06.421 1585 2017 I CrankEngineLocales: CrankEngineLocales.getLocaleToUseForCrankEngine():66 Using locale en_US for emoji prediction
05-21 13:57:06.462 1585 2010 I SP : Sync for bundled_delight succeeded in 196 ms: no changes
05-21 13:57:06.462 1585 2010 I SP : GC for 'bundled_delight' (10) with ttl of 0 ms took 0 ms (0/0/0)
05-21 13:57:06.463 1585 2010 I LmManager: LmManager$1.onSuccess():76 Bundled delight sync success
05-21 13:57:06.465 1585 2017 I CrankEngineLocales: CrankEngineLocales.getLocaleToUseForCrankEngine():66 Using locale en_US for emoji prediction
05-21 13:57:06.466 1585 9468 I SuperDelight: SuperDelightManager.lambda$syncBundledLanguageModels$16():774 SuperDelightManager#syncBundledLanguageModels(): Syncing for version 2022101700
05-21 13:57:06.466 1585 2017 I CrankEngineLocales: CrankEngineLocales.getLocaleToUseForCrankEngine():66 Using locale en_US for emoji prediction
05-21 13:57:06.475 1585 2675 E native : E0000 00:00:1716292626.471584 2675 scoped-file.cc:106] open() failed for /data/user/0/com.google.android.inputmethod.latin/files/personal/adapt_state.en.dat: No such file or directory [2]
05-21 13:57:06.476 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():671 Loaded main LM 1.en
05-21 13:57:06.476 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():649 loadLanguageModel() : 7, version [n/a]
05-21 13:57:06.477 1585 2675 I native : I0000 00:00:1716292626.477168 2675 blocklist-assembly.cc:121] LoadBlocklist en
05-21 13:57:06.478 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():690 Loaded dynamic LM 7.en
05-21 13:57:06.478 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():649 loadLanguageModel() : 4, version [n/a]
05-21 13:57:06.479 1585 2010 I SuperDelight: SuperDelightDownloadSlicingStrategy.getSlices():68 DownloadSlicing#getSlices() : Locale = [en_US]
05-21 13:57:06.481 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():690 Loaded dynamic LM 4.en
05-21 13:57:06.482 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():649 loadLanguageModel() : 3, version [n/a]
05-21 13:57:06.483 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():690 Loaded dynamic LM 3.en
05-21 13:57:06.486 1585 2010 I SuperDelight: SuperDelightDownloadSlicingStrategy.getSlices():125 DownloadSlicing#getSlices(): result {slices=[{delight:main_en_840_2022102600_1, m:*:*:*, fg}], last batch=true, sync metadata=false}
05-21 13:57:06.487 1585 2010 I SP : Syncing delight (2023020919) with slices: [{main_en_840_2022102600_1, m:*:*:*, fg}], metadata: false
05-21 13:57:06.489 1585 9469 I SuperDelight: SuperDelightManager$2.onSuccess():635 bundled_delight sync success, adding to data file manager
05-21 13:57:06.493 1585 9469 I DataFileManager: DataFileManager.addDataWithoutNotify():162 data en-US already exists
05-21 13:57:06.495 1585 2010 I SuperDelight: SuperDelightMergingStrategy.merge():55 SuperDelightMergingStrategy#merge(): selected[[main_en_840_2022102600_1, main_en_gb_2022101700_1, main_en_us_2022101700_1]] synced[[main_en_840_2022102600_1]]
05-21 13:57:06.497 1585 2017 I CrankEngineLocales: CrankEngineLocales.getLocaleToUseForCrankEngine():66 Using locale en_US for emoji prediction
05-21 13:57:06.498 1585 2010 I SP : Sync for delight succeeded in 111 ms: no changes
05-21 13:57:06.515 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():649 loadLanguageModel() : 20, version [n/a]
05-21 13:57:06.517 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():690 Loaded dynamic LM 20.en
05-21 13:57:06.517 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():649 loadLanguageModel() : 29, version [n/a]
05-21 13:57:06.518 1585 2675 W Delight5Decoder: Delight5DecoderWrapper.getTimerTypeForLoadLanguageModule():800 Cannot find timer type for loading language model 29
05-21 13:57:06.520 1585 2010 I SP : GC for 'delight' (10) with ttl of 0 ms took 0 ms (0/0/0)
05-21 13:57:06.521 1585 2010 I SuperDelight: SuperDelightBundledSlicingStrategy.getSlices():39 BundledSlicing#getSlices() : Locale = [en_US]
05-21 13:57:06.522 1585 2010 I SuperDelight: SuperDelightBundledSlicingStrategy.getSlices():65 BundledSlicing#getSlices(): result {slices=[bundled_delight:main_en_us_2022051700_2], last batch=true, sync metadata=false}
05-21 13:57:06.523 1585 2010 I SP : Syncing bundled_delight (2022101700) with slices: [main_en_us_2022051700_2], metadata: false
05-21 13:57:06.535 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.loadLanguageModel():690 Loaded dynamic LM 29.en
05-21 13:57:06.558 9128 9288 D EGL_emulation: app_time_stats: avg=84.66ms min=10.90ms max=240.43ms count=13
05-21 13:57:06.563 1585 2017 I CrankEngineLocales: CrankEngineLocales.getLocaleToUseForCrankEngine():66 Using locale en_US for emoji prediction
05-21 13:57:06.584 1585 9468 I SuperDelight: SuperDelightManager$2.onSuccess():635 delight sync success, adding to data file manager
05-21 13:57:06.584 1585 9468 I DataFileManager: DataFileManager.addDataWithoutNotify():162 data en-GB already exists
05-21 13:57:06.585 1585 9468 I DataFileManager: DataFileManager.addDataWithoutNotify():162 data en-840 already exists
05-21 13:57:06.585 1585 9468 I DataFileManager: DataFileManager.addDataWithoutNotify():162 data en-US already exists
05-21 13:57:06.614 1585 2010 I SuperDelight: SuperDelightMergingStrategy.merge():55 SuperDelightMergingStrategy#merge(): selected[[main_en_840_2022102600_1, main_en_gb_2022101700_1, main_en_us_2022101700_1]] synced[[main_en_840_2022102600_1]]
05-21 13:57:06.614 1585 2010 I SP : Sync for delight succeeded in 135 ms: no changes
05-21 13:57:06.625 1585 2010 I SP : GC for 'delight' (10) with ttl of 0 ms took 0 ms (0/0/0)
05-21 13:57:06.626 1585 2010 I SP : Sync for bundled_delight succeeded in 107 ms: no changes
05-21 13:57:06.627 1585 2010 I SP : GC for 'bundled_delight' (10) with ttl of 0 ms took 0 ms (0/0/0)
05-21 13:57:06.627 1585 2010 I LmManager: LmManager$1.onSuccess():76 Bundled delight sync success
05-21 13:57:06.635 1585 9467 I SuperDelight: SuperDelightManager$2.onSuccess():635 bundled_delight sync success, adding to data file manager
05-21 13:57:06.636 1585 9467 I DataFileManager: DataFileManager.addDataWithoutNotify():162 data en-US already exists
05-21 13:57:06.636 1585 9469 I SuperDelight: SuperDelightManager$2.onSuccess():635 delight sync success, adding to data file manager
05-21 13:57:06.636 1585 9469 I DataFileManager: DataFileManager.addDataWithoutNotify():162 data en-GB already exists
05-21 13:57:06.636 1585 9469 I DataFileManager: DataFileManager.addDataWithoutNotify():162 data en-840 already exists
05-21 13:57:06.636 1585 9469 I DataFileManager: DataFileManager.addDataWithoutNotify():162 data en-US already exists
05-21 13:57:06.707 1585 1593 I putmethod.latin: Background concurrent copying GC freed 250056(9623KB) AllocSpace objects, 31(1560KB) LOS objects, 49% free, 11MB/22MB, paused 96us,25us total 179.684ms
05-21 13:57:06.707 1585 1593 W putmethod.latin: Reducing the number of considered missed Gc histogram windows from 688 to 100
05-21 13:57:06.784 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022101700_1[16]
05-21 13:57:06.784 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_840_2022102600_1[16]
05-21 13:57:06.784 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_gb_2022101700_1[16]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022101700_1[16]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_840_2022102600_1[16]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_gb_2022101700_1[16]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022101700_1[16]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_840_2022102600_1[16]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_gb_2022101700_1[16]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: 2023012316_en[25]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: 2023012316_en[25]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: 2023012316_en[25]
05-21 13:57:06.785 1585 1595 W SP : File ref is being finalized but wasn't closed, file: 2023012316_en[25]
05-21 13:57:06.786 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022051700_2[12]
05-21 13:57:06.786 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022051700_2[12]
05-21 13:57:06.786 1585 1595 W SP : File ref is being finalized but wasn't closed, file: 2023012316_en[25]
05-21 13:57:06.786 1585 1595 W SP : File ref is being finalized but wasn't closed, file: 2023012316_en[25]
05-21 13:57:06.786 1585 1595 W SP : File ref is being finalized but wasn't closed, file: tflite-nwp-be541314788c7304827a9710c3ac4edb[5]
05-21 13:57:06.786 1585 1595 W SP : File ref is being finalized but wasn't closed, file: tflite-nwp-be541314788c7304827a9710c3ac4edb[5]
05-21 13:57:06.799 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022051700_2[12]
05-21 13:57:06.800 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022101700_1[16]
05-21 13:57:06.800 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_840_2022102600_1[16]
05-21 13:57:06.800 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_gb_2022101700_1[16]
05-21 13:57:06.800 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022051700_2[12]
05-21 13:57:06.800 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022101700_1[16]
05-21 13:57:06.800 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_840_2022102600_1[16]
05-21 13:57:06.800 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_gb_2022101700_1[16]
05-21 13:57:07.093 1585 2464 I OpenGLRenderer: Davey! duration=1222ms; Flags=1, FrameTimelineVsyncId=126602, IntendedVsync=7198572260661, Vsync=7199022260643, InputEventId=0, HandleInputStart=7199041385263, AnimationStart=7199041386886, PerformTraversalsStart=7199041387948, DrawStart=7199076479457, FrameDeadline=7198588927327, FrameInterval=7199038481208, FrameStartTime=16666666, SyncQueued=7199090891164, SyncStart=7199091704496, IssueDrawCommandsStart=7199092763525, SwapBuffers=7199102623892, FrameCompleted=7199795094732, DequeueBufferDuration=9728222, QueueBufferDuration=385577, GpuCompleted=7199102623892, SwapBuffersCompleted=7199795094732, DisplayPresentTime=0, CommandSubmissionCompleted=7199102623892,
05-21 13:57:07.327 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:57:07.335 9128 9128 I Choreographer: Skipped 64 frames! The application may be doing too much work on its main thread.
05-21 13:57:07.523 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 440 ms
05-21 13:57:07.530 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:07.559 9128 9145 I OpenGLRenderer: Davey! duration=1295ms; Flags=0, FrameTimelineVsyncId=126639, IntendedVsync=7198972260645, Vsync=7200038927269, InputEventId=0, HandleInputStart=7200055854170, AnimationStart=7200055862656, PerformTraversalsStart=7200056679275, DrawStart=7200102601640, FrameDeadline=7200088927267, FrameInterval=7200053915951, FrameStartTime=16666666, SyncQueued=7200117002600, SyncStart=7200120224440, IssueDrawCommandsStart=7200120429210, SwapBuffers=7200144884752, FrameCompleted=7200271252571, DequeueBufferDuration=10167336, QueueBufferDuration=322640, GpuCompleted=7200144884752, SwapBuffersCompleted=7200271252571, DisplayPresentTime=0, CommandSubmissionCompleted=7200144884752,
05-21 13:57:07.593 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:07.610 9128 9128 I ImeTracker: com.github.se.polyfit:6cc0361b: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:07.699 1585 1585 I KeyboardViewHelper: KeyboardViewHelper.getView():170 Get view with height ratio:1.000000
05-21 13:57:07.748 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:07.748 1585 1585 I SoftKeyboardView: SoftKeyboardView.setMaxHeight():731 Set max keyboard height:1623.
05-21 13:57:07.754 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:07.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 13:57:07.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:07.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:07.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:07.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:07.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:07.756 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:07.757 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:07.758 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:07.759 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:07.760 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:07.769 1585 1585 I Choreographer: Skipped 85 frames! The application may be doing too much work on its main thread.
05-21 13:57:07.785 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:57:07.796 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_SCROLL_TO_INDEX(description={null}).
05-21 13:57:07.796 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SearchIngredientBar')) && (TestTag = 'IngredientSearchScrollableList'); position: 0; useUnmergedTree: false.
05-21 13:57:07.821 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:07.824 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:07.830 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:07.830 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientSearchScrollableList')) && (OnClick is defined); position: 0; useUnmergedTree: false.
05-21 13:57:07.864 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:07.865 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:07.879 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:07.881 1585 1585 W InputContextProxyV4: InputContextProxyV4.applyClientDiffInternal():897 Ignore [FetchSuggestions] diff due to stale request: 83<85, inputStateId=2, lastInputStateId=3
05-21 13:57:07.883 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:07.883 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:07.897 1585 2464 I OpenGLRenderer: Davey! duration=1512ms; Flags=0, FrameTimelineVsyncId=126669, IntendedVsync=7199072260641, Vsync=7200488927251, InputEventId=0, HandleInputStart=7200489479265, AnimationStart=7200489480387, PerformTraversalsStart=7200489481068, DrawStart=7200513936364, FrameDeadline=7199122260639, FrameInterval=7200489076972, FrameStartTime=16666666, SyncQueued=7200519212484, SyncStart=7200519293030, IssueDrawCommandsStart=7200520084321, SwapBuffers=7200538041467, FrameCompleted=7200584920988, DequeueBufferDuration=3223820, QueueBufferDuration=156732, GpuCompleted=7200538041467, SwapBuffersCompleted=7200584920988, DisplayPresentTime=0, CommandSubmissionCompleted=7200538041467,
05-21 13:57:07.898 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:07.909 848 966 D EGL_emulation: app_time_stats: avg=222.69ms min=14.59ms max=2588.76ms count=14
05-21 13:57:08.011 9128 9128 I ImeTracker: com.github.se.polyfit:2b479e15: onShown
05-21 13:57:08.081 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 13:57:08.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 13:57:08.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:08.089 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 13:57:08.149 848 904 D SplashScreenView: Build android.window.SplashScreenView{a8493f1 V.E...... ......ID 0,0-0,0}
05-21 13:57:08.149 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:08.149 848 904 D SplashScreenView: Branding: view: android.view.View{cec9bd6 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:08.170 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:08.192 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19fb47 in: PAUSED
05-21 13:57:08.211 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@19fb47
05-21 13:57:08.427 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:08.769 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:08.771 848 966 D EGL_emulation: app_time_stats: avg=398.72ms min=2.21ms max=5020.49ms count=14
05-21 13:57:08.773 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +654ms
05-21 13:57:08.803 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:08.810 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=63, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@a9eed61
05-21 13:57:08.816 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:08.816 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:08.816 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:08.817 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:08.821 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:08.876 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:08.878 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:08.878 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:08.878 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:08.970 848 966 D EGL_emulation: app_time_stats: avg=26.05ms min=1.19ms max=147.88ms count=32
05-21 13:57:09.086 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:1e63797e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:09.095 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19fb47 in: STOPPED
05-21 13:57:09.115 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@19fb47
05-21 13:57:09.165 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 13:57:09.166 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:09.170 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 13:57:09.171 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:57:09.171 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 13:57:09.173 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b2069b0
05-21 13:57:09.175 595 612 W InputManager-JNI: Input channel object '828f5e5 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:09.197 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 13:57:09.203 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:09.229 1829 1861 I earchbox:search: Background young concurrent copying GC freed 186403(5686KB) AllocSpace objects, 515(9716KB) LOS objects, 4% free, 252MB/265MB, paused 7.541ms,58us total 173.112ms
05-21 13:57:09.255 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:09.255 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:09.256 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:09.256 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:09.265 1585 3269 E native : E0000 00:00:1716292627.806719 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 13:57:09.300 1585 1786 D EGL_emulation: app_time_stats: avg=555.58ms min=40.80ms max=1150.72ms count=4
05-21 13:57:09.334 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@6f2f974
05-21 13:57:09.336 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@607783
05-21 13:57:09.366 595 612 W InputManager-JNI: Input channel object 'd6efd8f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:09.438 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cfccc08
05-21 13:57:09.447 595 2377 W InputManager-JNI: Input channel object 'ee22c3f com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:09.464 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19fb47 in: DESTROYED
05-21 13:57:09.464 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:09.466 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@65eae41
05-21 13:57:09.471 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 128424, 0, CUJ=J
05-21 13:57:09.471 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 128424, 0, CUJ=J
05-21 13:57:09.471 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 128424, CUJ=J
05-21 13:57:09.471 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 128439, 0, CUJ=J
05-21 13:57:09.471 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 128439, 0, CUJ=J
05-21 13:57:09.471 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 128439, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 128482, 149484021, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 128519, 0, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 128519, 0, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 128519, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 128562, 146695516, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 128562, 146695516, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 128643, 95750616, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 128643, 95750616, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 128687, 82762903, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 128687, 82762903, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 128709, 94472751, CUJ=J
05-21 13:57:09.472 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 128709, 94472751, CUJ=J
05-21 13:57:09.503 595 2377 W InputManager-JNI: Input channel object '7399745 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:09.535 9128 9128 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.
05-21 13:57:09.538 9128 9128 I ImeTracker: com.github.se.polyfit:991bd5fe: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:09.539 9128 9128 I ImeTracker: com.github.se.polyfit:991bd5fe: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:09.559 9128 9128 I ImeTracker: com.google.android.apps.nexuslauncher:1e63797e: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:09.576 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@c468d44]
05-21 13:57:09.580 9128 9160 I TestRunner: finished: searchIngredientIsDisplayed(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
-
7.88 s
passedaddButtonIsConditionallyDisabled
-
05-21 13:57:09.586 9128 9160 I TestRunner: started: addButtonIsConditionallyDisabled(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
05-21 13:57:09.603 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@807673b]
05-21 13:57:09.639 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:09.666 848 904 D SplashScreenView: Build android.window.SplashScreenView{7a11472 V.E...... ......ID 0,0-0,0}
05-21 13:57:09.666 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:09.666 848 904 D SplashScreenView: Branding: view: android.view.View{5fca0c3 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:09.703 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:09.755 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bbff97a in: PRE_ON_CREATE
05-21 13:57:09.758 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:09.792 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:09.793 1728 2288 E HwDetectorWithState: a: 3
05-21 13:57:09.971 848 966 D EGL_emulation: app_time_stats: avg=18.27ms min=2.15ms max=153.13ms count=39
05-21 13:57:10.265 848 966 D EGL_emulation: app_time_stats: avg=184.35ms min=30.89ms max=923.88ms count=8
05-21 13:57:10.269 1829 1861 I earchbox:search: Background concurrent copying GC freed 390751(19MB) AllocSpace objects, 1495(27MB) LOS objects, 8% free, 250MB/274MB, paused 123us,114us total 662.912ms
05-21 13:57:10.485 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bbff97a in: CREATED
05-21 13:57:10.503 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@bbff97a
05-21 13:57:10.525 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bbff97a in: STARTED
05-21 13:57:10.541 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@bbff97a
05-21 13:57:10.611 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bbff97a in: RESUMED
05-21 13:57:10.628 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@bbff97a
05-21 13:57:10.791 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:10.800 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s142ms
05-21 13:57:10.865 595 612 I ImeTracker: com.github.se.polyfit:17e6f28e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:10.865 595 612 I ImeTracker: com.github.se.polyfit:17e6f28e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:10.877 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:10.879 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:10.879 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:10.881 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:10.882 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:10.887 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:afc58845: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:10.888 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:afc58845: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:10.896 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:11.079 848 966 D EGL_emulation: app_time_stats: avg=19.17ms min=5.00ms max=129.04ms count=51
05-21 13:57:11.116 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@dbf35
05-21 13:57:11.118 595 2387 W InputManager-JNI: Input channel object 'c66ac15 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:11.128 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:11.167 848 903 W FrameTracker: Missed App frame:UNKNOWN: 10, 129887, 0, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 10, 129887, 0, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 129887, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 129909, 0, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 129909, 0, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 129909, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 129924, 0, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 129924, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 129945, 85615996, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 129953, 118668628, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 129953, 118668628, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 129984, 0, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 129984, 0, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 129984, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 130024, 0, CUJ=J
05-21 13:57:11.167 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 130024, CUJ=J
05-21 13:57:11.905 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:57:11.905 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:57:12.018 9128 9128 I Choreographer: Skipped 56 frames! The application may be doing too much work on its main thread.
05-21 13:57:12.055 9128 9375 I OpenGLRenderer: Davey! duration=966ms; Flags=0, FrameTimelineVsyncId=130039, IntendedVsync=7203788927119, Vsync=7204722260415, InputEventId=0, HandleInputStart=7204738988081, AnimationStart=7204738994112, PerformTraversalsStart=7204738998507, DrawStart=7204742804879, FrameDeadline=7203805593785, FrameInterval=7204737753746, FrameStartTime=16666666, SyncQueued=7204743429480, SyncStart=7204743586183, IssueDrawCommandsStart=7204743800061, SwapBuffers=7204744579414, FrameCompleted=7204756044776, DequeueBufferDuration=10149, QueueBufferDuration=330935, GpuCompleted=7204744579414, SwapBuffersCompleted=7204756044776, DisplayPresentTime=0, CommandSubmissionCompleted=7204744579414,
05-21 13:57:12.087 848 966 D EGL_emulation: app_time_stats: avg=9.07ms min=2.03ms max=32.46ms count=58
05-21 13:57:12.097 9128 9137 I thub.se.polyfit: Compiler allocated 5296KB to compile void androidx.compose.foundation.text.CoreTextFieldKt.CoreTextField(androidx.compose.ui.text.input.TextFieldValue, kotlin.jvm.functions.Function1, androidx.compose.ui.Modifier, androidx.compose.ui.text.TextStyle, androidx.compose.ui.text.input.VisualTransformation, kotlin.jvm.functions.Function1, androidx.compose.foundation.interaction.MutableInteractionSource, androidx.compose.ui.graphics.Brush, boolean, int, int, androidx.compose.ui.text.input.ImeOptions, androidx.compose.foundation.text.KeyboardActions, boolean, boolean, kotlin.jvm.functions.Function3, androidx.compose.runtime.Composer, int, int, int)
05-21 13:57:12.488 9128 9137 I thub.se.polyfit: Compiler allocated 7136KB to compile void androidx.compose.material3.TextFieldKt.TextFieldLayout(androidx.compose.ui.Modifier, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function3, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, boolean, float, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, androidx.compose.foundation.layout.PaddingValues, androidx.compose.runtime.Composer, int, int)
05-21 13:57:12.537 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:12.537 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761b6d0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:12.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03f6b1eb-06a6-4c92-bb5d-bb2e3475d23a
05-21 13:57:12.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0dca0b27-6d39-48ff-aa0e-ee910dffaa83
05-21 13:57:12.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ce18bef-d7b1-4059-bba2-81fc796c936e
05-21 13:57:12.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46f5f4c0-7f51-4b57-9d45-8591dc68dbbd
05-21 13:57:12.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2efd27d2-107c-48ca-82ca-b2078f62aa8d
05-21 13:57:12.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6a37753-e8d2-464e-9f35-923ab2d026c4
05-21 13:57:12.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 31b49d97-9098-421e-87fb-d1b7987a44d5
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 65005502-4b5f-4d01-ae14-4519887e9146
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 40105804-a42a-4112-91ef-1c7fec9ece1f
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1331b4dd-4fc4-4f40-aa75-bcdd9d5cb913
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1599c5e7-2b95-4e6a-a4aa-812616dcf7bf
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47edbd0f-6d1a-4c6b-8c75-71838b6f8be8
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ffde68d-f6f0-46c7-bbeb-8c976143c9e8
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d644240-33c4-4514-af4e-6eb653ab419b
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3970f33-595f-4002-883e-459c600729df
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d1d9648a-46eb-48f6-88f3-5e3a09d45d02
05-21 13:57:12.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 02f75c27-5c94-416c-9ca0-278493581531
05-21 13:57:12.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b260fefd-6688-4840-98ec-8b343de2a7bf
05-21 13:57:12.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7849f919-5b56-41d0-95ec-1862057224ad
05-21 13:57:12.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9f40954b-2185-448d-ac20-500d1d79ff8d
05-21 13:57:12.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 64bed9cf-5885-40e3-838c-b5fb7a6d9559
05-21 13:57:12.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: de213b34-abb8-4c07-9412-d6b421748b51
05-21 13:57:12.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d57890f-7c69-42bc-bc34-f0b1cdd36d4c
05-21 13:57:12.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 739b11ce-ad56-4ad0-a72c-b0e9fe8200af
05-21 13:57:12.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d216852-3a64-4092-ae17-20140040c4f6
05-21 13:57:12.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d8714c0-5f44-4467-adb6-99d518e66604
05-21 13:57:12.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0965e4a8-593b-478b-8875-495b7ec93ec8
05-21 13:57:12.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8afb2c7-327d-4f4b-8780-2f367ef7a4ba
05-21 13:57:12.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8be6826d-538e-4f73-b896-412dd3fb28bd
05-21 13:57:12.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6357933-612c-4410-93aa-1613efe3eb0e
05-21 13:57:12.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 793752e6-9659-4d86-adbb-a3831e2d48af
05-21 13:57:12.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1a0b38bc-f77e-4aa0-bcde-beeaf4e6d8af
05-21 13:57:12.543 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:12.544 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d7927575-909f-44f9-8409-1d9e77a2fccd
05-21 13:57:12.544 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:12.544 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 77f7901b-4a72-49c4-8d1e-965b37a37eef
05-21 13:57:12.544 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 95ae5569-07d8-4b23-a1c2-ea60eece040f
05-21 13:57:12.545 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:12.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 338d96bd-1f52-4bc9-9912-9f71cd8b5b8d
05-21 13:57:12.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0212da3e-b019-4ac9-b9dc-c44e8de2d40b
05-21 13:57:12.552 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:12.552 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aa76aa8c-b7e6-4293-95c9-46e28c6dc3c7
05-21 13:57:12.553 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f39a4255-ab4c-49eb-b8e6-b897c556db75
05-21 13:57:12.553 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f0bd24a9-a84c-4978-8aeb-f47a3b109f37
05-21 13:57:12.553 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=804b75a8-accc-4104-b949-3a16a32f7d1d,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6d2b9fd6-4a5e-463b-89ef-b193c17879b1
05-21 13:57:12.757 9128 9145 I OpenGLRenderer: Davey! duration=1673ms; Flags=1, FrameTimelineVsyncId=130039, IntendedVsync=7203788927119, Vsync=7204722260415, InputEventId=0, HandleInputStart=7204738988081, AnimationStart=7204738994112, PerformTraversalsStart=7204738998507, DrawStart=7205432536356, FrameDeadline=7203805593785, FrameInterval=7204737753746, FrameStartTime=16666666, SyncQueued=7205447306516, SyncStart=7205447610388, IssueDrawCommandsStart=7205447694214, SwapBuffers=7205448634613, FrameCompleted=7205462436772, DequeueBufferDuration=3687, QueueBufferDuration=263401, GpuCompleted=7205448634613, SwapBuffersCompleted=7205462436772, DisplayPresentTime=0, CommandSubmissionCompleted=7205448634613,
05-21 13:57:12.800 9128 9128 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread.
05-21 13:57:12.851 9128 9145 I OpenGLRenderer: Davey! duration=797ms; Flags=0, FrameTimelineVsyncId=130662, IntendedVsync=7204755593747, Vsync=7205505593717, InputEventId=0, HandleInputStart=7205520634598, AnimationStart=7205520638415, PerformTraversalsStart=7205520641471, DrawStart=7205531149502, FrameDeadline=7205472260385, FrameInterval=7205518368143, FrameStartTime=16666666, SyncQueued=7205537315880, SyncStart=7205537424800, IssueDrawCommandsStart=7205537499629, SwapBuffers=7205538507326, FrameCompleted=7205552832816, DequeueBufferDuration=3416, QueueBufferDuration=272621, GpuCompleted=7205538507326, SwapBuffersCompleted=7205552832816, DisplayPresentTime=0, CommandSubmissionCompleted=7205538507326,
05-21 13:57:12.853 595 612 I ImeTracker: com.github.se.polyfit:6311daf8: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:12.854 595 612 I ImeTracker: com.github.se.polyfit:6311daf8: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:12.859 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:12.861 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:12.861 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:12.861 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:12.862 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:12.864 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:12.864 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 13:57:12.955 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:12.955 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 13:57:12.969 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_ENABLED(description={null}).
05-21 13:57:12.969 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 13:57:13.037 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 13:57:13.051 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:13.051 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:13.051 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 13:57:13.051 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:13.052 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:13.053 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:13.053 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:13.053 9128 9128 I ImeTracker: com.github.se.polyfit:7d167f60: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:13.053 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:13.053 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:13.054 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:13.066 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{906e4c7 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:13.070 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 13:57:13.071 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:13.072 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:13.072 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:13.233 9128 9128 I ImeTracker: com.github.se.polyfit:2bb4366a: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:13.235 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{906e4c7 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:13.236 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 164 ms
05-21 13:57:13.238 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:13.239 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 13:57:13.240 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 13:57:13.242 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 13:57:13.243 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 13:57:13.244 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 13:57:13.244 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 13:57:13.245 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 13:57:13.256 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:57:13.266 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:13.267 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:13.267 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 13:57:13.267 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:13.267 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:13.267 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:13.268 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:13.268 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:13.270 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:13.271 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:13.276 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:13.276 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:13.277 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:13.277 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:13.279 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:13.281 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:13.294 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:13.294 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:13.296 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:13.332 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:13.332 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 13:57:13.343 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:13.343 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:13.345 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:13.481 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 676776(22MB) AllocSpace objects, 9(460KB) LOS objects, 48% free, 25MB/49MB, paused 131us,93us total 547.841ms
05-21 13:57:13.519 9128 9140 W System : A resource failed to call release.
05-21 13:57:13.519 9128 9140 W System : A resource failed to call release.
05-21 13:57:13.537 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 205 ms
05-21 13:57:13.540 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:13.586 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 13:57:13.586 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:13.593 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:13.607 9128 9128 I ImeTracker: com.github.se.polyfit:2bb4366a: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:13.739 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:13.819 848 966 D EGL_emulation: app_time_stats: avg=101.51ms min=3.99ms max=1146.31ms count=17
05-21 13:57:13.834 9128 9288 D EGL_emulation: app_time_stats: avg=218.37ms min=90.39ms max=398.66ms count=5
05-21 13:57:13.875 9128 9128 I ImeTracker: com.github.se.polyfit:7d167f60: onShown
05-21 13:57:13.974 595 612 I ImeTracker: com.github.se.polyfit:b48bdf19: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:13.976 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:13.976 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:13.977 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:13.977 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:13.977 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292633070, INPUT_SESSION=1716292633053, TRAINING_CACHE_SESSION=1716292633239, IME_SESSION=1716292633238}], ending it now.
05-21 13:57:13.977 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292633070, INPUT_SESSION=1716292633053, TRAINING_CACHE_SESSION=1716292633239, IME_SESSION=1716292633238}], ending it now.
05-21 13:57:13.978 9128 9128 I ImeTracker: com.github.se.polyfit:393134e5: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:13.980 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:13.981 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:13.982 9128 9128 I ImeTracker: com.github.se.polyfit:393134e5: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:13.982 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:57:13.982 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 13:57:13.983 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 13:57:13.985 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:13.985 1585 1585 E SessionManager: SessionManager.beginSession():60 Try to begin a session [IME_SESSION] whose parent [INPUT_VIEW_SESSION] hasn't begun.
05-21 13:57:13.986 1585 1585 I KeyboardManager: KeyboardManager.requestKeyboard():146 Creating keyboard prime, imeId=number, cacheKey=theme_border_stylesheet_noshadow_gsans_pillkey_silkpopup_refinedkp_materiallight_phone
05-21 13:57:13.987 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 13:57:13.987 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 13:57:13.987 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:13.988 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:13.988 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:13.990 1585 3269 E native : E0000 00:00:1716292633.981308 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 13:57:13.992 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:14.470 9128 9128 I ImeTracker: com.github.se.polyfit:52a0fb14: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:14.474 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{906e4c7 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:14.481 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 491 ms
05-21 13:57:14.483 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:14.484 1585 1585 I KeyboardManager: KeyboardManager.requestKeyboard():128 Using cached keyboard prime, imeId=number
05-21 13:57:14.484 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:14.484 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:14.485 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:14.485 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:14.486 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:14.488 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:14.488 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:14.489 1585 1585 I Choreographer: Skipped 30 frames! The application may be doing too much work on its main thread.
05-21 13:57:14.548 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:14.548 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:14.555 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:14.567 1585 1585 I KeyboardViewHelper: KeyboardViewHelper.getView():170 Get view with height ratio:1.000000
05-21 13:57:14.574 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:14.594 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:14.594 1585 1585 I SoftKeyboardView: SoftKeyboardView.setMaxHeight():731 Set max keyboard height:1623.
05-21 13:57:14.596 1585 1585 W KeyboardDef: KeyboardDef.getKeyboardViewDef():670 KeyboardViewDef is not found: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, id=2131427634
05-21 13:57:14.596 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:14.596 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:14.596 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:14.596 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:14.596 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:14.597 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:14.597 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:14.597 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:14.597 9128 9128 I ImeTracker: com.github.se.polyfit:b48bdf19: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:14.597 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:14.598 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:14.600 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:14.633 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:14.633 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:14.640 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:14.661 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:14.699 1585 1786 D EGL_emulation: app_time_stats: avg=269.49ms min=29.50ms max=693.20ms count=5
05-21 13:57:14.701 9128 9128 I ImeTracker: com.github.se.polyfit:52a0fb14: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:14.821 595 2208 I ImeTracker: com.github.se.polyfit:4ae8fb90: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:14.834 848 966 D EGL_emulation: app_time_stats: avg=17.46ms min=1.37ms max=57.53ms count=40
05-21 13:57:14.853 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 13:57:14.864 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:14.864 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:14.865 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:14.865 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:14.865 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292633988, INPUT_SESSION=1716292633977, IME_SESSION=1716292634483}], ending it now.
05-21 13:57:14.865 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292633988, INPUT_SESSION=1716292633977, IME_SESSION=1716292634483}], ending it now.
05-21 13:57:14.866 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:14.866 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:14.866 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:14.869 9128 9288 D EGL_emulation: app_time_stats: avg=345.13ms min=108.63ms max=680.37ms count=3
05-21 13:57:14.874 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:14.879 595 2208 I ImeTracker: com.github.se.polyfit:de7e388a: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:15.037 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 13:57:15.039 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 173 ms
05-21 13:57:15.041 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:15.044 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:15.051 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:15.052 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.065 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:15.065 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.073 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:15.073 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:15.073 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.073 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:15.073 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.077 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.077 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.077 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:15.078 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.078 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.079 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:15.080 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:15.080 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:15.104 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.104 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:15.112 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.114 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:15.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:15.115 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:15.115 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292634866, INPUT_SESSION=1716292634865, IME_SESSION=1716292635044}], ending it now.
05-21 13:57:15.115 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292634866, INPUT_SESSION=1716292634865, IME_SESSION=1716292635044}], ending it now.
05-21 13:57:15.116 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:15.116 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.117 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:15.117 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:15.117 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:15.120 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.139 9128 9128 I ImeTracker: com.github.se.polyfit:4ae8fb90: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:15.141 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:15.141 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:15.143 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:15.143 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.143 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:15.144 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.144 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:15.144 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:15.144 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.144 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:15.144 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.144 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.145 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.145 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:15.145 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.145 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.146 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:15.148 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:15.148 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:15.163 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.163 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.169 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.180 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.180 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.185 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.192 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.192 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.198 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.244 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:15.258 9128 9128 I ImeTracker: com.github.se.polyfit:de7e388a: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:15.260 595 2208 I ImeTracker: com.github.se.polyfit:6f0c76b5: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:15.261 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:15.261 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:15.261 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:15.261 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:15.261 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292635116, INPUT_SESSION=1716292635115, IME_SESSION=1716292635141}], ending it now.
05-21 13:57:15.261 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292635116, INPUT_SESSION=1716292635115, IME_SESSION=1716292635141}], ending it now.
05-21 13:57:15.263 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:15.268 9128 9128 I ImeTracker: com.github.se.polyfit:a81f61ad: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:15.270 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:15.272 9128 9128 I ImeTracker: com.github.se.polyfit:a81f61ad: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:15.275 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:15.276 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:15.276 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.684 9128 9128 I ImeTracker: com.github.se.polyfit:4838b64e: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:15.686 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{906e4c7 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:15.687 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 411 ms
05-21 13:57:15.688 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:15.688 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:15.690 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:15.690 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.690 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:15.690 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.690 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:15.690 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:15.690 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.690 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:15.690 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.691 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.691 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.691 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:15.691 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.691 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.692 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:15.693 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:15.693 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:15.713 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:15.715 1585 1786 D EGL_emulation: app_time_stats: avg=335.68ms min=62.55ms max=539.02ms count=3
05-21 13:57:15.716 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.716 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.719 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.724 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.724 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.727 9128 9128 I ImeTracker: com.github.se.polyfit:6f0c76b5: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:15.731 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.734 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:15.747 9128 9128 I ImeTracker: com.github.se.polyfit:4838b64e: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:15.760 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 13:57:15.760 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 13:57:15.775 595 612 I ImeTracker: com.github.se.polyfit:9fda9cec: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:15.775 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:15.775 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:15.776 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:15.776 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:15.776 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292635263, INPUT_SESSION=1716292635262, IME_SESSION=1716292635688}], ending it now.
05-21 13:57:15.776 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292635263, INPUT_SESSION=1716292635262, IME_SESSION=1716292635688}], ending it now.
05-21 13:57:15.777 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:15.778 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:15.778 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.778 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:15.809 595 1558 I ImeTracker: com.github.se.polyfit:9eb0f0c5: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:15.879 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 13:57:15.879 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 101 ms
05-21 13:57:15.880 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:15.881 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:15.882 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:15.882 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.882 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:15.882 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.882 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:15.882 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:15.882 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.882 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:15.883 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.883 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.883 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.883 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:15.883 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.883 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.884 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:15.885 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:15.885 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:15.887 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:15.887 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:15.888 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:15.888 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:15.888 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292635777, INPUT_SESSION=1716292635776, IME_SESSION=1716292635881}], ending it now.
05-21 13:57:15.888 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292635777, INPUT_SESSION=1716292635776, IME_SESSION=1716292635881}], ending it now.
05-21 13:57:15.888 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:15.889 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:15.889 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:15.890 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.890 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.892 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.892 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:15.893 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:15.896 9128 9288 D EGL_emulation: app_time_stats: avg=205.20ms min=94.76ms max=381.30ms count=5
05-21 13:57:15.897 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:15.897 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.897 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:15.897 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.897 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:15.897 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:15.898 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:15.898 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:15.898 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:15.898 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.898 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.898 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:15.898 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.899 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:15.899 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:15.900 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:15.900 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:15.901 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:15.916 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.916 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.918 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.918 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:15.921 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.921 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.923 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.929 9128 9128 I ImeTracker: com.github.se.polyfit:9fda9cec: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:15.930 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.930 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.931 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:15.932 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:15.943 9128 9128 I ImeTracker: com.github.se.polyfit:9eb0f0c5: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:15.982 848 904 D SplashScreenView: Build android.window.SplashScreenView{1701d1b V.E...... ......ID 0,0-0,0}
05-21 13:57:15.982 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:15.982 848 904 D SplashScreenView: Branding: view: android.view.View{37cceb8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:16.002 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:16.022 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bbff97a in: PAUSED
05-21 13:57:16.036 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@bbff97a
05-21 13:57:16.201 595 623 W system_server: Long monitor contention with owner binder:595_14 (2208) at void com.android.server.wm.ActivityClientController.activityPaused(android.os.IBinder)(ActivityClientController.java:219) waiters=1 in void com.android.server.wm.ActivityTaskSupervisor$ActivityTaskSupervisorHandler.handleMessage(android.os.Message) for 160ms
05-21 13:57:16.247 848 966 D EGL_emulation: app_time_stats: avg=427.22ms min=10.33ms max=5136.85ms count=14
05-21 13:57:16.331 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:16.556 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:16.563 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +573ms
05-21 13:57:16.574 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 188608(7015KB) AllocSpace objects, 3(60KB) LOS objects, 49% free, 17MB/34MB, paused 218us,39us total 295.986ms
05-21 13:57:16.583 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:16.586 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:16.589 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:16.589 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=67, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@63f7c17
05-21 13:57:16.590 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:16.600 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:16.601 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:16.601 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:16.601 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:16.602 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:16.609 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:16.830 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bbff97a in: STOPPED
05-21 13:57:16.833 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:58d7e8c0: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:16.847 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 13:57:16.848 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:16.863 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@bbff97a
05-21 13:57:16.865 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:16.866 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:16.866 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:16.867 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:16.867 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:16.885 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@49b3525, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 13:57:16.885 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@6d8e708, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 13:57:17.069 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ee4b582
05-21 13:57:17.073 595 693 W InputManager-JNI: Input channel object '221215f Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:17.142 848 966 D EGL_emulation: app_time_stats: avg=63.10ms min=3.86ms max=1606.17ms count=33
05-21 13:57:17.219 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@a7cc08a
05-21 13:57:17.223 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7a5e745
05-21 13:57:17.266 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ed9696f
05-21 13:57:17.269 595 693 W InputManager-JNI: Input channel object 'f69c1e0 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:17.278 595 2387 W InputManager-JNI: Input channel object '6dc38cf com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:17.351 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:57:17.353 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bbff97a in: DESTROYED
05-21 13:57:17.354 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:17.355 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@23a5693
05-21 13:57:17.388 848 966 D EGL_emulation: app_time_stats: avg=90.11ms min=5.56ms max=515.33ms count=12
05-21 13:57:17.396 595 2433 W InputManager-JNI: Input channel object 'e11b30b com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:17.418 9128 9128 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread.
05-21 13:57:17.420 9128 9128 I ImeTracker: com.github.se.polyfit:8a48b23a: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:17.421 9128 9128 I ImeTracker: com.github.se.polyfit:8a48b23a: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:17.440 9128 9128 I ImeTracker: com.google.android.apps.nexuslauncher:58d7e8c0: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:17.463 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@807673b]
05-21 13:57:17.470 9128 9160 I TestRunner: finished: addButtonIsConditionallyDisabled(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
-
9.36 s
passedsearchIngredientIsFunctional
-
05-21 13:57:17.479 9128 9160 I TestRunner: started: searchIngredientIsFunctional(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
05-21 13:57:17.504 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@47bc8bc]
05-21 13:57:17.545 1829 1861 I earchbox:search: Background young concurrent copying GC freed 194964(6233KB) AllocSpace objects, 671(12MB) LOS objects, 4% free, 252MB/265MB, paused 458us,87us total 159.502ms
05-21 13:57:17.553 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:17.600 848 904 D SplashScreenView: Build android.window.SplashScreenView{7edc4d V.E...... ......ID 0,0-0,0}
05-21 13:57:17.600 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:17.600 848 904 D SplashScreenView: Branding: view: android.view.View{db17302 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:17.603 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:17.711 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:17.717 1728 2210 E HwDetectorWithState: a: 3
05-21 13:57:17.734 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e99df9f in: PRE_ON_CREATE
05-21 13:57:17.737 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:18.151 848 966 D EGL_emulation: app_time_stats: avg=14.43ms min=1.91ms max=38.52ms count=45
05-21 13:57:18.406 848 966 D EGL_emulation: app_time_stats: avg=201.17ms min=2.26ms max=945.25ms count=5
05-21 13:57:18.484 595 608 I system_server: NativeAlloc concurrent copying GC freed 192083(5633KB) AllocSpace objects, 4(80KB) LOS objects, 44% free, 30MB/54MB, paused 629us,106us total 928.998ms
05-21 13:57:18.578 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e99df9f in: CREATED
05-21 13:57:18.585 1829 1861 I earchbox:search: Background concurrent copying GC freed 230722(13MB) AllocSpace objects, 1342(24MB) LOS objects, 8% free, 248MB/272MB, paused 269us,45us total 752.168ms
05-21 13:57:18.588 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e99df9f
05-21 13:57:18.600 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e99df9f in: STARTED
05-21 13:57:18.611 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e99df9f
05-21 13:57:18.655 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e99df9f in: RESUMED
05-21 13:57:18.665 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e99df9f
05-21 13:57:18.716 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 13:57:18.800 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:18.805 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s229ms
05-21 13:57:18.890 595 957 I ImeTracker: com.github.se.polyfit:48eeb611: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:18.890 595 957 I ImeTracker: com.github.se.polyfit:48eeb611: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:18.903 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:18.903 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:18.907 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:18.907 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:18.908 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:18.908 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:18.914 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e1e2c585: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:18.915 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e1e2c585: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:18.942 9128 9160 W thub.se.polyfit: Suspending all threads took: 17.301ms
05-21 13:57:19.138 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@de9f049
05-21 13:57:19.140 595 1558 W InputManager-JNI: Input channel object 'b8d3eff Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:19.161 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:19.163 848 966 D EGL_emulation: app_time_stats: avg=19.94ms min=4.68ms max=118.29ms count=43
05-21 13:57:20.091 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:57:20.091 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:57:20.171 848 966 D EGL_emulation: app_time_stats: avg=9.00ms min=1.59ms max=32.75ms count=56
05-21 13:57:20.222 9128 9128 I Choreographer: Skipped 70 frames! The application may be doing too much work on its main thread.
05-21 13:57:20.255 9128 9458 I OpenGLRenderer: Davey! duration=1186ms; Flags=0, FrameTimelineVsyncId=135033, IntendedVsync=7211772260133, Vsync=7212938926753, InputEventId=0, HandleInputStart=7212944979018, AnimationStart=7212945001300, PerformTraversalsStart=7212945005508, DrawStart=7212949957537, FrameDeadline=7211788926799, FrameInterval=7212940213576, FrameStartTime=16666666, SyncQueued=7212950493273, SyncStart=7212950607195, IssueDrawCommandsStart=7212950711439, SwapBuffers=7212951269651, FrameCompleted=7212959354373, DequeueBufferDuration=3878, QueueBufferDuration=288075, GpuCompleted=7212951269651, SwapBuffersCompleted=7212959354373, DisplayPresentTime=0, CommandSubmissionCompleted=7212951269651,
05-21 13:57:20.939 9128 9458 I OpenGLRenderer: Davey! duration=1872ms; Flags=1, FrameTimelineVsyncId=135033, IntendedVsync=7211772260133, Vsync=7212938926753, InputEventId=0, HandleInputStart=7212944979018, AnimationStart=7212945001300, PerformTraversalsStart=7212945005508, DrawStart=7213590986068, FrameDeadline=7211788926799, FrameInterval=7212940213576, FrameStartTime=16666666, SyncQueued=7213628643976, SyncStart=7213629042912, IssueDrawCommandsStart=7213629234368, SwapBuffers=7213631123891, FrameCompleted=7213645159430, DequeueBufferDuration=4959, QueueBufferDuration=218978, GpuCompleted=7213631123891, SwapBuffersCompleted=7213645159430, DisplayPresentTime=288234774265332736, CommandSubmissionCompleted=7213631123891,
05-21 13:57:21.050 9128 9128 I Choreographer: Skipped 48 frames! The application may be doing too much work on its main thread.
05-21 13:57:21.093 9128 9458 I OpenGLRenderer: Davey! duration=843ms; Flags=0, FrameTimelineVsyncId=135748, IntendedVsync=7212955593419, Vsync=7213755593387, InputEventId=0, HandleInputStart=7213771205223, AnimationStart=7213771211985, PerformTraversalsStart=7213771216874, DrawStart=7213777799245, FrameDeadline=7213655593391, FrameInterval=7213769314927, FrameStartTime=16666666, SyncQueued=7213780743313, SyncStart=7213782489234, IssueDrawCommandsStart=7213782598578, SwapBuffers=7213783326584, FrameCompleted=7213801170570, DequeueBufferDuration=4237, QueueBufferDuration=307813, GpuCompleted=7213783326584, SwapBuffersCompleted=7213801170570, DisplayPresentTime=288234774265332736, CommandSubmissionCompleted=7213783326584,
05-21 13:57:21.109 595 1558 I ImeTracker: com.github.se.polyfit:1fd89e4c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:21.109 595 1558 I ImeTracker: com.github.se.polyfit:1fd89e4c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:21.114 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:21.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:21.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:21.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:21.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:21.256 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 13:57:21.279 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:21.279 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:21.279 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 13:57:21.279 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:21.280 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:21.288 9128 9128 I ImeTracker: com.github.se.polyfit:3cebe797: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:21.290 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:21.303 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{9d0bf57 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:21.331 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:21.331 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:21.332 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:21.332 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:21.371 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 13:57:21.372 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:21.373 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:21.390 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:21.513 9128 9128 I ImeTracker: com.github.se.polyfit:898353b: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:21.515 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{9d0bf57 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:21.522 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 147 ms
05-21 13:57:21.534 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:21.547 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 13:57:21.573 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 13:57:21.622 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 13:57:21.624 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:21.629 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 13:57:21.624 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d5b2b011-d519-46dd-b1ec-99d8471b29a4
05-21 13:57:21.630 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f5f31b39-c0a3-4378-bb2c-b0dca4c62fac
05-21 13:57:21.632 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761ad40 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:21.634 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 13:57:21.635 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3e37fd2-cbaa-4def-83c5-11ce5e239719
05-21 13:57:21.635 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d5aad2b-ee58-48b4-9305-d67b4d974432
05-21 13:57:21.635 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e7432877-0e57-4ea1-ac44-a02dab5ad7eb
05-21 13:57:21.635 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f5773792-a80c-4e37-8b3f-dd772b54cec6
05-21 13:57:21.635 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 99faead1-826f-4c15-b52d-3cc1e619d309
05-21 13:57:21.636 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa50bdbb-276f-472d-9894-26bda0671134
05-21 13:57:21.644 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a976bf94-2d1b-40ad-9214-145098ec5eb6
05-21 13:57:21.644 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a197dce9-0424-444a-af1a-788df9408b56
05-21 13:57:21.645 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f9408244-d6df-4677-95eb-41cb14453db1
05-21 13:57:21.645 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 487d7f29-0319-4bf1-b631-c54e1b85f75b
05-21 13:57:21.645 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: def43e3b-7c93-4541-9e37-7573ac420734
05-21 13:57:21.645 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cc57415b-ef37-4ae1-8082-cb76bcbacd4e
05-21 13:57:21.645 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ad242b22-3324-41bd-b196-232f581b2cbb
05-21 13:57:21.646 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 06f497fa-4173-4cc1-85a3-6f96c6b62e1b
05-21 13:57:21.646 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2163b1fa-09e7-44e8-bb9e-19b76cf5b95e
05-21 13:57:21.646 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f9f88115-9582-4546-84de-1daea6582d8c
05-21 13:57:21.646 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd7c63c8-4d97-494c-a717-4bfaa6721432
05-21 13:57:21.646 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f38adf42-ba57-44b1-aa81-565f5b78c11b
05-21 13:57:21.646 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 68ea93cd-e6ad-4b4b-b9ed-8ad8c102c7d5
05-21 13:57:21.646 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 846e5bd4-1a09-42ec-a5f8-e8c104286f1b
05-21 13:57:21.647 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a4f4ed2-e420-404c-ba16-3f321c28868d
05-21 13:57:21.647 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 81296802-ce09-4870-8406-e93a428a056f
05-21 13:57:21.647 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6dd3874d-96fd-4a65-aec7-b9f86d0bc12b
05-21 13:57:21.647 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 281ef70a-a4b9-41af-bbc7-e17177f3cc91
05-21 13:57:21.648 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba589109-a280-45ca-ad11-9d68cdb9862f
05-21 13:57:21.648 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e115cd7-580c-4e98-9b50-4d598e35fcd2
05-21 13:57:21.648 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2bcbe4b5-3903-4da7-b514-1cb73708884f
05-21 13:57:21.649 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7bebe08f-4ce2-405e-8d35-87c95bd2704b
05-21 13:57:21.649 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bc1d55da-a86a-4869-b02d-bc6c3ed719ad
05-21 13:57:21.649 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1613aa45-5303-476f-b9eb-645b4c7d2e42
05-21 13:57:21.657 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 13:57:21.657 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 13:57:21.650 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:21.658 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bc904ccf-5c57-42eb-9e0b-6773c6ec650e
05-21 13:57:21.659 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:21.659 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 694bef0b-5ddf-4c0f-95e1-4628481e611d
05-21 13:57:21.659 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 201e2dbc-e449-4661-be5c-38dd33487bab
05-21 13:57:21.669 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:21.669 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7d8e45de-d194-47c0-9009-4d26746caf58
05-21 13:57:21.670 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3d890b91-9b0d-4e91-95ef-2ac71303704a
05-21 13:57:21.675 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:21.675 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d782602c-b304-4076-b527-ef94e17c47d4
05-21 13:57:21.675 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a7a62a81-da76-4d77-8be6-ec1404c4901c
05-21 13:57:21.675 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1703bf4e-621d-4277-8e08-7f33c46f909a
05-21 13:57:21.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=bcb361d3-ed9e-40df-a5e0-2bd3be4fa22e,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 82c683c3-b985-4549-9c15-56958938d291
05-21 13:57:21.751 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:57:21.849 6276 6284 I s.nexuslauncher: Background young concurrent copying GC freed 34467(5748KB) AllocSpace objects, 33(612KB) LOS objects, 48% free, 6573KB/12MB, paused 200us,20us total 176.672ms
05-21 13:57:21.878 6276 6287 W System : A resource failed to call release.
05-21 13:57:21.878 6276 6287 W System : A resource failed to call release.
05-21 13:57:21.878 6276 6287 W System : A resource failed to call release.
05-21 13:57:21.879 6276 6287 W System : A resource failed to call release.
05-21 13:57:21.879 6276 6287 W System : A resource failed to call release.
05-21 13:57:21.879 6276 6287 W System : A resource failed to call release.
05-21 13:57:21.988 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:22.020 9128 9128 V Search : Searching for apple
05-21 13:57:22.052 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:22.065 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 13:57:22.065 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:22.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:22.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:22.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:22.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:22.084 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:22.097 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:22.139 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:22.139 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:22.140 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:22.141 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:22.168 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:22.188 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:22.219 1585 1585 I Choreographer: Skipped 50 frames! The application may be doing too much work on its main thread.
05-21 13:57:22.264 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:22.264 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientSearchScrollableList')) && (OnClick is defined); position: 0; useUnmergedTree: false.
05-21 13:57:22.330 9128 9288 D EGL_emulation: app_time_stats: avg=281.10ms min=155.96ms max=553.00ms count=5
05-21 13:57:22.595 1585 1774 I OpenGLRenderer: Davey! duration=1196ms; Flags=1, FrameTimelineVsyncId=136263, IntendedVsync=7214105593373, Vsync=7214938926673, InputEventId=0, HandleInputStart=7214940061038, AnimationStart=7214940061980, PerformTraversalsStart=7214940062410, DrawStart=7215053354889, FrameDeadline=7214122260039, FrameInterval=7214939829768, FrameStartTime=16666666, SyncQueued=7215201247679, SyncStart=7215205331245, IssueDrawCommandsStart=7215213838525, SwapBuffers=7215280775110, FrameCompleted=7215305969608, DequeueBufferDuration=4323082, QueueBufferDuration=461107, GpuCompleted=7215280775110, SwapBuffersCompleted=7215305969608, DisplayPresentTime=0, CommandSubmissionCompleted=7215280775110,
05-21 13:57:22.619 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:22.622 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:22.653 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: InputConnectionWrapper.waitForInputConnectionFutureInternal():1530 Failed to get the input connection call's result.
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: java.util.concurrent.TimeoutException: Waited 500 milliseconds (plus 533588 nanoseconds delay) for muo@e72e6b0[status=PENDING, info=[task=[running=[RUNNING ON ICWrapper-1], huw@5560929]]]
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at mrp.get(PG:46)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at hvf.h(PG:1)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at hvf.w(PG:5)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at pgk.n(PG:6)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at hvo.z(PG:1)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at hvo.m(PG:1)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at hvo.p(PG:5)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at hvf.b(PG:14)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at dfg.onUpdateSelection(PG:5)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodSessionImpl.updateSelection(InputMethodService.java:1281)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.IInputMethodSessionWrapper.executeMessage(IInputMethodSessionWrapper.java:107)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at android.os.Handler.dispatchMessage(Handler.java:106)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at android.os.Looper.loopOnce(Looper.java:205)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at android.os.Looper.loop(Looper.java:294)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-21 13:57:23.148 1585 1585 E InputConnectionWrapper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
05-21 13:57:23.149 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 529 ms
05-21 13:57:23.357 9128 9288 D EGL_emulation: app_time_stats: avg=21.07ms min=9.18ms max=37.45ms count=44
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: InputConnectionWrapper.waitForInputConnectionFutureInternal():1530 Failed to get the input connection call's result.
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: java.util.concurrent.TimeoutException: Waited 500 milliseconds (plus 420115 nanoseconds delay) for muo@39a824f[status=PENDING, info=[task=[running=[NOT STARTED YET], hux@497bddc]]]
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at mrp.get(PG:46)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hvf.h(PG:1)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hvf.w(PG:5)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at pgk.q(PG:5)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at dfg.R(PG:9)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hug.ih(PG:1)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at huw.call(PG:1)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hrm.k(PG:2)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hrm.ih(PG:1)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hrd.ih(PG:1)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hrd.ih(PG:1)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hqr.l(PG:1)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at dqf.e(PG:2)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at com.google.android.apps.inputmethod.libs.latin5.LatinIme.p(PG:1)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at dfg.aJ(PG:6)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at des.a(PG:2)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hvo.p(PG:7)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at hvf.b(PG:14)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at dfg.onUpdateSelection(PG:5)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodSessionImpl.updateSelection(InputMethodService.java:1281)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.IInputMethodSessionWrapper.executeMessage(IInputMethodSessionWrapper.java:107)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at android.os.Handler.dispatchMessage(Handler.java:106)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at android.os.Looper.loopOnce(Looper.java:205)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at android.os.Looper.loop(Looper.java:294)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-21 13:57:23.653 1585 1585 E InputConnectionWrapper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
05-21 13:57:23.654 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_TEXT_BEFORE_CURSOR took 503 ms
05-21 13:57:23.798 9128 9128 I Choreographer: Skipped 87 frames! The application may be doing too much work on its main thread.
05-21 13:57:23.870 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:23.912 9128 9144 I OpenGLRenderer: Davey! duration=1565ms; Flags=0, FrameTimelineVsyncId=136361, IntendedVsync=7215055593335, Vsync=7216505593277, InputEventId=0, HandleInputStart=7216519523886, AnimationStart=7216519530017, PerformTraversalsStart=7216521926938, DrawStart=7216571009862, FrameDeadline=7216555593275, FrameInterval=7216514554411, FrameStartTime=16666666, SyncQueued=7216581576280, SyncStart=7216585572894, IssueDrawCommandsStart=7216586081911, SwapBuffers=7216588154877, FrameCompleted=7216624643874, DequeueBufferDuration=9423313, QueueBufferDuration=191467, GpuCompleted=7216588154877, SwapBuffersCompleted=7216624643874, DisplayPresentTime=288234774265332736, CommandSubmissionCompleted=7216588154877,
05-21 13:57:23.942 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:23.965 9128 9128 I ImeTracker: com.github.se.polyfit:898353b: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:24.015 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 359 ms
05-21 13:57:24.025 1585 1585 W InputContextProxyV4: InputContextProxyV4.applyClientDiffInternal():897 Ignore [FetchSuggestions] diff due to stale request: 93<95, inputStateId=12, lastInputStateId=13
05-21 13:57:24.037 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:24.043 1585 1585 I Choreographer: Skipped 103 frames! The application may be doing too much work on its main thread.
05-21 13:57:24.069 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 13:57:24.076 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:24.076 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:24.079 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 13:57:24.081 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:24.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:24.143 1585 1774 I OpenGLRenderer: Davey! duration=1791ms; Flags=0, FrameTimelineVsyncId=136346, IntendedVsync=7215038926669, Vsync=7216755593267, InputEventId=0, HandleInputStart=7216764120289, AnimationStart=7216764122072, PerformTraversalsStart=7216764122733, DrawStart=7216765789994, FrameDeadline=7215305593325, FrameInterval=7216763323002, FrameStartTime=16666666, SyncQueued=7216766437388, SyncStart=7216766979870, IssueDrawCommandsStart=7216768978517, SwapBuffers=7216802278785, FrameCompleted=7216831379810, DequeueBufferDuration=5274290, QueueBufferDuration=339872, GpuCompleted=7216802278785, SwapBuffersCompleted=7216831379810, DisplayPresentTime=0, CommandSubmissionCompleted=7216802278785,
05-21 13:57:24.180 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:24.180 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientSearchScrollableList')) && (OnClick is defined); position: 0; useUnmergedTree: false.
05-21 13:57:24.187 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:57:24.187 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientSearchScrollableList')) && (OnClick is defined); position: 0; useUnmergedTree: false.
05-21 13:57:24.193 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:57:24.193 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientSearchScrollableList')) && (OnClick is defined); position: 0; useUnmergedTree: false.
05-21 13:57:24.216 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:24.230 9128 9128 I ImeTracker: com.github.se.polyfit:3cebe797: onShown
05-21 13:57:24.258 848 966 D EGL_emulation: app_time_stats: avg=314.10ms min=17.20ms max=3570.69ms count=13
05-21 13:57:24.281 595 2387 I ImeTracker: com.github.se.polyfit:38348d08: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:24.283 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=5 initialSelEnd=5 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:24.283 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:24.289 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:24.289 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:24.289 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292641371, INPUT_SESSION=1716292641332, TRAINING_CACHE_SESSION=1716292641547, IME_SESSION=1716292641544}], ending it now.
05-21 13:57:24.290 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292641371, INPUT_SESSION=1716292641332, TRAINING_CACHE_SESSION=1716292641547, IME_SESSION=1716292641544}], ending it now.
05-21 13:57:24.292 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=5 initialSelEnd=5 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:24.292 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:24.293 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:24.293 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: InputConnectionWrapper.waitForInputConnectionFutureInternal():1530 Failed to get the input connection call's result.
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: java.util.concurrent.TimeoutException: Waited 500 milliseconds (plus 295935 nanoseconds delay) for muo@6d0dbc8[status=PENDING, info=[task=[running=[RUNNING ON ICWrapper-1], huw@e94b461]]]
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at mrp.get(PG:46)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at hvf.h(PG:1)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at hvf.w(PG:5)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at pgk.n(PG:6)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at hvo.z(PG:1)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at hvo.m(PG:1)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at hvf.r(PG:2)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at btv.q(PG:113)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at dfg.onStartInputView(PG:30)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.doStartInput(InputMethodService.java:3121)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.restartInput(InputMethodService.java:836)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.dispatchStartInput(InputMethodService.java:851)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.IInputMethodWrapper.executeMessage(IInputMethodWrapper.java:197)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at android.os.Handler.dispatchMessage(Handler.java:106)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at android.os.Looper.loopOnce(Looper.java:205)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at android.os.Looper.loop(Looper.java:294)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-21 13:57:24.795 1585 1585 E InputConnectionWrapper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
05-21 13:57:24.795 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 502 ms
05-21 13:57:24.798 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:24.799 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:24.800 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:57:24.800 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 13:57:24.800 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 13:57:24.801 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:24.801 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=5 initialSelEnd=5 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 13:57:24.801 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 13:57:24.802 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 13:57:24.802 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 13:57:24.802 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 13:57:24.804 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 13:57:24.804 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 13:57:24.816 1585 3269 E native : E0000 00:00:1716292633.983778 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 13:57:25.100 9128 9128 I Choreographer: Skipped 47 frames! The application may be doing too much work on its main thread.
05-21 13:57:25.103 9128 9128 I ImeTracker: com.github.se.polyfit:c080dbc5: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:25.113 9128 9128 I ImeTracker: com.github.se.polyfit:bb55363a: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 13:57:25.118 9128 9128 I ImeTracker: com.github.se.polyfit:b7d54f97: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 13:57:25.241 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 13:57:25.244 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 13:57:25.252 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_TEXT_BEFORE_CURSOR took 445 ms
05-21 13:57:25.253 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:57:25.270 848 966 D EGL_emulation: app_time_stats: avg=13.82ms min=4.55ms max=20.45ms count=51
05-21 13:57:25.304 9128 9144 I OpenGLRenderer: Davey! duration=980ms; Flags=0, FrameTimelineVsyncId=137442, IntendedVsync=7217022259923, Vsync=7217805593225, InputEventId=0, HandleInputStart=7217820947510, AnimationStart=7217820953583, PerformTraversalsStart=7217883720559, DrawStart=7217946592395, FrameDeadline=7217038926589, FrameInterval=7217819258928, FrameStartTime=16666666, SyncQueued=7217956610211, SyncStart=7217958017350, IssueDrawCommandsStart=7217958343286, SwapBuffers=7217966225862, FrameCompleted=7218003756963, DequeueBufferDuration=5384848, QueueBufferDuration=206394, GpuCompleted=7217966225862, SwapBuffersCompleted=7218003756963, DisplayPresentTime=288234774265332736, CommandSubmissionCompleted=7217966225862,
05-21 13:57:25.312 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 13:57:25.315 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 13:57:25.318 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:25.319 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:25.319 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 13:57:25.320 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:25.320 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:25.320 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:25.320 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:25.320 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:25.321 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:25.322 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:25.331 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 13:57:25.333 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:25.333 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:25.334 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:25.334 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:25.335 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:25.337 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:25.339 1585 1585 I Choreographer: Skipped 62 frames! The application may be doing too much work on its main thread.
05-21 13:57:25.356 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:25.356 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:25.362 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 13:57:25.362 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:25.365 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:25.369 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:25.375 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:57:25.375 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientSearchScrollableList')) && (OnClick is defined); position: 0; useUnmergedTree: false.
05-21 13:57:25.376 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 13:57:25.377 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:57:25.377 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 13:57:25.377 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 13:57:25.378 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, true)
05-21 13:57:25.378 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:25.382 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:25.382 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:25.384 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:25.384 1585 1786 D EGL_emulation: app_time_stats: avg=930.25ms min=30.26ms max=1520.08ms count=3
05-21 13:57:25.385 1585 1585 I InputBundle: InputBundle.consumeEvent():919 Skip consuming an event as imeStatus is 0
05-21 13:57:25.386 1585 1714 I NebulaeTrainingCacheMetricsProcessor: NebulaeTrainingCacheMetricsProcessor.processEndSession():447 No input action collection in this session, skip logging.
05-21 13:57:25.395 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:25.395 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:25.396 1585 3269 E native : E0000 00:00:1716292633.983910 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 13:57:25.401 9128 9128 I ImeTracker: com.github.se.polyfit:bb55363a: onCancelled at PHASE_CLIENT_ANIMATION_CANCEL
05-21 13:57:25.403 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:25.412 1585 1774 I OpenGLRenderer: Davey! duration=1079ms; Flags=0, FrameTimelineVsyncId=137435, IntendedVsync=7217022259923, Vsync=7218055593215, InputEventId=0, HandleInputStart=7218071893172, AnimationStart=7218071894825, PerformTraversalsStart=7218071895426, DrawStart=7218073852676, FrameDeadline=7217038926589, FrameInterval=7218059376051, FrameStartTime=16666666, SyncQueued=7218075932523, SyncStart=7218078951708, IssueDrawCommandsStart=7218079466271, SwapBuffers=7218085514436, FrameCompleted=7218104612102, DequeueBufferDuration=6752, QueueBufferDuration=290099, GpuCompleted=7218085514436, SwapBuffersCompleted=7218104612102, DisplayPresentTime=0, CommandSubmissionCompleted=7218085514436,
05-21 13:57:25.443 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@e8b6d10
05-21 13:57:25.469 9128 9128 I ImeTracker: com.github.se.polyfit:38348d08: onCancelled at PHASE_CLIENT_ANIMATION_CANCEL
05-21 13:57:25.522 9128 9128 I ImeTracker: com.github.se.polyfit:b7d54f97: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:25.759 848 904 D SplashScreenView: Build android.window.SplashScreenView{b99b261 V.E...... ......ID 0,0-0,0}
05-21 13:57:25.759 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:25.759 848 904 D SplashScreenView: Branding: view: android.view.View{cd0b186 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:25.769 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:25.784 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e99df9f in: PAUSED
05-21 13:57:25.798 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e99df9f
05-21 13:57:25.920 9128 9128 I ImeTracker: com.github.se.polyfit:efb58b49: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 13:57:25.933 595 693 I ImeTracker: com.github.se.polyfit:efb58b49: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:25.946 9128 9128 I ImeTracker: com.github.se.polyfit:c080dbc5: onHidden
05-21 13:57:25.949 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:25.971 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 138492, 0, CUJ=J
05-21 13:57:26.020 848 966 D EGL_emulation: app_time_stats: avg=950.29ms min=11.48ms max=6971.80ms count=8
05-21 13:57:26.192 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:26.195 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +478ms
05-21 13:57:26.233 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:26.234 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=71, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@eee4a83
05-21 13:57:26.251 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:26.251 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:26.251 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:26.252 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:26.254 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:26.273 848 966 D EGL_emulation: app_time_stats: avg=15.39ms min=1.54ms max=64.55ms count=47
05-21 13:57:26.340 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:26.343 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:26.343 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:26.350 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:26.409 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:c2b25b7c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:26.409 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:c2b25b7c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:26.411 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:26.413 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:26.413 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:26.413 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:26.414 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:26.488 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e99df9f in: STOPPED
05-21 13:57:26.517 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e99df9f
05-21 13:57:26.621 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@75e139d
05-21 13:57:26.623 595 957 W InputManager-JNI: Input channel object 'a506d87 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:26.680 1829 1861 I earchbox:search: Background young concurrent copying GC freed 204107(7504KB) AllocSpace objects, 826(15MB) LOS objects, 6% free, 246MB/264MB, paused 756us,49us total 133.670ms
05-21 13:57:26.683 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b1ee255
05-21 13:57:26.703 595 1558 W InputManager-JNI: Input channel object '8016773 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:26.763 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e99df9f in: DESTROYED
05-21 13:57:26.764 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:26.767 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ba13e23
05-21 13:57:26.794 595 1558 W InputManager-JNI: Input channel object 'a79e5ef com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:26.794 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5eec198
05-21 13:57:26.799 595 1558 W InputManager-JNI: Input channel object '549c677 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:26.825 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@47bc8bc]
05-21 13:57:26.834 9128 9160 I TestRunner: finished: searchIngredientIsFunctional(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
-
4.24 s
passednutritionInfoIsDisplayed
-
05-21 13:57:26.846 9128 9160 I TestRunner: started: nutritionInfoIsDisplayed(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
05-21 13:57:26.860 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@f18055d]
05-21 13:57:26.874 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:26.881 848 904 D SplashScreenView: Build android.window.SplashScreenView{e0bb0b1 V.E...... ......ID 0,0-0,0}
05-21 13:57:26.881 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:26.881 848 904 D SplashScreenView: Branding: view: android.view.View{4b65996 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:26.902 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:26.922 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@55fc164 in: PRE_ON_CREATE
05-21 13:57:26.922 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:26.985 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:26.999 1728 2288 E HwDetectorWithState: a: 3
05-21 13:57:27.166 1829 1861 I earchbox:search: Background young concurrent copying GC freed 41708(3887KB) AllocSpace objects, 755(13MB) LOS objects, 4% free, 252MB/264MB, paused 1.127ms,65us total 149.714ms
05-21 13:57:27.281 848 966 D EGL_emulation: app_time_stats: avg=134.04ms min=9.42ms max=560.39ms count=9
05-21 13:57:27.283 848 966 D EGL_emulation: app_time_stats: avg=33.16ms min=2.14ms max=194.82ms count=26
05-21 13:57:27.364 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:57:27.516 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@55fc164 in: CREATED
05-21 13:57:27.530 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@55fc164
05-21 13:57:27.546 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@55fc164 in: STARTED
05-21 13:57:27.561 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@55fc164
05-21 13:57:27.619 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@55fc164 in: RESUMED
05-21 13:57:27.634 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@55fc164
05-21 13:57:27.842 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:27.854 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +958ms
05-21 13:57:27.865 1829 1861 I earchbox:search: Background concurrent copying GC freed 252927(15MB) AllocSpace objects, 1724(31MB) LOS objects, 8% free, 248MB/272MB, paused 270us,107us total 595.285ms
05-21 13:57:27.924 595 2387 I ImeTracker: com.github.se.polyfit:5942e691: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:27.926 595 2387 I ImeTracker: com.github.se.polyfit:5942e691: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:27.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:27.934 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:27.934 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:27.935 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:27.937 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:27.951 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3e3e78d2: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:27.955 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:27.956 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3e3e78d2: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:28.172 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ed63970
05-21 13:57:28.179 595 2433 W InputManager-JNI: Input channel object '9d2cad3 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:28.203 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:28.222 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 140736, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 140736, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 140736, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 140751, 69789720, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 140787, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 140787, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 140787, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 140795, 91937045, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 140795, 91937045, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 140833, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 140833, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 140833, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 140863, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 140863, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 140879, 66773982, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 140887, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 140887, 0, CUJ=J
05-21 13:57:28.222 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 140887, CUJ=J
05-21 13:57:28.287 848 966 D EGL_emulation: app_time_stats: avg=14.37ms min=1.33ms max=104.53ms count=47
05-21 13:57:28.835 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:57:28.835 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:57:28.857 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 745224(22MB) AllocSpace objects, 8(416KB) LOS objects, 47% free, 25MB/49MB, paused 16.052ms,51us total 199.919ms
05-21 13:57:28.878 9128 9140 W System : A resource failed to call release.
05-21 13:57:28.974 9128 9128 I Choreographer: Skipped 50 frames! The application may be doing too much work on its main thread.
05-21 13:57:29.009 9128 9458 I OpenGLRenderer: Davey! duration=857ms; Flags=0, FrameTimelineVsyncId=140918, IntendedVsync=7220855593103, Vsync=7221688926403, InputEventId=0, HandleInputStart=7221695264692, AnimationStart=7221695282444, PerformTraversalsStart=7221695291101, DrawStart=7221699211301, FrameDeadline=7220872259769, FrameInterval=7221690937666, FrameStartTime=16666666, SyncQueued=7221699967187, SyncStart=7221700117999, IssueDrawCommandsStart=7221700496563, SwapBuffers=7221701194100, FrameCompleted=7221712983258, DequeueBufferDuration=40545, QueueBufferDuration=793236, GpuCompleted=7221701194100, SwapBuffersCompleted=7221712983258, DisplayPresentTime=288234774265332736, CommandSubmissionCompleted=7221701194100,
05-21 13:57:29.303 848 966 D EGL_emulation: app_time_stats: avg=16.25ms min=5.83ms max=33.51ms count=56
05-21 13:57:29.565 9128 9458 I OpenGLRenderer: Davey! duration=1413ms; Flags=1, FrameTimelineVsyncId=140918, IntendedVsync=7220855593103, Vsync=7221688926403, InputEventId=0, HandleInputStart=7221695264692, AnimationStart=7221695282444, PerformTraversalsStart=7221695291101, DrawStart=7222211796455, FrameDeadline=7220872259769, FrameInterval=7221690937666, FrameStartTime=16666666, SyncQueued=7222253386036, SyncStart=7222254382620, IssueDrawCommandsStart=7222254616494, SwapBuffers=7222257042904, FrameCompleted=7222269738328, DequeueBufferDuration=5921, QueueBufferDuration=468531, GpuCompleted=7222257042904, SwapBuffersCompleted=7222269738328, DisplayPresentTime=0, CommandSubmissionCompleted=7222257042904,
05-21 13:57:29.775 9128 9128 I Choreographer: Skipped 47 frames! The application may be doing too much work on its main thread.
05-21 13:57:29.801 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:29.802 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf4f3127-30d5-4ab1-954b-c9d832319cb4
05-21 13:57:29.804 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e8a1036f-1478-445e-a0d2-47670c91269f
05-21 13:57:29.813 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7cfa929b-8cf4-423b-bdb2-a43669636c13
05-21 13:57:29.813 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7be4528-a091-4a96-b9ce-9083024866f4
05-21 13:57:29.813 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 17d9d5b5-a600-4b0a-844d-470367d7453f
05-21 13:57:29.813 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f249dac-749f-4ce3-a5ed-5cf5aab5ba52
05-21 13:57:29.813 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f3c4d2eb-0f69-46cf-b8dd-bc568a7a170e
05-21 13:57:29.813 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 866a10e9-7b7b-44b0-a78d-afaa2d8e39fa
05-21 13:57:29.813 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a88c2b82-394c-448b-b1cf-61cf4b5ca406
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4be15d5c-8bfb-42f6-a025-49cd7e3a4116
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c69ccce-8d09-43a8-80bc-cbadbaf7127b
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ef4b20a-c65c-40f8-bcc4-e4dce3f137c3
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d117df7a-aef6-45e3-aeaf-126f2fe4dfca
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2911e79-debb-476a-ad21-23a1fabd20c1
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 18ffd88f-7a19-43de-87df-4584174b8f39
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66411ff9-2463-49ec-acf9-c18f86a16190
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5bb9ba4a-07bc-4314-a994-60db4c230ebc
05-21 13:57:29.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ffd7361-0456-4b01-bded-8d3e1ec3a5ac
05-21 13:57:29.815 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x751367604cf0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:29.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d2f9a43-c0d7-4fe9-a7b7-71c9b1f82470
05-21 13:57:29.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 81df6976-87f1-42a3-b558-9c89cf306c46
05-21 13:57:29.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ac010ca-9367-4315-9eee-fe55dab25b2e
05-21 13:57:29.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d7982c12-cd22-4092-b4cc-1fa1cc78f94a
05-21 13:57:29.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 71d80736-9f92-495d-b597-75b0ebe52d9e
05-21 13:57:29.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1f6ded09-bbd7-43d4-bbe9-e500ef54f25c
05-21 13:57:29.817 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e0b31a1-8d68-426e-9545-bc41a8592c18
05-21 13:57:29.817 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07f3cce8-3cf0-48e2-b77a-f4b96dc677e9
05-21 13:57:29.818 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b715c8a-1ac1-4ca0-ae14-500404ce8740
05-21 13:57:29.818 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d0b82a3-c7a7-4c96-b28e-ce8fc5aa3f0d
05-21 13:57:29.818 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6170fab5-f781-4dbd-9f56-5658a0fd8707
05-21 13:57:29.818 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0085f29f-e660-4e88-922f-2afb5901fd59
05-21 13:57:29.818 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8b231663-bbb2-47c1-addf-23ff23dfd00d
05-21 13:57:29.818 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 17eeba07-2cb0-4747-8c2e-80b274737dfe
05-21 13:57:29.820 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:29.820 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ded894c6-4209-44b0-96e1-65c0c721fd0b
05-21 13:57:29.821 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:29.821 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 66b9f30a-fae3-484b-851d-9c26c6e35252
05-21 13:57:29.822 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7df80021-211d-417a-9ffd-8f87258f03bb
05-21 13:57:29.830 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:29.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c8b8cb0d-db87-4c4c-87aa-7fe60845417b
05-21 13:57:29.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3067ebe2-8200-47ef-b85a-45706cf38305
05-21 13:57:29.834 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:29.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 070ea82a-574d-48b3-a90f-9cf4b949739a
05-21 13:57:29.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 56b5eda7-55d8-442f-a235-79a347bb0b77
05-21 13:57:29.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1f8ef4e8-1bba-46f5-a393-96f0d78b2e17
05-21 13:57:29.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=1f4ad26e-2cd8-48b5-aacb-723c29b6372f,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6ff1767f-efee-4d50-a709-e5326e5143f0
05-21 13:57:29.842 9128 9458 I OpenGLRenderer: Davey! duration=835ms; Flags=0, FrameTimelineVsyncId=141486, IntendedVsync=7221705593069, Vsync=7222488926371, InputEventId=0, HandleInputStart=7222496383986, AnimationStart=7222496401719, PerformTraversalsStart=7222496420824, DrawStart=7222507405025, FrameDeadline=7222288926379, FrameInterval=7222491628566, FrameStartTime=16666666, SyncQueued=7222511513159, SyncStart=7222513735076, IssueDrawCommandsStart=7222514048008, SwapBuffers=7222515440107, FrameCompleted=7222543748609, DequeueBufferDuration=14847, QueueBufferDuration=1147260, GpuCompleted=7222515440107, SwapBuffersCompleted=7222543748609, DisplayPresentTime=0, CommandSubmissionCompleted=7222515440107,
05-21 13:57:29.848 595 1558 I ImeTracker: com.github.se.polyfit:eca0395e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:29.848 595 1558 I ImeTracker: com.github.se.polyfit:eca0395e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:29.853 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:29.855 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:29.855 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:29.855 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:29.856 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:29.947 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:29.947 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:29.957 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:29.957 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:29.961 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:29.961 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:29.967 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:29.967 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:29.971 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:29.971 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:29.999 848 904 D SplashScreenView: Build android.window.SplashScreenView{a6b78fc V.E...... ......ID 0,0-0,0}
05-21 13:57:29.999 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:29.999 848 904 D SplashScreenView: Branding: view: android.view.View{d877b85 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:30.019 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:30.047 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@55fc164 in: PAUSED
05-21 13:57:30.061 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@55fc164
05-21 13:57:30.167 848 966 D EGL_emulation: app_time_stats: avg=201.37ms min=4.44ms max=2004.17ms count=14
05-21 13:57:30.187 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:30.345 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:30.348 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +357ms
05-21 13:57:30.381 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:30.389 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=75, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@6b3b243
05-21 13:57:30.429 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:30.431 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:30.431 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:30.431 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:30.433 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:30.446 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:30.447 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:30.457 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:30.457 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:30.541 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:3d41edcd: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:30.541 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:3d41edcd: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:30.546 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:30.547 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:30.549 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:30.549 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:30.550 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:30.657 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@55fc164 in: STOPPED
05-21 13:57:30.675 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@55fc164
05-21 13:57:30.778 848 966 D EGL_emulation: app_time_stats: avg=112.71ms min=13.97ms max=1018.91ms count=13
05-21 13:57:30.799 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@67528e8
05-21 13:57:30.808 595 957 W InputManager-JNI: Input channel object '6e7e932 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:30.911 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@52ccf97
05-21 13:57:30.949 595 2433 W InputManager-JNI: Input channel object 'a982aa3 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:30.959 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@875c69d
05-21 13:57:30.968 595 957 W InputManager-JNI: Input channel object 'fb86b2e com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:31.025 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@55fc164 in: DESTROYED
05-21 13:57:31.026 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:31.028 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@51c2ff5
05-21 13:57:31.063 595 1558 W InputManager-JNI: Input channel object '27d7279 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:31.076 1829 1861 I earchbox:search: Background young concurrent copying GC freed 194269(6158KB) AllocSpace objects, 673(12MB) LOS objects, 5% free, 249MB/265MB, paused 2.806ms,114us total 144.090ms
05-21 13:57:31.091 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@f18055d]
05-21 13:57:31.095 9128 9160 I TestRunner: finished: nutritionInfoIsDisplayed(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
-
4.42 s
passedaddButtonIsDisplayed
-
05-21 13:57:31.099 9128 9160 I TestRunner: started: addButtonIsDisplayed(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
05-21 13:57:31.110 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8b3aea2]
05-21 13:57:31.129 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:31.144 848 904 D SplashScreenView: Build android.window.SplashScreenView{82eecea V.E...... ......ID 0,0-0,0}
05-21 13:57:31.144 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:31.144 848 904 D SplashScreenView: Branding: view: android.view.View{f265bdb G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:31.152 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:31.189 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5ffa0dd in: PRE_ON_CREATE
05-21 13:57:31.190 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:31.251 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:31.254 1728 2210 E HwDetectorWithState: a: 3
05-21 13:57:31.716 848 966 D EGL_emulation: app_time_stats: avg=102.85ms min=3.82ms max=855.45ms count=14
05-21 13:57:31.781 848 966 D EGL_emulation: app_time_stats: avg=17.76ms min=1.31ms max=137.77ms count=43
05-21 13:57:31.814 1829 1861 I earchbox:search: Background concurrent copying GC freed 243026(14MB) AllocSpace objects, 1632(29MB) LOS objects, 8% free, 251MB/275MB, paused 1.915ms,35us total 620.459ms
05-21 13:57:31.962 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5ffa0dd in: CREATED
05-21 13:57:31.979 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@5ffa0dd
05-21 13:57:31.998 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5ffa0dd in: STARTED
05-21 13:57:32.014 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@5ffa0dd
05-21 13:57:32.072 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5ffa0dd in: RESUMED
05-21 13:57:32.084 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@5ffa0dd
05-21 13:57:32.200 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:32.201 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s67ms
05-21 13:57:32.246 595 957 I ImeTracker: com.github.se.polyfit:ffb5ae02: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:32.246 595 957 I ImeTracker: com.github.se.polyfit:ffb5ae02: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:32.250 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:32.252 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:32.252 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:32.252 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:852f3357: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:32.253 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:852f3357: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:32.254 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:32.254 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:32.261 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:32.285 9128 9160 W thub.se.polyfit: Suspending all threads took: 11.168ms
05-21 13:57:32.411 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:32.544 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8d9e18d
05-21 13:57:32.547 595 957 W InputManager-JNI: Input channel object 'af53308 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:32.796 848 966 D EGL_emulation: app_time_stats: avg=13.51ms min=1.52ms max=93.59ms count=48
05-21 13:57:33.143 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:57:33.143 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:57:33.317 9128 9128 I Choreographer: Skipped 56 frames! The application may be doing too much work on its main thread.
05-21 13:57:33.356 9128 9375 I OpenGLRenderer: Davey! duration=966ms; Flags=0, FrameTimelineVsyncId=144319, IntendedVsync=7225088926267, Vsync=7226022259563, InputEventId=0, HandleInputStart=7226038305072, AnimationStart=7226038315070, PerformTraversalsStart=7226038319628, DrawStart=7226042313284, FrameDeadline=7225105592933, FrameInterval=7226036055475, FrameStartTime=16666666, SyncQueued=7226043231651, SyncStart=7226043449581, IssueDrawCommandsStart=7226043835863, SwapBuffers=7226044907050, FrameCompleted=7226056023749, DequeueBufferDuration=25888, QueueBufferDuration=605977, GpuCompleted=7226044907050, SwapBuffersCompleted=7226056023749, DisplayPresentTime=0, CommandSubmissionCompleted=7226044907050,
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:33.710 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676139c0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 77189a2b-dcd4-474c-aca5-bb45d3a1a200
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f580eb7c-bb3e-4312-8970-71e257afe3f7
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: deb512a8-46e8-4b8d-87b7-6a2d58203ac9
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e8a6e485-2707-4c89-9f76-59f97921cdc7
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5536ec98-2c4c-4784-b66e-83b4113ed62e
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d596c24-f639-4997-b612-4da87c0519e7
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ced53eea-0019-4c68-8d12-13ecc470cf05
05-21 13:57:33.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 60116e6c-c21a-441b-80fb-91b30d452a68
05-21 13:57:33.711 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 99bc4115-c363-46fc-aa91-b2d68a5bbf4c
05-21 13:57:33.711 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f884f93-cf1b-4cd5-ae1b-548202daf1ce
05-21 13:57:33.711 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffb1c4d8-51a2-4936-a33f-f322928060f0
05-21 13:57:33.711 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21985c54-de71-4650-9020-9bedccce2374
05-21 13:57:33.711 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2a0b449-b10b-455f-b7e2-b4c3c987a8fc
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 727d694b-8347-471a-a85b-bcb6e279a454
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f63b0e30-75db-4711-a252-14a37522d3ed
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f3316774-40a7-47d1-a9e3-9df7bc78b586
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b7f849c-5199-4eef-b0d7-8ccaf7b087d5
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 28be0788-4ace-44c4-a99b-098fac3bb91c
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57930b4e-3a61-4eec-a7c4-9df2c5494241
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 175fa533-13f0-469c-a69d-562059804a97
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e6151ce-3adb-4406-a5c1-353d99d556de
05-21 13:57:33.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d56bcc8-2151-48de-a179-57d8c575fb67
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8dd1f70c-996b-4f16-be39-1c83c1a2baf7
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3bec9109-95d5-49a2-b82a-f20dfe9a35ad
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec0f99f1-cd55-4271-86ab-f00321e435fa
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58bd017f-3cb7-402f-bcfe-a4048e7f0131
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 02732926-60bd-4775-9232-6a1f48f881b4
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc25e8a9-2fbe-48d0-824b-d2a7c4c7e270
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b05688c3-dc68-4935-aa0a-04347c304e67
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 705396cc-52cf-4672-87c3-439ca0076914
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9942aa9b-7e25-4e2b-bae0-2cdd8f36891d
05-21 13:57:33.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 210322f8-601e-4d0b-a244-b0ceaa9f1441
05-21 13:57:33.714 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:33.714 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b01f3875-8fa1-42dd-8ae3-6f87001362ee
05-21 13:57:33.715 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:33.715 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7fb6a3c9-63de-4178-b66a-76faa9e61b97
05-21 13:57:33.715 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 683a4da9-6e21-4d80-b59b-b08120ab22d4
05-21 13:57:33.716 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:33.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c1fe816f-98a4-4be3-bdcc-6a441cacef2c
05-21 13:57:33.717 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4713e7a2-8da2-467a-b814-23f277f58118
05-21 13:57:33.718 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:33.718 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7648eef2-daf1-429e-8713-e283a70845ac
05-21 13:57:33.718 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 69024101-5f94-45c4-98b9-73d49b4f6c96
05-21 13:57:33.719 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6f2c4507-5e75-4d52-bfff-4159d78f9c59
05-21 13:57:33.719 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=cdea4ff2-7b3f-46c7-acb3-df542dcbdc8d,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d549d290-abd3-422b-a865-28c404af5fe1
05-21 13:57:33.804 848 966 D EGL_emulation: app_time_stats: avg=10.63ms min=3.03ms max=49.36ms count=53
05-21 13:57:34.156 9128 9375 I OpenGLRenderer: Davey! duration=1774ms; Flags=1, FrameTimelineVsyncId=144319, IntendedVsync=7225088926267, Vsync=7226022259563, InputEventId=0, HandleInputStart=7226038305072, AnimationStart=7226038315070, PerformTraversalsStart=7226038319628, DrawStart=7226816143624, FrameDeadline=7225105592933, FrameInterval=7226036055475, FrameStartTime=16666666, SyncQueued=7226832460367, SyncStart=7226832776490, IssueDrawCommandsStart=7226833060057, SwapBuffers=7226843640657, FrameCompleted=7226863259081, DequeueBufferDuration=5470, QueueBufferDuration=2512833, GpuCompleted=7226843640657, SwapBuffersCompleted=7226863259081, DisplayPresentTime=0, CommandSubmissionCompleted=7226843640657,
05-21 13:57:34.197 9128 9128 I Choreographer: Skipped 51 frames! The application may be doing too much work on its main thread.
05-21 13:57:34.242 9128 9375 I OpenGLRenderer: Davey! duration=895ms; Flags=0, FrameTimelineVsyncId=144935, IntendedVsync=7226055592895, Vsync=7226905592861, InputEventId=0, HandleInputStart=7226917913172, AnimationStart=7226917917661, PerformTraversalsStart=7226917921768, DrawStart=7226924071675, FrameDeadline=7226872259529, FrameInterval=7226916266931, FrameStartTime=16666666, SyncQueued=7226926120765, SyncStart=7226926266897, IssueDrawCommandsStart=7226926388393, SwapBuffers=7226927204077, FrameCompleted=7226951466664, DequeueBufferDuration=4408, QueueBufferDuration=293435, GpuCompleted=7226927204077, SwapBuffersCompleted=7226951466664, DisplayPresentTime=0, CommandSubmissionCompleted=7226927204077,
05-21 13:57:34.247 595 957 I ImeTracker: com.github.se.polyfit:93b5227d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:34.248 595 957 I ImeTracker: com.github.se.polyfit:93b5227d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:34.251 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:34.257 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:34.257 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 13:57:34.262 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:34.262 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:34.262 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:34.263 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:34.328 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:34.328 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 13:57:34.334 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:57:34.334 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 13:57:34.363 848 904 D SplashScreenView: Build android.window.SplashScreenView{99d0069 V.E...... ......ID 0,0-0,0}
05-21 13:57:34.363 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:34.363 848 904 D SplashScreenView: Branding: view: android.view.View{82f5aee G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:34.386 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:34.391 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5ffa0dd in: PAUSED
05-21 13:57:34.405 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@5ffa0dd
05-21 13:57:34.535 848 966 D EGL_emulation: app_time_stats: avg=196.91ms min=2.73ms max=2044.29ms count=14
05-21 13:57:34.535 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:34.704 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:34.712 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +355ms
05-21 13:57:34.728 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:34.729 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=79, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@f11bd02
05-21 13:57:34.756 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:34.756 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:34.756 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:34.757 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:34.776 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:34.831 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:34.831 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:34.832 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:34.832 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:34.957 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:be4ea6b8: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:34.957 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:be4ea6b8: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:34.965 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:34.965 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:34.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:34.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:34.967 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:35.059 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5ffa0dd in: STOPPED
05-21 13:57:35.077 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@5ffa0dd
05-21 13:57:35.086 848 966 D EGL_emulation: app_time_stats: avg=182.36ms min=16.40ms max=962.22ms count=7
05-21 13:57:35.107 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d7c3a25
05-21 13:57:35.109 595 693 W InputManager-JNI: Input channel object '2cc315e Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:35.184 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 36086(4527KB) AllocSpace objects, 23(424KB) LOS objects, 49% free, 6490KB/12MB, paused 10.503ms,29us total 267.013ms
05-21 13:57:35.217 6276 6287 W System : A resource failed to call release.
05-21 13:57:35.217 6276 6287 W System : A resource failed to call release.
05-21 13:57:35.217 6276 6287 W System : A resource failed to call release.
05-21 13:57:35.217 6276 6287 W System : A resource failed to call release.
05-21 13:57:35.217 6276 6287 W System : A resource failed to call release.
05-21 13:57:35.218 6276 6287 W System : A resource failed to call release.
05-21 13:57:35.330 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9a8d5c3
05-21 13:57:35.364 595 957 W InputManager-JNI: Input channel object 'bc8ba0a com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:35.404 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@957cf0e
05-21 13:57:35.415 595 2387 W InputManager-JNI: Input channel object 'be42a28 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:35.422 1829 1861 I earchbox:search: Background young concurrent copying GC freed 195696(6477KB) AllocSpace objects, 682(12MB) LOS objects, 5% free, 250MB/265MB, paused 968us,497us total 199.466ms
05-21 13:57:35.449 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5ffa0dd in: DESTROYED
05-21 13:57:35.450 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:35.450 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1d8ce81
05-21 13:57:35.468 595 2387 W InputManager-JNI: Input channel object '3463577 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:35.486 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 13:57:35.498 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8b3aea2]
05-21 13:57:35.500 9128 9160 I TestRunner: finished: addButtonIsDisplayed(com.github.se.polyfit.ui.components.dialog.AddIngredientPopupTest)
-
8.44 s
com.github.se.polyfit.ui.components.dialog.LocationPermissionTest
-
4.39 s
passeddenyButtonClicked
-
05-21 13:57:35.506 9128 9160 I TestRunner: started: denyButtonClicked(com.github.se.polyfit.ui.components.dialog.LocationPermissionTest)
05-21 13:57:35.583 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:57:35.583 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:57:35.597 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ede136c]
05-21 13:57:35.613 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:35.642 848 904 D SplashScreenView: Build android.window.SplashScreenView{276005f V.E...... ......ID 0,0-0,0}
05-21 13:57:35.642 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:35.642 848 904 D SplashScreenView: Branding: view: android.view.View{8d54aac G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:35.661 1585 1714 I ProtoXDBBufferWrapper: ProtoXDBBufferWrapper.flushToStorage():153 Flushed 27 data item(s) to storage.
05-21 13:57:35.676 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:35.760 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:35.762 1728 2288 E HwDetectorWithState: a: 3
05-21 13:57:35.786 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d69a30f in: PRE_ON_CREATE
05-21 13:57:35.787 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:36.101 848 966 D EGL_emulation: app_time_stats: avg=19.75ms min=1.52ms max=260.24ms count=35
05-21 13:57:36.190 1829 1861 I earchbox:search: Background concurrent copying GC freed 246966(15MB) AllocSpace objects, 1604(29MB) LOS objects, 8% free, 246MB/270MB, paused 17.168ms,80us total 675.457ms
05-21 13:57:36.354 848 966 D EGL_emulation: app_time_stats: avg=129.00ms min=8.48ms max=1149.86ms count=14
05-21 13:57:36.619 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d69a30f in: CREATED
05-21 13:57:36.631 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@d69a30f
05-21 13:57:36.647 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d69a30f in: STARTED
05-21 13:57:36.652 595 608 I system_server: NativeAlloc concurrent copying GC freed 207342(6283KB) AllocSpace objects, 5(100KB) LOS objects, 44% free, 30MB/54MB, paused 549us,114us total 1.042s
05-21 13:57:36.658 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@d69a30f
05-21 13:57:36.713 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d69a30f in: RESUMED
05-21 13:57:36.724 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@d69a30f
05-21 13:57:36.848 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:36.851 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s214ms
05-21 13:57:36.921 595 2387 I ImeTracker: com.github.se.polyfit:636310b: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:36.922 595 2387 I ImeTracker: com.github.se.polyfit:636310b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:36.927 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:36.930 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:36.930 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:36.931 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:36.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:36.936 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:36.940 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:bf426dd0: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:36.940 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:bf426dd0: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:37.152 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:37.162 848 966 D EGL_emulation: app_time_stats: avg=16.37ms min=1.93ms max=103.95ms count=44
05-21 13:57:37.180 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5c531d6
05-21 13:57:37.181 595 2378 W InputManager-JNI: Input channel object '10fd583 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:37.325 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:57:37.817 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:57:37.817 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:57:37.921 9128 9128 I Choreographer: Skipped 48 frames! The application may be doing too much work on its main thread.
05-21 13:57:37.941 9128 9307 I OpenGLRenderer: Davey! duration=816ms; Flags=0, FrameTimelineVsyncId=147881, IntendedVsync=7229838926077, Vsync=7230638926045, InputEventId=0, HandleInputStart=7230641621890, AnimationStart=7230641627510, PerformTraversalsStart=7230641631117, DrawStart=7230644484183, FrameDeadline=7229855592743, FrameInterval=7230641092986, FrameStartTime=16666666, SyncQueued=7230644950790, SyncStart=7230645071132, IssueDrawCommandsStart=7230645211864, SwapBuffers=7230645698954, FrameCompleted=7230655253325, DequeueBufferDuration=3927, QueueBufferDuration=272867, GpuCompleted=7230645698954, SwapBuffersCompleted=7230655253325, DisplayPresentTime=0, CommandSubmissionCompleted=7230645698954,
05-21 13:57:38.187 848 966 D EGL_emulation: app_time_stats: avg=14.94ms min=3.53ms max=30.47ms count=60
05-21 13:57:38.275 9128 9307 I OpenGLRenderer: Davey! duration=1142ms; Flags=1, FrameTimelineVsyncId=147881, IntendedVsync=7229838926077, Vsync=7230638926045, InputEventId=0, HandleInputStart=7230641621890, AnimationStart=7230641627510, PerformTraversalsStart=7230641631117, DrawStart=7230895778789, FrameDeadline=7229855592743, FrameInterval=7230641092986, FrameStartTime=16666666, SyncQueued=7230907206900, SyncStart=7230907568583, IssueDrawCommandsStart=7230907649814, SwapBuffers=7230927960962, FrameCompleted=7230981656145, DequeueBufferDuration=6723, QueueBufferDuration=324193, GpuCompleted=7230927960962, SwapBuffersCompleted=7230981656145, DisplayPresentTime=0, CommandSubmissionCompleted=7230927960962,
05-21 13:57:38.347 595 2387 I ImeTracker: com.github.se.polyfit:e87a961a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:38.347 595 2387 I ImeTracker: com.github.se.polyfit:e87a961a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:38.349 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:38.351 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:38.352 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:38.352 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:38.353 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:38.358 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:57:38.358 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'DenyButton'; position: 0; useUnmergedTree: false.
05-21 13:57:38.555 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a980 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:38.556 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:38.556 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7690413b-f874-4fa3-982e-d1072cc869db
05-21 13:57:38.556 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5262f33f-ac81-4a65-94bf-1adc4b6470dd
05-21 13:57:38.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d4b215e-77e4-4b53-9af2-a684173c5090
05-21 13:57:38.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a2f8623-7012-4fba-8767-563c9d0329c5
05-21 13:57:38.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b3be480d-4a23-4f8c-aa0b-b14dd609972d
05-21 13:57:38.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c786c7f8-8fe8-4cff-ae57-d548f57d2104
05-21 13:57:38.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93c203d6-8576-45a5-b8c5-c240dd2ac124
05-21 13:57:38.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97d8464f-6c98-4e1d-9a2c-3eb72c287fbe
05-21 13:57:38.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cd5b99d0-bc27-4546-928d-5fadab46e02a
05-21 13:57:38.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c7acf00-901d-4f8b-9b4f-c2bf61c69ffe
05-21 13:57:38.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff49babf-3b6a-41bb-9d9b-08ce8b152f08
05-21 13:57:38.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 564f8162-024c-4947-b39f-fb8187bc79a1
05-21 13:57:38.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f9eda69-d653-4cc9-bd15-7081324b41f4
05-21 13:57:38.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ca04323-638d-4e75-8dbc-aef55626be6b
05-21 13:57:38.560 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7bceab4f-d3ae-4951-b700-de6cfddec3c1
05-21 13:57:38.560 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb8b14d7-fd6d-4391-be3b-17d67bc19d42
05-21 13:57:38.560 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c1cb179b-3e16-4e62-9846-1621ed0b22c4
05-21 13:57:38.560 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 31426716-8897-469c-a599-2387dd085931
05-21 13:57:38.561 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 99e74b79-711c-4ed7-bf15-687a3dcea89c
05-21 13:57:38.561 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d4ade98-b6bb-4389-8593-a56b01f29d74
05-21 13:57:38.561 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef1ae94c-dd36-424b-bcd7-e26e67d4b3c8
05-21 13:57:38.562 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c6b0c5e0-e1da-49dc-b695-5cf57b78a1ea
05-21 13:57:38.562 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 055323cb-378c-4859-8fc8-56ae0616f14e
05-21 13:57:38.562 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 802581f1-1b4d-4350-b359-2768ffc90f6a
05-21 13:57:38.562 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bd2f51c5-a3ca-4fd5-ae97-2a9f15a73850
05-21 13:57:38.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26d8eec4-c445-4ea5-af86-c2ede12c1ce8
05-21 13:57:38.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3342036-2c46-4d84-8540-53252a6b3c77
05-21 13:57:38.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 031de185-7c15-4492-9c1a-1fa28507a08d
05-21 13:57:38.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2b94dce-3ac4-4776-8ca5-ad00a233464f
05-21 13:57:38.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff9d840a-179c-4024-a881-0caa28047320
05-21 13:57:38.564 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ab3a7754-461d-494d-a831-f3b837f6bfb1
05-21 13:57:38.564 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2a80c9a6-d841-4084-8543-92d2a3bb162e
05-21 13:57:38.565 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:38.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 79367494-62a5-4308-be23-96bb58bee5b2
05-21 13:57:38.567 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:38.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2526a617-49f9-4369-9a3f-54d5f1dc7872
05-21 13:57:38.568 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dfe585a8-f054-4c32-a422-b4cf66d8381a
05-21 13:57:38.569 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:38.570 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 32baf676-7c6d-4de4-a48e-8011e3a4dd58
05-21 13:57:38.570 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 477b2bad-2893-4c1b-acde-a0fc7cdf3c58
05-21 13:57:38.573 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:38.573 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c48a6cf7-51a9-486c-8483-0cdf2243af36
05-21 13:57:38.573 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: deca634e-2271-4fb8-9bfc-a3382b5b8105
05-21 13:57:38.574 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5ac5f485-7dd4-410a-9121-435eb77e7e85
05-21 13:57:38.574 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=e1fc6001-fb56-43a5-a21f-ba434666532b,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e5b14c45-d406-475d-86eb-3067ebeea019
05-21 13:57:38.673 848 904 D SplashScreenView: Build android.window.SplashScreenView{97c1237 V.E...... ......ID 0,0-0,0}
05-21 13:57:38.673 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:38.673 848 904 D SplashScreenView: Branding: view: android.view.View{4eab3a4 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:38.719 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:38.739 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d69a30f in: PAUSED
05-21 13:57:38.765 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@d69a30f
05-21 13:57:38.943 848 966 D EGL_emulation: app_time_stats: avg=180.54ms min=2.20ms max=1819.07ms count=14
05-21 13:57:38.954 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:39.172 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:39.176 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +512ms
05-21 13:57:39.197 848 966 D EGL_emulation: app_time_stats: avg=46.84ms min=4.33ms max=312.52ms count=21
05-21 13:57:39.406 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:39.408 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:39.411 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:39.423 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:39.446 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=83, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@b09de5b
05-21 13:57:39.459 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:39.477 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:39.477 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:39.477 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:39.477 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:39.486 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:39.565 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a64930e
05-21 13:57:39.574 595 2208 W InputManager-JNI: Input channel object '85ab6d8 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:39.609 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d69a30f in: STOPPED
05-21 13:57:39.664 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@d69a30f
05-21 13:57:39.689 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:a1a39091: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:39.689 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:a1a39091: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:39.693 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:39.696 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:39.697 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:39.697 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:39.698 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:39.709 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5af4ae5
05-21 13:57:39.754 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d766f4d0 (UnprojectedRipple) with handle 0x751367619c60
05-21 13:57:39.777 595 1558 W InputManager-JNI: Input channel object '10a5f51 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:39.795 1829 1861 I earchbox:search: Background young concurrent copying GC freed 207034(7732KB) AllocSpace objects, 883(16MB) LOS objects, 6% free, 246MB/265MB, paused 2.517ms,154us total 239.791ms
05-21 13:57:39.841 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d69a30f in: DESTROYED
05-21 13:57:39.842 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:39.843 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a4b3464
05-21 13:57:39.859 595 2208 W InputManager-JNI: Input channel object 'cc6fde2 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:39.900 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ede136c]
05-21 13:57:39.902 9128 9160 I TestRunner: finished: denyButtonClicked(com.github.se.polyfit.ui.components.dialog.LocationPermissionTest)
-
4.05 s
passedeverythingIsDisplayed
-
05-21 13:57:39.905 9128 9160 I TestRunner: started: everythingIsDisplayed(com.github.se.polyfit.ui.components.dialog.LocationPermissionTest)
05-21 13:57:39.920 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@dec0ee]
05-21 13:57:39.951 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:39.988 848 904 D SplashScreenView: Build android.window.SplashScreenView{74527cc V.E...... ......ID 0,0-0,0}
05-21 13:57:39.988 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:39.988 848 904 D SplashScreenView: Branding: view: android.view.View{e5a4a15 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:40.018 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@447af3b
05-21 13:57:40.019 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:40.020 595 2387 W InputManager-JNI: Input channel object 'f45c6dd com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:40.102 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@35a93d9 in: PRE_ON_CREATE
05-21 13:57:40.102 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:40.110 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:40.116 1728 2210 E HwDetectorWithState: a: 3
05-21 13:57:40.204 848 966 D EGL_emulation: app_time_stats: avg=30.47ms min=2.08ms max=133.70ms count=27
05-21 13:57:40.461 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:57:40.550 1829 1861 I earchbox:search: Background concurrent copying GC freed 229626(12MB) AllocSpace objects, 1383(25MB) LOS objects, 8% free, 255MB/279MB, paused 154us,65us total 474.854ms
05-21 13:57:40.605 848 966 D EGL_emulation: app_time_stats: avg=123.11ms min=8.45ms max=780.99ms count=13
05-21 13:57:40.711 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@35a93d9 in: CREATED
05-21 13:57:40.722 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@35a93d9
05-21 13:57:40.735 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@35a93d9 in: STARTED
05-21 13:57:40.746 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@35a93d9
05-21 13:57:40.796 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@35a93d9 in: RESUMED
05-21 13:57:40.808 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@35a93d9
05-21 13:57:40.945 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:40.947 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +975ms
05-21 13:57:41.028 595 2387 I ImeTracker: com.github.se.polyfit:34a88fcd: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:41.028 595 2387 I ImeTracker: com.github.se.polyfit:34a88fcd: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:41.044 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:41.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:41.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:41.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:41.047 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:41.051 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:41.057 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:54a42694: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:41.062 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:54a42694: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:41.238 848 966 D EGL_emulation: app_time_stats: avg=17.35ms min=1.43ms max=100.31ms count=46
05-21 13:57:41.284 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:41.300 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@782f4b8
05-21 13:57:41.302 595 2387 W InputManager-JNI: Input channel object 'fa6be55 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:42.041 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:57:42.041 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:57:42.247 848 966 D EGL_emulation: app_time_stats: avg=15.03ms min=1.61ms max=40.40ms count=58
05-21 13:57:42.263 9128 9128 I Choreographer: Skipped 61 frames! The application may be doing too much work on its main thread.
05-21 13:57:42.295 9128 9145 I OpenGLRenderer: Davey! duration=1045ms; Flags=0, FrameTimelineVsyncId=151618, IntendedVsync=7233955592579, Vsync=7234972259205, InputEventId=0, HandleInputStart=7234984051079, AnimationStart=7234984055397, PerformTraversalsStart=7234984058333, DrawStart=7234987135712, FrameDeadline=7233972259245, FrameInterval=7234983497068, FrameStartTime=16666666, SyncQueued=7234990110970, SyncStart=7234990240846, IssueDrawCommandsStart=7234990421741, SwapBuffers=7234992302270, FrameCompleted=7235001302202, DequeueBufferDuration=19536, QueueBufferDuration=494470, GpuCompleted=7234992302270, SwapBuffersCompleted=7235001302202, DisplayPresentTime=0, CommandSubmissionCompleted=7234992302270,
05-21 13:57:42.489 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x751367604ea0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:42.490 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:42.494 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e6df39a-41e1-47af-a7b4-67041cebd511
05-21 13:57:42.495 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d6d11320-7168-4af3-9a65-7fe8c5bbd1bb
05-21 13:57:42.495 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dcce3d5f-a207-4723-b35c-a8e1149a991f
05-21 13:57:42.496 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 366116ec-438d-487d-8383-7c0112cbf44c
05-21 13:57:42.496 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 158a6d83-9954-4d3d-bc80-b95bf9a8cdf4
05-21 13:57:42.496 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e004541-7daf-455d-92e2-8a135ad967d8
05-21 13:57:42.496 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e73ceda-9ef7-4482-8617-49f1b0b3c76c
05-21 13:57:42.499 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4b00270-c932-46ea-af83-608ac1b32177
05-21 13:57:42.499 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 416ed7ff-342f-493d-b03d-5f052d79eb88
05-21 13:57:42.499 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8fcab9c2-2a51-442a-9c4b-e5511950f99c
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 382eb9f2-b538-4b0c-a523-854368be62ab
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dca8fcdf-58bd-4329-a944-592f2179cb9b
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25d32987-c26a-4df6-960a-41fda21b046b
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b963d726-f7d0-454e-91b0-2114b58dc9fe
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6144cad9-f748-45c4-a657-c3dcab18eecb
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57992d60-64ac-47df-957c-ec70bcb58eff
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 148944f5-fe77-4886-a2cd-4d483cd477ff
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ae4daf0-5446-46df-9994-839fc914da07
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 048b523f-fd6f-4776-acbd-38d8668c0558
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0abd2d73-97dd-4b78-b5c6-b3f9ddc327c5
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3f28583-cf77-4094-abec-f199b0aeb9b2
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d1d5f61f-f50b-4635-aab0-454ab531a4fa
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 235e79ca-4a6d-4f2c-9a84-879927861323
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 475b2c90-052f-4335-abc4-b4f708584e7f
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8106e2e0-bdb4-45ab-b8f6-482b603b8bc0
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33d2607f-8315-4ff4-a9a6-f32154149e0a
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54ca5a6c-d7b1-4fc8-a247-207aab59a2c8
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a0d8ce4-b13b-4731-a985-bba6c64f572d
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 72457840-fde3-4969-a9c8-7b0a3eb30d3c
05-21 13:57:42.500 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4537c005-bf1e-46ca-8322-d10116e753b4
05-21 13:57:42.501 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 14b66ea0-54f3-4a18-bcc5-63c660ff9330
05-21 13:57:42.501 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 907b7a97-173a-425f-bf24-2956b6ee7c97
05-21 13:57:42.501 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:42.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 18a25426-f3d5-4cba-bf09-b34879c589e0
05-21 13:57:42.508 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:42.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3ce0f1cd-8530-439d-964c-93b14c99ec7d
05-21 13:57:42.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9a210856-08de-47da-bdda-680b722c10e4
05-21 13:57:42.510 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:42.510 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: af61a03d-a2ca-44f4-885d-b7e50701aa01
05-21 13:57:42.510 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: edb2de03-86d0-4d42-b2c9-540752bdc1e8
05-21 13:57:42.521 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:42.521 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 77248cad-d0bc-42a5-8554-7964bcc64f87
05-21 13:57:42.521 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 69fc3096-debc-48a6-bc10-a116f1d1f243
05-21 13:57:42.521 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a1dac64a-1628-42af-8d0e-8ad58ff18047
05-21 13:57:42.521 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=150354e6-2297-4109-91b5-ee414a4f86b2,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4ed87f4b-60cc-4af8-88bf-d88a6abfeb3c
05-21 13:57:42.560 9128 9144 I OpenGLRenderer: Davey! duration=1305ms; Flags=1, FrameTimelineVsyncId=151618, IntendedVsync=7233955592579, Vsync=7234972259205, InputEventId=0, HandleInputStart=7234984051079, AnimationStart=7234984055397, PerformTraversalsStart=7234984058333, DrawStart=7235238716350, FrameDeadline=7233972259245, FrameInterval=7234983497068, FrameStartTime=16666666, SyncQueued=7235254801220, SyncStart=7235255158863, IssueDrawCommandsStart=7235255246276, SwapBuffers=7235256412417, FrameCompleted=7235261685929, DequeueBufferDuration=2621, QueueBufferDuration=173442, GpuCompleted=7235256412417, SwapBuffersCompleted=7235261685929, DisplayPresentTime=0, CommandSubmissionCompleted=7235256412417,
05-21 13:57:42.625 595 2387 I ImeTracker: com.github.se.polyfit:7b720d0b: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:42.625 595 2387 I ImeTracker: com.github.se.polyfit:7b720d0b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:42.627 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:42.629 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:42.629 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:42.629 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:42.630 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:42.632 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:42.632 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Title'; position: 0; useUnmergedTree: false.
05-21 13:57:42.722 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:57:42.722 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Title'; position: 0; useUnmergedTree: false.
05-21 13:57:42.731 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:42.731 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Message'; position: 0; useUnmergedTree: false.
05-21 13:57:42.736 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:57:42.736 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Message'; position: 0; useUnmergedTree: false.
05-21 13:57:42.742 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:42.742 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'ApproveButton'; position: 0; useUnmergedTree: false.
05-21 13:57:42.746 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:57:42.746 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'ApproveButton'; position: 0; useUnmergedTree: false.
05-21 13:57:42.750 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:57:42.750 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'ApproveButton'; position: 0; useUnmergedTree: false.
05-21 13:57:42.753 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:42.753 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'DenyButton'; position: 0; useUnmergedTree: false.
05-21 13:57:42.758 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:57:42.758 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'DenyButton'; position: 0; useUnmergedTree: false.
05-21 13:57:42.763 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:57:42.763 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'DenyButton'; position: 0; useUnmergedTree: false.
05-21 13:57:42.778 848 904 D SplashScreenView: Build android.window.SplashScreenView{1c24c4 V.E...... ......ID 0,0-0,0}
05-21 13:57:42.778 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:42.778 848 904 D SplashScreenView: Branding: view: android.view.View{2c78fad G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:42.804 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@35a93d9 in: PAUSED
05-21 13:57:42.819 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:42.822 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@35a93d9
05-21 13:57:42.969 848 966 D EGL_emulation: app_time_stats: avg=162.85ms min=7.25ms max=1760.66ms count=14
05-21 13:57:43.016 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:43.252 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:43.253 848 966 D EGL_emulation: app_time_stats: avg=49.15ms min=7.12ms max=308.65ms count=20
05-21 13:57:43.267 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +465ms
05-21 13:57:43.335 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:43.337 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=87, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@87dd75d
05-21 13:57:43.374 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:43.379 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:43.403 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:43.403 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:43.437 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:43.444 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:43.444 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:43.445 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:43.463 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:43.638 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@318c930
05-21 13:57:43.642 595 957 W InputManager-JNI: Input channel object '2ca80c9 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:43.679 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@35a93d9 in: STOPPED
05-21 13:57:43.692 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@35a93d9
05-21 13:57:43.695 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:5fb7f1a4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:43.696 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:5fb7f1a4: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:43.703 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:43.715 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9ca9063
05-21 13:57:43.747 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:43.748 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:43.749 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:43.751 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:43.761 595 2377 W InputManager-JNI: Input channel object '3a12ba5 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:43.829 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@35a93d9 in: DESTROYED
05-21 13:57:43.830 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:43.831 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@414d926
05-21 13:57:43.844 595 1558 W InputManager-JNI: Input channel object '1622a41 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:43.935 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@dec0ee]
05-21 13:57:43.937 9128 9160 I TestRunner: finished: everythingIsDisplayed(com.github.se.polyfit.ui.components.dialog.LocationPermissionTest)
-
8.34 s
com.github.se.polyfit.ui.components.ingredients.IngredientNutritionEditFieldsTest
-
8.34 s
passednutritionFieldIsFunctional
-
05-21 13:57:43.971 9128 9160 I TestRunner: started: nutritionFieldIsFunctional(com.github.se.polyfit.ui.components.ingredients.IngredientNutritionEditFieldsTest)
05-21 13:57:43.990 9128 9128 W thub.se.polyfit: Weak pointer dereference blocked for 15 milliseconds.
05-21 13:57:44.034 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 197273(7238KB) AllocSpace objects, 3(60KB) LOS objects, 49% free, 17MB/34MB, paused 455us,74us total 1.151s
05-21 13:57:44.093 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2124d1e
05-21 13:57:44.105 595 2377 W InputManager-JNI: Input channel object '44fc518 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:44.120 9128 9160 W thub.se.polyfit: Verification of void com.github.se.polyfit.ui.components.ingredients.IngredientNutritionEditFieldsTest.nutritionFieldIsFunctional() took 127.411ms (470.92 bytecodes/s) (2760B approximate peak alloc)
05-21 13:57:44.187 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 749012(25MB) AllocSpace objects, 23(928KB) LOS objects, 49% free, 24MB/48MB, paused 176us,153us total 2.168s
05-21 13:57:44.348 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a62647]
05-21 13:57:44.368 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:44.389 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:44.431 848 904 D SplashScreenView: Build android.window.SplashScreenView{e21c9ba V.E...... ......ID 0,0-0,0}
05-21 13:57:44.431 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:44.431 848 904 D SplashScreenView: Branding: view: android.view.View{fb5c06b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:44.462 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9bc436 in: PRE_ON_CREATE
05-21 13:57:44.463 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:44.520 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:44.568 1728 2288 E HwDetectorWithState: a: 3
05-21 13:57:44.621 1738 9563 W BugleRcsEngine: [76] bpxc.w: Unable to send diagnostic log
05-21 13:57:44.753 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 31138(4307KB) AllocSpace objects, 22(408KB) LOS objects, 49% free, 6377KB/12MB, paused 286us,22us total 169.571ms
05-21 13:57:44.765 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.766 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.767 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.767 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.768 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.768 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.781 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.781 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.781 6276 6287 W System : A resource failed to call release.
05-21 13:57:44.881 1829 1861 I earchbox:search: Background young concurrent copying GC freed 182782(6092KB) AllocSpace objects, 696(12MB) LOS objects, 4% free, 253MB/265MB, paused 2.987ms,349us total 460.082ms
05-21 13:57:44.898 848 966 D EGL_emulation: app_time_stats: avg=95.55ms min=2.08ms max=1001.37ms count=16
05-21 13:57:44.951 848 966 D EGL_emulation: app_time_stats: avg=124.28ms min=3.35ms max=986.86ms count=15
05-21 13:57:45.367 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9bc436 in: CREATED
05-21 13:57:45.379 1585 1714 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
05-21 13:57:45.381 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@9bc436
05-21 13:57:45.402 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9bc436 in: STARTED
05-21 13:57:45.415 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@9bc436
05-21 13:57:45.465 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9bc436 in: RESUMED
05-21 13:57:45.479 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@9bc436
05-21 13:57:45.612 1679 2093 I AiAiStatsd: Usage metrics: 2 features enabled, 2 features used for date 2024-05-20.
05-21 13:57:45.612 1679 2093 I AiAiStatsd: AiAi is used for the day (2024-05-20): true, the week: true
05-21 13:57:45.629 1679 2093 I AiAiStatsd: Uploading atoms for date: 2024-05-20.
05-21 13:57:45.633 1679 2093 I AiAiStatsd: Total days uploaded: 1 days.
05-21 13:57:45.660 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:45.662 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s287ms
05-21 13:57:45.678 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:45.687 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f7ea496d: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:45.688 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:f7ea496d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:45.719 595 2208 I ImeTracker: com.github.se.polyfit:5b02614d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:45.719 595 2208 I ImeTracker: com.github.se.polyfit:5b02614d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:45.722 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:45.723 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:45.724 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:45.728 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:45.728 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:45.806 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:45.945 848 966 D EGL_emulation: app_time_stats: avg=12.31ms min=1.22ms max=86.36ms count=49
05-21 13:57:46.001 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@12c786
05-21 13:57:46.003 595 2377 W InputManager-JNI: Input channel object '5f6fd97 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:46.052 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 155198, 40266747, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 155198, 40266747, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 155227, 67466234, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 155227, 67466234, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 155256, 0, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 155256, 0, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 155256, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 155294, 59784762, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 155316, 0, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 155316, 0, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 155316, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 66, 155324, 0, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 155324, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 155333, 0, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 155333, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 155348, 62666315, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 155377, 70619245, CUJ=J
05-21 13:57:46.052 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 155377, 70619245, CUJ=J
05-21 13:57:46.333 1829 1861 I earchbox:search: Background concurrent copying GC freed 276967(17MB) AllocSpace objects, 2118(39MB) LOS objects, 8% free, 246MB/270MB, paused 262us,108us total 1.108s
05-21 13:57:46.474 9128 9144 I OpenGLRenderer: Davey! duration=704ms; Flags=0, FrameTimelineVsyncId=155301, IntendedVsync=7238472259065, Vsync=7238838925717, InputEventId=0, HandleInputStart=7238850902003, AnimationStart=7238850907082, PerformTraversalsStart=7238850909997, DrawStart=7239155137580, FrameDeadline=7238488925731, FrameInterval=7238850243016, FrameStartTime=16666666, SyncQueued=7239167277244, SyncStart=7239167396995, IssueDrawCommandsStart=7239167563475, SwapBuffers=7239169792654, FrameCompleted=7239177290283, DequeueBufferDuration=5971, QueueBufferDuration=314014, GpuCompleted=7239169792654, SwapBuffersCompleted=7239177290283, DisplayPresentTime=0, CommandSubmissionCompleted=7239169792654,
05-21 13:57:46.505 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.505 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:46.533 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.533 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:46.537 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.537 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:46.542 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.542 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:46.546 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.546 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer')) && (TestTag = 'NutritionInfoContainer Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:46.549 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.549 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionLabel Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:46.554 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:46.554 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionLabel Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:46.559 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.559 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionLabel Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:46.562 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:46.562 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionLabel Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:46.566 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.566 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionLabel Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:46.571 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:46.571 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionLabel Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:46.576 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.576 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionLabel Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:46.580 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:46.580 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionLabel Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:46.583 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.583 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionLabel Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:46.587 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:46.587 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionLabel Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:46.592 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:46.592 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionSizeInput Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:46.596 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:46.596 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionSizeInput Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:46.608 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_CLEARANCE(description={null}).
05-21 13:57:46.608 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionSizeInput Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:46.635 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 13:57:46.657 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:46.658 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:46.660 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 13:57:46.660 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:46.660 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:46.661 9128 9128 I ImeTracker: com.github.se.polyfit:b3251bb5: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:46.663 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:46.669 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 13:57:46.670 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 13:57:46.672 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:46.672 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:46.672 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:46.672 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:46.677 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{2cdc16e VFED..... .F....ID 0,0-1080,910 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:46.694 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 13:57:46.695 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:46.695 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:46.699 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:46.956 848 966 D EGL_emulation: app_time_stats: avg=14.52ms min=1.68ms max=29.74ms count=60
05-21 13:57:47.047 9128 9128 I ImeTracker: com.github.se.polyfit:233964a6: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:47.049 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{2cdc16e VFED..... .F....ID 0,0-1080,910 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:47.052 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 355 ms
05-21 13:57:47.058 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:47.078 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:47.082 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:47.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:47.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:47.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:47.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:47.083 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:47.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:47.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:47.085 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:47.086 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:47.087 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:47.087 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:47.087 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:47.090 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:47.092 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:47.092 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:47.110 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_INPUT(description={null}).
05-21 13:57:47.110 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionSizeInput Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:47.118 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:57:47.118 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:57:47.312 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:47.347 1829 1861 I earchbox:search: Background young concurrent copying GC freed 56645(5663KB) AllocSpace objects, 1000(18MB) LOS objects, 8% free, 241MB/264MB, paused 231us,67us total 102.124ms
05-21 13:57:47.370 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.370 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.373 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.380 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:47.380 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.380 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.391 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.397 9128 9128 I ImeTracker: com.github.se.polyfit:233964a6: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:47.414 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:57:47.556 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:47.556 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionSizeInput Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:47.570 595 693 I ImeTracker: com.github.se.polyfit:fcb0ccde: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:47.572 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:47.572 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:47.574 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:47.574 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:47.574 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292666694, INPUT_SESSION=1716292666673, IME_SESSION=1716292667058}], ending it now.
05-21 13:57:47.574 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292666694, INPUT_SESSION=1716292666673, IME_SESSION=1716292667058}], ending it now.
05-21 13:57:47.575 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:47.578 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:47.579 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:47.579 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:47.600 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:47.601 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:47.605 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:47.606 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:47.606 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:47.606 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:47.606 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:47.606 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:47.607 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:47.607 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:47.607 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:47.608 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:47.608 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:47.608 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:47.609 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:47.609 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:47.610 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:47.613 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:47.614 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:47.624 9128 9288 D EGL_emulation: app_time_stats: avg=328.00ms min=27.12ms max=801.38ms count=6
05-21 13:57:47.633 9128 9128 I ImeTracker: com.github.se.polyfit:b3251bb5: onShown
05-21 13:57:47.637 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.637 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.649 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:47.655 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.663 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.663 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.664 9128 9128 I ImeTracker: com.github.se.polyfit:fcb0ccde: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:47.669 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:47.678 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:47.678 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionSizeInput Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:47.684 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:47.684 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionSizeInput Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:47.699 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_CLEARANCE(description={null}).
05-21 13:57:47.699 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionSizeInput Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:47.749 595 693 I ImeTracker: com.github.se.polyfit:ea6e6960: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:47.749 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:47.750 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:47.750 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:47.750 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:47.750 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292667575, INPUT_SESSION=1716292667574, IME_SESSION=1716292667601}], ending it now.
05-21 13:57:47.750 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292667575, INPUT_SESSION=1716292667574, IME_SESSION=1716292667601}], ending it now.
05-21 13:57:47.751 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:47.752 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:47.752 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:47.752 9128 9128 I ImeTracker: com.github.se.polyfit:e7fccbac: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:47.753 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:47.753 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:47.756 9128 9128 I ImeTracker: com.github.se.polyfit:e7fccbac: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:47.967 848 966 D EGL_emulation: app_time_stats: avg=19.32ms min=4.20ms max=100.06ms count=42
05-21 13:57:48.067 1829 1861 I earchbox:search: Background young concurrent copying GC freed 56637(5183KB) AllocSpace objects, 1041(19MB) LOS objects, 8% free, 241MB/264MB, paused 17.151ms,82us total 90.749ms
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: InputConnectionWrapper.waitForInputConnectionFutureInternal():1530 Failed to get the input connection call's result.
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: java.util.concurrent.TimeoutException: Waited 500 milliseconds (plus 165742 nanoseconds delay) for muo@a85de28[status=PENDING, info=[task=[running=[RUNNING ON ICWrapper-1], huw@f9ff741]]]
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at mrp.get(PG:46)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at hvf.h(PG:1)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at hvf.w(PG:5)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at pgk.n(PG:6)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at hvo.z(PG:1)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at hvo.m(PG:1)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at hvf.r(PG:2)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at btv.q(PG:113)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at dfg.onStartInputView(PG:30)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.doStartInput(InputMethodService.java:3121)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.restartInput(InputMethodService.java:836)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.dispatchStartInput(InputMethodService.java:851)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.IInputMethodWrapper.executeMessage(IInputMethodWrapper.java:197)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at android.os.Handler.dispatchMessage(Handler.java:106)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at android.os.Looper.loopOnce(Looper.java:205)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at android.os.Looper.loop(Looper.java:294)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-21 13:57:48.264 1585 1585 E InputConnectionWrapper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
05-21 13:57:48.264 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 512 ms
05-21 13:57:48.268 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:48.269 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:48.276 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:48.278 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:48.279 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:48.280 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:48.281 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:48.285 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:48.286 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:48.287 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:48.287 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:48.290 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:48.291 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:48.292 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:48.292 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:48.293 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:48.295 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:48.312 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:48.316 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:48.318 9128 9128 I ImeTracker: com.github.se.polyfit:3d245040: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:48.321 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{2cdc16e VFED..... .F....ID 0,0-1080,910 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:48.328 1585 1585 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread.
05-21 13:57:48.374 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.374 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.386 595 2377 D WifiNl80211Manager: Scan result ready event
05-21 13:57:48.387 595 2377 D WifiNative: Scan result ready event
05-21 13:57:48.390 1585 1786 D EGL_emulation: app_time_stats: avg=372.21ms min=52.72ms max=734.97ms count=3
05-21 13:57:48.391 9128 9128 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread.
05-21 13:57:48.407 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:48.419 9128 9128 I ImeTracker: com.github.se.polyfit:ea6e6960: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:48.419 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.460 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_INPUT(description={null}).
05-21 13:57:48.460 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionSizeInput Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:48.460 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.460 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.470 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.508 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:48.524 9128 9128 I ImeTracker: com.github.se.polyfit:3d245040: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:48.659 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:48.659 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionSizeInput Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:48.679 595 957 I ImeTracker: com.github.se.polyfit:53ae49ea: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:48.680 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:48.680 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:48.684 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:48.684 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:48.684 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292667751, INPUT_SESSION=1716292667750, IME_SESSION=1716292668270}], ending it now.
05-21 13:57:48.684 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292667751, INPUT_SESSION=1716292667750, IME_SESSION=1716292668270}], ending it now.
05-21 13:57:48.688 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:48.689 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:48.690 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:48.692 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:48.704 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:48.708 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 44600d0d-da4c-4601-b974-58507947812c
05-21 13:57:48.709 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 83d9846c-2302-497f-b5bb-6cab66d28fd1
05-21 13:57:48.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b9bd5ed7-84f5-4ab8-82b3-685fbb02e220
05-21 13:57:48.710 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef57e033-ec7b-4361-9d4a-e9152151ad13
05-21 13:57:48.711 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 714b770d-ee59-4f90-8d87-ca9a477b3481
05-21 13:57:48.711 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 273bd7b8-3197-437b-adeb-32a4aa2e84ba
05-21 13:57:48.711 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 510676bb-5882-4136-bdeb-ce1266b01e1a
05-21 13:57:48.711 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fc950 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:48.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 729b2228-26fa-485e-8ca3-c726b7ad32a0
05-21 13:57:48.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: afd0f91a-c619-477f-8d29-1d99da47daa9
05-21 13:57:48.712 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e355b5d5-4f53-4343-84da-3e5ca0bee635
05-21 13:57:48.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a3162d0c-df72-4b1d-a7db-0e0ec98f2774
05-21 13:57:48.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0cb9b9bc-d5b7-42a5-9d14-a1711bc8226d
05-21 13:57:48.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4afacef-2f47-4d9e-8c52-3c255a4ee6a5
05-21 13:57:48.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 606b58c5-dc6d-42ef-8d15-09997c72879b
05-21 13:57:48.713 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3ca4f4de-d631-45d8-a8ce-dcdd82d195c6
05-21 13:57:48.714 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aa3e1ea7-4bc2-4150-8e8c-8e16e68618a6
05-21 13:57:48.715 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5913058b-b1fb-465b-9df0-9374d46f8b49
05-21 13:57:48.715 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e8fef87-fb51-4742-8890-432199435b06
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 80673bff-b17f-483f-82c9-bb06db7ff39d
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4985775-897e-4280-a87e-cc64a7c8e3ee
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 14d44396-7d0d-4db6-9c74-1a94362aa135
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1cd7146c-4f34-4813-9af9-aab375ed253e
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b33e5888-ad79-4db1-a0be-604c4ccfb02b
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9708d571-46f2-41a7-9ad9-7dd11936c414
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f87ac164-cd6c-4ede-9a7e-72cb93901491
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7186c016-d236-4da5-becb-3ffa886e32cd
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a48533ff-8430-459e-94bd-d7f33e7dcf96
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2ee4a4d-2211-4c95-8ed6-4934ee10187d
05-21 13:57:48.716 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b267622a-20e5-4c0c-9e10-7148a4e0955d
05-21 13:57:48.717 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1614e12-6731-4d2a-9935-e7928b93d3db
05-21 13:57:48.717 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5946ed56-f484-4b16-8448-53d8cbc4ee16
05-21 13:57:48.717 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a3cb444b-d52c-435e-8e04-b1e061a525b1
05-21 13:57:48.718 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:48.719 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1f6e5d91-a644-4782-af51-339ca03b9eb7
05-21 13:57:48.720 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:48.720 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e4cd7c92-6e71-4cac-9d30-3e2022389795
05-21 13:57:48.720 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 749bd5fe-9c1d-480d-998d-73b5e2fa1339
05-21 13:57:48.723 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 13:57:48.723 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7678e536-6424-4489-bd1e-2d577046f515
05-21 13:57:48.723 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0be26f7c-deac-4ae0-a0c3-b90b29848d38
05-21 13:57:48.728 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:48.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4e00e7ce-1253-4196-846f-53790f67d81d
05-21 13:57:48.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6f33a2b7-c2df-4ed8-90f0-4eebf66f9ff9
05-21 13:57:48.729 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:48.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 70175da8-3767-4747-b056-6792904ce8ae
05-21 13:57:48.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=77c46c33-995e-44e2-8782-9a41b2491242,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8a70a6a3-0355-485d-a6a6-f6209ad10999
05-21 13:57:48.730 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:48.732 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:48.734 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:48.734 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:48.735 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:48.738 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:48.738 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:48.739 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:48.739 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:48.739 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:48.740 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:48.740 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:48.741 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:48.741 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:48.741 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:48.744 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:48.745 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:48.745 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:48.766 9128 9288 D EGL_emulation: app_time_stats: avg=285.51ms min=102.79ms max=616.67ms count=4
05-21 13:57:48.784 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.784 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.794 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.798 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:48.804 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.804 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.812 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:48.817 9128 9128 I ImeTracker: com.github.se.polyfit:53ae49ea: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:48.828 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:48.828 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionSizeInput Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:48.836 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:48.836 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionSizeInput Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:48.847 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_CLEARANCE(description={null}).
05-21 13:57:48.847 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionSizeInput Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:48.965 595 1558 I ImeTracker: com.github.se.polyfit:2799a3be: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:48.967 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:48.967 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:48.968 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:48.969 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:48.969 848 966 D EGL_emulation: app_time_stats: avg=8.72ms min=1.61ms max=22.55ms count=57
05-21 13:57:48.971 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292668689, INPUT_SESSION=1716292668684, IME_SESSION=1716292668730}], ending it now.
05-21 13:57:48.971 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292668689, INPUT_SESSION=1716292668684, IME_SESSION=1716292668730}], ending it now.
05-21 13:57:48.972 9128 9128 I ImeTracker: com.github.se.polyfit:42d4a211: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:48.973 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:48.974 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:48.974 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:48.974 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:48.975 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:48.985 9128 9128 I ImeTracker: com.github.se.polyfit:42d4a211: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: InputConnectionWrapper.waitForInputConnectionFutureInternal():1530 Failed to get the input connection call's result.
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: java.util.concurrent.TimeoutException: Waited 500 milliseconds (plus 534695 nanoseconds delay) for muo@e710abe[status=PENDING, info=[task=[running=[RUNNING ON ICWrapper-1], huw@45ba71f]]]
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at mrp.get(PG:46)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at hvf.h(PG:1)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at hvf.w(PG:5)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at pgk.n(PG:6)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at hvo.z(PG:1)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at hvo.m(PG:1)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at hvf.r(PG:2)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at btv.q(PG:113)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at dfg.onStartInputView(PG:30)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.doStartInput(InputMethodService.java:3121)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.restartInput(InputMethodService.java:836)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.dispatchStartInput(InputMethodService.java:851)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.IInputMethodWrapper.executeMessage(IInputMethodWrapper.java:197)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at android.os.Handler.dispatchMessage(Handler.java:106)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at android.os.Looper.loopOnce(Looper.java:205)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at android.os.Looper.loop(Looper.java:294)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-21 13:57:49.477 1585 1585 E InputConnectionWrapper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
05-21 13:57:49.477 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 503 ms
05-21 13:57:49.479 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:49.480 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:49.484 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:49.484 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:49.485 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:49.485 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:49.485 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:49.485 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:49.486 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:49.486 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:49.487 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:49.487 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:49.488 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:49.488 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:49.488 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:49.489 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:49.490 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:49.491 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:49.491 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:49.493 1585 1585 I Choreographer: Skipped 30 frames! The application may be doing too much work on its main thread.
05-21 13:57:49.511 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.511 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.512 1585 1786 D EGL_emulation: app_time_stats: avg=561.16ms min=385.01ms max=737.30ms count=2
05-21 13:57:49.515 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.519 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.519 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.529 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.565 9128 9128 I ImeTracker: com.github.se.polyfit:832ee4c6: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:49.567 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{2cdc16e VFED..... .F....ID 0,0-1080,910 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:49.576 9128 9128 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread.
05-21 13:57:49.590 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:49.605 9128 9128 I ImeTracker: com.github.se.polyfit:2799a3be: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:49.609 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:49.627 9128 9128 I ImeTracker: com.github.se.polyfit:832ee4c6: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:49.663 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_INPUT(description={null}).
05-21 13:57:49.663 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionSizeInput Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:49.798 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:49.798 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionSizeInput Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:49.808 595 2387 I ImeTracker: com.github.se.polyfit:e7810217: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:49.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:49.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:49.810 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:49.810 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:49.810 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292668973, INPUT_SESSION=1716292668972, IME_SESSION=1716292669480}], ending it now.
05-21 13:57:49.810 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292668973, INPUT_SESSION=1716292668972, IME_SESSION=1716292669480}], ending it now.
05-21 13:57:49.811 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:49.811 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:49.812 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:49.812 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:49.855 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:49.855 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:49.858 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:49.858 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:49.858 9128 9288 D EGL_emulation: app_time_stats: avg=273.08ms min=129.63ms max=552.05ms count=4
05-21 13:57:49.859 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:49.859 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:49.859 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:49.859 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:49.859 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:49.859 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:49.859 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:49.859 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:49.860 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:49.860 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:49.860 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:49.860 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:49.860 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:49.861 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:49.861 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:49.870 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.870 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.875 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.878 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:49.888 9128 9128 I ImeTracker: com.github.se.polyfit:e7810217: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:49.891 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.891 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.894 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:49.917 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:49.917 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionSizeInput Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:49.921 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:49.921 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionSizeInput Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:49.924 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:49.924 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionSizeInput Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:49.927 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_CLEARANCE(description={null}).
05-21 13:57:49.927 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionSizeInput Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:49.955 595 2208 I ImeTracker: com.github.se.polyfit:dd84ab87: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:49.955 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:49.955 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:49.955 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:49.955 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:49.956 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292669811, INPUT_SESSION=1716292669810, IME_SESSION=1716292669855}], ending it now.
05-21 13:57:49.956 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292669811, INPUT_SESSION=1716292669810, IME_SESSION=1716292669855}], ending it now.
05-21 13:57:49.956 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:49.956 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:49.956 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:49.957 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:49.957 9128 9128 I ImeTracker: com.github.se.polyfit:af4cbf47: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:49.958 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:49.959 9128 9128 I ImeTracker: com.github.se.polyfit:af4cbf47: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:50.153 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 195 ms
05-21 13:57:50.153 9128 9128 I ImeTracker: com.github.se.polyfit:e178488f: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:50.154 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{2cdc16e VFED..... .F....ID 0,0-1080,910 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:50.160 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:50.160 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:50.162 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:50.163 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:50.163 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:50.163 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:50.164 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:50.164 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:50.164 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:50.164 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:50.164 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:50.165 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.165 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.165 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:50.165 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:50.165 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:50.166 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:50.168 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:50.168 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:50.179 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.179 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.181 1585 1593 I putmethod.latin: Background young concurrent copying GC freed 168573(7445KB) AllocSpace objects, 55(2780KB) LOS objects, 45% free, 12MB/22MB, paused 267us,13us total 122.984ms
05-21 13:57:50.181 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.185 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.185 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.187 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.189 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:50.205 9128 9128 I ImeTracker: com.github.se.polyfit:dd84ab87: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:50.208 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:50.216 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022101700_1[16]
05-21 13:57:50.216 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_840_2022102600_1[16]
05-21 13:57:50.216 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_gb_2022101700_1[16]
05-21 13:57:50.216 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022051700_2[12]
05-21 13:57:50.220 9128 9128 I ImeTracker: com.github.se.polyfit:e178488f: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:50.228 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_INPUT(description={null}).
05-21 13:57:50.228 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionSizeInput Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:50.324 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:50.324 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionSizeInput Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:50.329 595 2378 I ImeTracker: com.github.se.polyfit:473fd19d: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:50.329 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:50.329 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:50.330 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:50.330 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:50.330 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292669956, INPUT_SESSION=1716292669956, IME_SESSION=1716292670160}], ending it now.
05-21 13:57:50.330 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292669956, INPUT_SESSION=1716292669956, IME_SESSION=1716292670160}], ending it now.
05-21 13:57:50.330 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:50.331 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:50.331 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.331 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:50.348 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:50.348 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:50.349 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:50.350 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:50.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:50.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:50.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:50.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:50.350 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:50.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:50.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:50.351 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.351 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.351 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:50.351 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:50.351 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:50.352 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:50.353 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:50.353 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:50.362 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.362 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.364 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.367 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:50.367 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.367 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.376 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.379 9128 9128 I ImeTracker: com.github.se.polyfit:473fd19d: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:50.405 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:50.405 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionSizeInput Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:50.411 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:50.411 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionSizeInput Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:50.414 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_CLEARANCE(description={null}).
05-21 13:57:50.414 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionSizeInput Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:50.441 595 2387 I ImeTracker: com.github.se.polyfit:d09ae725: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:50.441 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:50.441 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:50.442 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:50.442 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:50.442 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292670330, INPUT_SESSION=1716292670330, IME_SESSION=1716292670348}], ending it now.
05-21 13:57:50.442 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292670330, INPUT_SESSION=1716292670330, IME_SESSION=1716292670348}], ending it now.
05-21 13:57:50.442 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:50.443 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:50.443 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.443 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:50.444 9128 9128 I ImeTracker: com.github.se.polyfit:2ed58ce6: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:57:50.445 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:57:50.446 9128 9128 I ImeTracker: com.github.se.polyfit:2ed58ce6: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:50.640 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 197 ms
05-21 13:57:50.641 9128 9128 I ImeTracker: com.github.se.polyfit:1c8b5b55: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:57:50.641 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:50.642 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:50.643 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:50.643 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{2cdc16e VFED..... .F....ID 0,0-1080,910 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:57:50.643 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:50.644 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:50.644 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:50.644 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:50.644 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:50.644 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:50.644 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:50.644 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:50.645 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.645 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.645 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:50.645 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:50.645 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:50.646 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:50.647 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:50.647 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:50.658 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.658 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.661 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.664 1585 1786 D EGL_emulation: app_time_stats: avg=287.99ms min=185.69ms max=379.17ms count=4
05-21 13:57:50.666 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.666 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.668 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.670 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:50.682 9128 9128 I ImeTracker: com.github.se.polyfit:d09ae725: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:50.683 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:50.692 9128 9128 I ImeTracker: com.github.se.polyfit:1c8b5b55: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:50.718 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_INPUT(description={null}).
05-21 13:57:50.718 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionSizeInput Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:50.800 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:50.800 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionSizeInput Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:50.811 595 2378 I ImeTracker: com.github.se.polyfit:846a93e2: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 13:57:50.812 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:57:50.813 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:50.814 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:50.814 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:57:50.814 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292670442, INPUT_SESSION=1716292670442, IME_SESSION=1716292670642}], ending it now.
05-21 13:57:50.814 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292670442, INPUT_SESSION=1716292670442, IME_SESSION=1716292670642}], ending it now.
05-21 13:57:50.814 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 13:57:50.815 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:50.815 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:57:50.815 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.855 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:57:50.855 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 13:57:50.859 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:57:50.860 9128 9288 D EGL_emulation: app_time_stats: avg=125.13ms min=84.12ms max=198.26ms count=8
05-21 13:57:50.860 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:50.860 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 13:57:50.860 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:50.860 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:57:50.860 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:57:50.862 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 13:57:50.862 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:57:50.862 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:57:50.863 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.863 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:57:50.863 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:57:50.863 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:50.864 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:57:50.865 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:57:50.866 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 13:57:50.866 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:57:50.876 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.876 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.879 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.882 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.882 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.884 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:57:50.900 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:50.900 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionUnit Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:50.904 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:50.904 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Total Weight')) && (TestTag = 'NutritionUnit Total Weight'); position: 0; useUnmergedTree: false.
05-21 13:57:50.904 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:57:50.915 9128 9128 I ImeTracker: com.github.se.polyfit:846a93e2: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:50.919 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:50.919 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionUnit Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:50.924 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:50.924 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Calories')) && (TestTag = 'NutritionUnit Calories'); position: 0; useUnmergedTree: false.
05-21 13:57:50.928 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:50.928 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionUnit Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:50.930 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:50.930 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Carbohydrates')) && (TestTag = 'NutritionUnit Carbohydrates'); position: 0; useUnmergedTree: false.
05-21 13:57:50.934 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:50.934 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionUnit Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:50.937 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:50.937 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Fat')) && (TestTag = 'NutritionUnit Fat'); position: 0; useUnmergedTree: false.
05-21 13:57:50.940 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:50.940 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionUnit Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:50.943 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:57:50.943 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionInfoContainer Protein')) && (TestTag = 'NutritionUnit Protein'); position: 0; useUnmergedTree: false.
05-21 13:57:51.051 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9bc436 in: PAUSED
05-21 13:57:51.063 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@9bc436
05-21 13:57:51.078 848 904 D SplashScreenView: Build android.window.SplashScreenView{cd0c6be V.E...... ......ID 0,0-0,0}
05-21 13:57:51.078 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:51.078 848 904 D SplashScreenView: Branding: view: android.view.View{666b31f G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:51.119 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:51.254 378 378 D Zygote : Forked child process 9570
05-21 13:57:51.270 848 966 D EGL_emulation: app_time_stats: avg=522.67ms min=3.10ms max=5359.72ms count=12
05-21 13:57:51.329 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:51.451 9570 9570 I oid.apps.photos: Using CollectorTypeCC GC.
05-21 13:57:51.472 9570 9570 W oid.apps.photos: Unexpected CPU variant for x86: x86_64.
05-21 13:57:51.472 9570 9570 W oid.apps.photos: Known variants: atom, sandybridge, silvermont, goldmont, goldmont-plus, tremont, kabylake, default
05-21 13:57:51.485 9570 9570 E oid.apps.photos: Not starting debugger since process cannot load the jdwp agent.
05-21 13:57:51.553 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:51.556 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +589ms
05-21 13:57:51.574 9570 9570 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10154; state: ENABLED
05-21 13:57:51.574 9570 9570 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10154; state: DISABLED
05-21 13:57:51.649 9570 9570 D nativeloader: Configuring clns-6 for other apk /system/framework/org.apache.http.legacy.jar. target_sdk_version=33, uses_libraries=ALL, library_path=/product/app/Photos/lib/x86_64:/product/app/Photos/Photos.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.apps.photos
05-21 13:57:51.663 9570 9570 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar
05-21 13:57:51.664 9570 9570 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar
05-21 13:57:51.701 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:51.701 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:51.701 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:51.701 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:51.705 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:51.708 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:51.710 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=91, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@362ba2e
05-21 13:57:51.725 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:51.728 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:51.728 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:51.732 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 13:57:51.840 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:61497be1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:51.849 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 13:57:51.849 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:57:51.856 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:51.857 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:51.857 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:51.857 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:51.858 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:51.858 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@bc62a21, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 13:57:51.858 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@32d2d34, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 13:57:51.913 9570 9570 D nativeloader: InitLlndkLibrariesProduct: libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libRS.so:libandroid_net.so:libbinder_ndk.so:libc.so:libcgrouprc.so:libclang_rt.asan-x86_64-android.so:libcom.android.tethering.connectivity_native.so:libdl.so:libft2.so:liblog.so:libm.so:libmediandk.so:libnativewindow.so:libneuralnetworks.so:libselinux.so:libsync.so:libvndksupport.so:libvulkan.so
05-21 13:57:51.914 9570 9570 D nativeloader: Configuring product-clns-7 for unbundled product apk /product/app/Photos/Photos.apk. target_sdk_version=33, uses_libraries=, library_path=/product/app/Photos/lib/x86_64:/product/app/Photos/Photos.apk!/lib/x86_64:/product/lib64:/system/product/lib64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.apps.photos:/product/lib64:/system/product/lib64
05-21 13:57:51.919 9570 9570 D nativeloader: InitVndkspLibrariesProduct: android.hardware.common-V2-ndk.so:android.hardware.common.fmq-V1-ndk.so:android.hardware.graphics.allocator-V2-ndk.so:android.hardware.graphics.common-V4-ndk.so:android.hardware.graphics.common@1.0.so:android.hardware.graphics.common@1.1.so:android.hardware.graphics.common@1.2.so:android.hardware.graphics.composer3-V1-ndk.so:android.hardware.graphics.mapper@2.0.so:android.hardware.graphics.mapper@2.1.so:android.hardware.graphics.mapper@3.0.so:android.hardware.graphics.mapper@4.0.so:android.hardware.renderscript@1.0.so:android.hidl.memory.token@1.0.so:android.hidl.memory@1.0-impl.so:android.hidl.memory@1.0.so:android.hidl.safe_union@1.0.so:libRSCpuRef.so:libRSDriver.so:libRS_internal.so:libbase.so:libbcinfo.so:libblas.so:libc++.so:libcompiler_rt.so:libcutils.so:libdmabufheap.so:libgralloctypes.so:libhardware.so:libhidlbase.so:libhidlmemory.so:libion.so:libjsoncpp.so:liblzma.so:libprocessgroup.so:libunwindstack.so:libutils.so:libutilscallstack.so:libz.so
05-21 13:57:51.925 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9bc436 in: STOPPED
05-21 13:57:51.945 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@9bc436
05-21 13:57:52.014 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f4e90ca
05-21 13:57:52.023 595 2377 W InputManager-JNI: Input channel object 'b141f93 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:52.102 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9bc436 in: DESTROYED
05-21 13:57:52.103 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:52.104 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@51a0a87
05-21 13:57:52.106 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fb73c6c
05-21 13:57:52.116 848 966 D EGL_emulation: app_time_stats: avg=166.43ms min=1.38ms max=2840.81ms count=18
05-21 13:57:52.150 595 957 W InputManager-JNI: Input channel object '23f7db4 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:52.234 9128 9128 I ImeTracker: com.google.android.apps.nexuslauncher:61497be1: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 158370, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 158370, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 158370, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 158393, 107139375, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 158393, 107139375, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 158422, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 158422, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 158422, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 158452, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 158452, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 158452, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 328, 158467, 87179145, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 158483, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 158483, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 158483, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 158498, 91183621, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 158577, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 158577, 0, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 158577, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 158606, 75972659, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 158657, 72432116, CUJ=J
05-21 13:57:52.236 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 158657, 72432116, CUJ=J
05-21 13:57:52.238 9128 9128 I ImeTracker: com.github.se.polyfit:b26791f6: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:52.249 9128 9128 I ImeTracker: com.github.se.polyfit:b26791f6: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:57:52.272 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@19a4d0b
05-21 13:57:52.274 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a62647]
05-21 13:57:52.274 595 2433 W InputManager-JNI: Input channel object '8d41383 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:52.277 9128 9160 I TestRunner: finished: nutritionFieldIsFunctional(com.github.se.polyfit.ui.components.ingredients.IngredientNutritionEditFieldsTest)
-
9.91 s
com.github.se.polyfit.ui.components.list.DailyRecapTest
-
3.49 s
passedeverythingDisplayWhileFetching
-
05-21 13:57:52.306 9128 9160 I TestRunner: started: everythingDisplayWhileFetching(com.github.se.polyfit.ui.components.list.DailyRecapTest)
05-21 13:57:52.324 9570 9570 V GraphicsEnvironment: Currently set values for:
05-21 13:57:52.325 9570 9570 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[]
05-21 13:57:52.325 9570 9570 V GraphicsEnvironment: angle_gl_driver_selection_values=[]
05-21 13:57:52.345 9570 9570 V GraphicsEnvironment: ANGLE GameManagerService for com.google.android.apps.photos: false
05-21 13:57:52.347 9570 9570 V GraphicsEnvironment: com.google.android.apps.photos is not listed in per-application setting
05-21 13:57:52.349 9570 9570 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
05-21 13:57:52.355 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:57:52.431 9570 9570 W oid.apps.photos: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied)
05-21 13:57:52.432 9570 9570 W oid.apps.photos: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied)
05-21 13:57:52.432 9570 9570 W oid.apps.photos: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied)
05-21 13:57:52.444 9570 9570 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10154; state: ENABLED
05-21 13:57:52.501 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:57:52.562 1829 1861 I earchbox:search: Background young concurrent copying GC freed 193551(6125KB) AllocSpace objects, 642(11MB) LOS objects, 5% free, 250MB/264MB, paused 660us,227us total 183.323ms
05-21 13:57:52.648 9570 9598 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10154; state: ENABLED
05-21 13:57:52.649 9570 9598 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10154; state: DISABLED
05-21 13:57:52.684 595 2433 D ConnectivityService: requestNetwork for uid/pid:10154/9570 activeRequest: null callbackRequest: 208 [NetworkRequest [ REQUEST id=209, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10154 RequestorUid: 10154 RequestorPkg: com.google.android.apps.photos UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
05-21 13:57:52.718 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@e94873f]
05-21 13:57:52.726 595 761 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=209, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10154 RequestorUid: 10154 RequestorPkg: com.google.android.apps.photos UnderlyingNetworks: Null] ]
05-21 13:57:52.730 595 761 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=209, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10154 RequestorUid: 10154 RequestorPkg: com.google.android.apps.photos UnderlyingNetworks: Null] ]
05-21 13:57:52.730 595 761 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=209, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10154 RequestorUid: 10154 RequestorPkg: com.google.android.apps.photos UnderlyingNetworks: Null] ]
05-21 13:57:52.730 595 761 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=209, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10154 RequestorUid: 10154 RequestorPkg: com.google.android.apps.photos UnderlyingNetworks: Null] ]
05-21 13:57:52.739 595 608 I system_server: NativeAlloc concurrent copying GC freed 233282(7185KB) AllocSpace objects, 23(460KB) LOS objects, 43% free, 30MB/54MB, paused 465us,149us total 537.455ms
05-21 13:57:52.740 595 770 D ConnectivityService: NetReassign [209 : null → 102] [c 0] [a 12] [i 19]
05-21 13:57:52.757 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:52.774 9570 9598 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10154; state: ENABLED
05-21 13:57:52.786 848 904 D SplashScreenView: Build android.window.SplashScreenView{53ef V.E...... ......ID 0,0-0,0}
05-21 13:57:52.786 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:52.786 848 904 D SplashScreenView: Branding: view: android.view.View{390befc G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:52.836 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:52.876 6276 6309 D EGL_emulation: app_time_stats: avg=87.35ms min=12.73ms max=646.22ms count=13
05-21 13:57:52.899 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a7dd40e in: PRE_ON_CREATE
05-21 13:57:52.899 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:52.899 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:52.904 1728 2210 E HwDetectorWithState: a: 3
05-21 13:57:53.135 848 966 D EGL_emulation: app_time_stats: avg=13.71ms min=1.26ms max=33.96ms count=51
05-21 13:57:53.263 1829 1861 I earchbox:search: Background concurrent copying GC freed 216276(12MB) AllocSpace objects, 1076(19MB) LOS objects, 8% free, 250MB/274MB, paused 409us,52us total 518.114ms
05-21 13:57:53.382 848 966 D EGL_emulation: app_time_stats: avg=170.54ms min=3.34ms max=1356.66ms count=12
05-21 13:57:53.592 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a7dd40e in: CREATED
05-21 13:57:53.607 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@a7dd40e
05-21 13:57:53.627 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a7dd40e in: STARTED
05-21 13:57:53.644 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@a7dd40e
05-21 13:57:53.710 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a7dd40e in: RESUMED
05-21 13:57:53.725 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@a7dd40e
05-21 13:57:53.892 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:53.899 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s121ms
05-21 13:57:53.912 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:53.914 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:34736705: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:53.921 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:34736705: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:53.964 595 957 I ImeTracker: com.github.se.polyfit:454ed366: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:53.965 595 957 I ImeTracker: com.github.se.polyfit:454ed366: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:53.968 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:53.970 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:53.973 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:53.973 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:53.978 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:54.122 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:54.192 848 966 D EGL_emulation: app_time_stats: avg=15.58ms min=1.49ms max=109.69ms count=49
05-21 13:57:54.245 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f6083a6
05-21 13:57:54.248 595 2387 W InputManager-JNI: Input channel object 'd31d78f Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:54.816 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:54.816 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DailyRecapScreen')) && (TestTag = 'Spinner'); position: 0; useUnmergedTree: false.
05-21 13:57:54.824 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:54.824 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Overview Title'); position: 0; useUnmergedTree: false.
05-21 13:57:54.830 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:57:54.830 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Overview Title'); position: 0; useUnmergedTree: false.
05-21 13:57:54.835 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:54.835 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 13:57:54.839 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:57:54.839 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 13:57:54.873 848 904 D SplashScreenView: Build android.window.SplashScreenView{ad6b392 V.E...... ......ID 0,0-0,0}
05-21 13:57:54.873 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:54.873 848 904 D SplashScreenView: Branding: view: android.view.View{d0d2163 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:54.886 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:54.945 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a7dd40e in: PAUSED
05-21 13:57:54.971 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@a7dd40e
05-21 13:57:55.125 848 966 D EGL_emulation: app_time_stats: avg=120.22ms min=2.29ms max=891.68ms count=14
05-21 13:57:55.147 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:55.219 848 966 D EGL_emulation: app_time_stats: avg=9.44ms min=2.75ms max=74.34ms count=56
05-21 13:57:55.324 9128 9307 I OpenGLRenderer: Davey! duration=1251ms; Flags=0, FrameTimelineVsyncId=160105, IntendedVsync=7246772258733, Vsync=7247188925383, InputEventId=0, HandleInputStart=7247197734175, AnimationStart=7247197764631, PerformTraversalsStart=7247197792554, DrawStart=7247504861496, FrameDeadline=7246788925399, FrameInterval=7247197094572, FrameStartTime=16666666, SyncQueued=7247522614005, SyncStart=7247522824739, IssueDrawCommandsStart=7247524285706, SwapBuffers=7247913799895, FrameCompleted=7248023671453, DequeueBufferDuration=14662, QueueBufferDuration=465241, GpuCompleted=7247913799895, SwapBuffersCompleted=7248023671453, DisplayPresentTime=0, CommandSubmissionCompleted=7247913799895,
05-21 13:57:55.434 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:55.446 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +574ms
05-21 13:57:55.448 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:55.450 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=95, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@79c6297
05-21 13:57:55.463 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:55.463 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:55.463 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:55.464 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:55.466 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:55.508 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:55.509 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:55.509 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:55.539 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:d8390414: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:55.539 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:d8390414: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:55.552 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:55.554 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:55.556 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:55.556 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:55.557 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:55.610 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a7dd40e in: STOPPED
05-21 13:57:55.631 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@a7dd40e
05-21 13:57:55.711 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a7dd40e in: DESTROYED
05-21 13:57:55.713 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:55.714 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@bd6dd04
05-21 13:57:55.741 595 2433 W InputManager-JNI: Input channel object 'bfdc27f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:55.784 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@e94873f]
05-21 13:57:55.788 9128 9160 I TestRunner: finished: everythingDisplayWhileFetching(com.github.se.polyfit.ui.components.list.DailyRecapTest)
-
2.77 s
passednoRecordedMeals
-
05-21 13:57:55.797 9128 9160 I TestRunner: started: noRecordedMeals(com.github.se.polyfit.ui.components.list.DailyRecapTest)
05-21 13:57:55.892 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@e450d6d]
05-21 13:57:55.934 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:55.957 1829 1861 I earchbox:search: Background young concurrent copying GC freed 122692(6787KB) AllocSpace objects, 960(17MB) LOS objects, 8% free, 241MB/265MB, paused 3.148ms,81us total 137.927ms
05-21 13:57:55.964 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@32876de
05-21 13:57:55.991 595 2378 W InputManager-JNI: Input channel object '315af75 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:55.992 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@eca40c4
05-21 13:57:56.019 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:56.020 848 904 D SplashScreenView: Build android.window.SplashScreenView{e5e098f V.E...... ......ID 0,0-0,0}
05-21 13:57:56.020 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:56.020 848 904 D SplashScreenView: Branding: view: android.view.View{88dd41c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:56.025 595 2433 W InputManager-JNI: Input channel object 'cb25fe5 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:56.070 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf6d3b4 in: PRE_ON_CREATE
05-21 13:57:56.070 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:56.107 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:56.121 1728 2288 E HwDetectorWithState: a: 3
05-21 13:57:56.253 848 966 D EGL_emulation: app_time_stats: avg=27.28ms min=1.51ms max=166.47ms count=32
05-21 13:57:56.446 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x751367606580 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:57:56.447 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d631705-896a-4484-b11a-72b5a3a2fdbb
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57c45286-bbde-4c5c-a9ca-f8acf8edec6b
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 88b8b4a3-72df-4405-84fe-22a840d40464
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8aaa7c65-be37-458c-8c44-7640c0695dc8
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3978fe3-d727-4ffe-8f2c-f1553c767d0c
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a227487b-ce64-4402-8959-65487b1273d0
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70f7043b-b43e-479b-8919-2d54e52cd39c
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79e37478-534f-40d5-998e-36c80e475d35
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d21d3b5-0841-4e0d-9bf5-76a16bb40029
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a6032ebb-9f61-43a2-80e7-4d84a4087f1d
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec6c1885-667b-4eb7-b209-23bbc915c7c0
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cdec8a28-7530-4654-ad7f-95b9ecf180ee
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d592048-8784-4d18-ab38-d9d0a4fd1430
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c41f8c55-bfba-4705-9bc8-0b386a446447
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 17d932e2-595a-4a38-b4ec-771d2eb5eb6b
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b2ff857e-7b23-45e4-a7f5-07583b26cfee
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e3f1e5b-3973-441b-b392-c00d36d24a22
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2feb22ce-2c6b-4806-9a12-948576cf60f5
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 461f65be-ad31-4f20-80a4-6df5eb76aebd
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2827b7fd-8ee1-46dc-82ac-2b250f77b6d4
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30531bf7-5b2c-4956-92ad-8e8ef0c0f1df
05-21 13:57:56.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a761b38a-3f05-4f63-901a-ada3f052b17e
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d78296b-bfff-47b5-9043-f288cc08e6cc
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34524db2-deab-43b5-bd0a-9755627e6b46
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38662f54-cb4f-4db5-b131-93dfb8a3d3ce
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e5bbeaf-8fbc-4e4e-ac8d-e19ffb3cc9e7
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 43c0346f-7093-43a4-8f06-1d1b0a7dd8a2
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f1b0d840-c9e0-48e0-b712-fbd31c8d959a
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6138a46b-aa4d-4990-8094-5b05fef5c822
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3058d95-5b6e-4486-b060-819dd8100c7c
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8175e58b-8744-4e1c-aed7-32a8613069f0
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 39794a12-293d-478b-bf98-2239a7ae61f3
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ce09a86c-8204-4e45-b4bd-2f69bdee332a
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ee2ec20c-109a-4109-8908-5bc76145798e
05-21 13:57:56.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 26e28b38-e4a1-4fa9-801e-fd1f86fcf711
05-21 13:57:56.450 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:56.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 367c56e3-2059-4bfd-8e30-0ae1a5620d18
05-21 13:57:56.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 737ab0c5-78b6-4530-989c-c8ebd8819cd7
05-21 13:57:56.450 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:57:56.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7c2bdcd7-b56c-4eb7-846b-e42104bd619c
05-21 13:57:56.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 274b6394-7e26-4b1f-97c2-bf5a83db025d
05-21 13:57:56.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ae3f74ce-62f4-4b6c-8040-6a759bcd9ce3
05-21 13:57:56.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=57dbb37e-e51d-4514-8003-39b28e6a0dfd,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 083f8eb2-7790-4f43-8b89-e8488bca8d42
05-21 13:57:56.620 848 966 D EGL_emulation: app_time_stats: avg=112.62ms min=4.06ms max=692.72ms count=13
05-21 13:57:56.801 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf6d3b4 in: CREATED
05-21 13:57:56.815 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@bf6d3b4
05-21 13:57:56.830 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf6d3b4 in: STARTED
05-21 13:57:56.843 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@bf6d3b4
05-21 13:57:56.932 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf6d3b4 in: RESUMED
05-21 13:57:56.958 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@bf6d3b4
05-21 13:57:57.159 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:57:57.163 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s193ms
05-21 13:57:57.179 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5f6ff1c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:57:57.181 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:5f6ff1c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:57.182 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:57:57.232 595 2387 I ImeTracker: com.github.se.polyfit:7a88bb9c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:57.232 595 2387 I ImeTracker: com.github.se.polyfit:7a88bb9c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:57.238 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:57.240 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:57.241 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:57.247 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:57.253 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:57.285 848 966 D EGL_emulation: app_time_stats: avg=11.88ms min=1.07ms max=89.14ms count=51
05-21 13:57:57.437 1829 1861 I earchbox:search: Background concurrent copying GC freed 316504(14MB) AllocSpace objects, 1298(23MB) LOS objects, 8% free, 254MB/278MB, paused 301us,112us total 770.245ms
05-21 13:57:57.510 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cbbafab
05-21 13:57:57.512 595 2208 W InputManager-JNI: Input channel object '1b55022 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:57:57.529 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:57:57.537 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:57:57.554 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 710480(22MB) AllocSpace objects, 17(700KB) LOS objects, 46% free, 26MB/48MB, paused 10.673ms,107us total 351.785ms
05-21 13:57:57.615 9128 9140 W System : A resource failed to call release.
05-21 13:57:57.689 1041 1055 I m.android.phone: Background young concurrent copying GC freed 95985(3288KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3431KB/6816KB, paused 1.324ms,34us total 306.045ms
05-21 13:57:57.689 1041 1055 W m.android.phone: Reducing the number of considered missed Gc histogram windows from 111 to 100
05-21 13:57:57.804 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:57:57.804 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DailyRecapScreen')) && (TestTag = 'Spinner'); position: 0; useUnmergedTree: false.
05-21 13:57:57.810 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:57:57.810 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NoMealsBox')) && (TestTag = 'NoRecordedMeals'); position: 0; useUnmergedTree: false.
05-21 13:57:57.814 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:57:57.814 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NoMealsBox')) && (TestTag = 'NoRecordedMeals'); position: 0; useUnmergedTree: false.
05-21 13:57:57.828 848 904 D SplashScreenView: Build android.window.SplashScreenView{9113868 V.E...... ......ID 0,0-0,0}
05-21 13:57:57.828 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:57.828 848 904 D SplashScreenView: Branding: view: android.view.View{3f4e481 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:57.852 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:57.854 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf6d3b4 in: PAUSED
05-21 13:57:57.868 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@bf6d3b4
05-21 13:57:57.963 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:57:57.983 848 966 D EGL_emulation: app_time_stats: avg=85.43ms min=5.75ms max=460.93ms count=15
05-21 13:57:58.027 6276 6287 W System : A resource failed to call release.
05-21 13:57:58.027 6276 6287 W System : A resource failed to call release.
05-21 13:57:58.027 6276 6287 W System : A resource failed to call release.
05-21 13:57:58.027 6276 6287 W System : A resource failed to call release.
05-21 13:57:58.027 6276 6287 W System : A resource failed to call release.
05-21 13:57:58.027 6276 6287 W System : A resource failed to call release.
05-21 13:57:58.161 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:57:58.165 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +339ms
05-21 13:57:58.200 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:57:58.210 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=99, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@c187f98
05-21 13:57:58.217 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:57:58.217 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:57:58.217 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:57:58.217 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:57:58.220 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:57:58.236 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:57:58.237 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:57:58.237 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:57:58.309 848 966 D EGL_emulation: app_time_stats: avg=16.90ms min=2.30ms max=107.73ms count=44
05-21 13:57:58.311 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:83b6644: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:57:58.311 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:83b6644: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:57:58.321 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:57:58.322 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:57:58.322 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:57:58.322 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:57:58.323 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:57:58.327 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf6d3b4 in: STOPPED
05-21 13:57:58.345 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@bf6d3b4
05-21 13:57:58.411 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf6d3b4 in: DESTROYED
05-21 13:57:58.416 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:57:58.418 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@dfa425a
05-21 13:57:58.503 595 2387 W InputManager-JNI: Input channel object '332a6a3 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:58.546 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 13:57:58.547 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156385, 0, CUJ=J
05-21 13:57:58.548 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156393, 0, CUJ=J
05-21 13:57:58.548 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156408, 0, CUJ=J
05-21 13:57:58.549 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156423, 0, CUJ=J
05-21 13:57:58.549 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156438, 0, CUJ=J
05-21 13:57:58.549 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156453, 0, CUJ=J
05-21 13:57:58.549 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156468, 0, CUJ=J
05-21 13:57:58.550 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156498, 0, CUJ=J
05-21 13:57:58.550 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 156520, 0, CUJ=J
05-21 13:57:58.576 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@e450d6d]
05-21 13:57:58.582 9128 9160 I TestRunner: finished: noRecordedMeals(com.github.se.polyfit.ui.components.list.DailyRecapTest)
-
3.65 s
passedmealIsDisplayed
-
05-21 13:57:58.598 9128 9160 I TestRunner: started: mealIsDisplayed(com.github.se.polyfit.ui.components.list.DailyRecapTest)
05-21 13:57:58.704 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6d53503
05-21 13:57:58.711 595 2433 W InputManager-JNI: Input channel object '7399c39 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:57:58.732 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6190cd]
05-21 13:57:58.771 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e7cb19
05-21 13:57:58.782 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:57:58.796 848 904 D SplashScreenView: Build android.window.SplashScreenView{26f3ad1 V.E...... ......ID 0,0-0,0}
05-21 13:57:58.796 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:57:58.796 848 904 D SplashScreenView: Branding: view: android.view.View{bede936 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:57:58.800 595 2378 W InputManager-JNI: Input channel object '595bad com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:57:58.852 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:57:58.875 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e46c094 in: PRE_ON_CREATE
05-21 13:57:58.876 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:57:58.916 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:57:58.917 1728 2210 E HwDetectorWithState: a: 3
05-21 13:57:59.319 848 966 D EGL_emulation: app_time_stats: avg=26.92ms min=2.15ms max=148.85ms count=30
05-21 13:57:59.378 848 966 D EGL_emulation: app_time_stats: avg=104.28ms min=3.08ms max=696.02ms count=13
05-21 13:57:59.668 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e46c094 in: CREATED
05-21 13:57:59.684 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e46c094
05-21 13:57:59.701 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e46c094 in: STARTED
05-21 13:57:59.716 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e46c094
05-21 13:57:59.771 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e46c094 in: RESUMED
05-21 13:57:59.785 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e46c094
05-21 13:57:59.789 9570 9606 E IPCThreadState: Binder transaction failure: 760009/29202/0
05-21 13:57:59.789 9570 9606 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 532)
05-21 13:57:59.804 595 2208 E IPCThreadState: Binder transaction failure: 760032/29202/0
05-21 13:57:59.829 595 634 I libprocessgroup: Successfully killed process cgroup uid 10129 pid 2102 in 9ms
05-21 13:58:00.022 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:00.025 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s233ms
05-21 13:58:00.134 595 2208 I ImeTracker: com.github.se.polyfit:d7f5f33e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:00.134 595 2208 I ImeTracker: com.github.se.polyfit:d7f5f33e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:00.156 378 378 D Zygote : Forked child process 9636
05-21 13:58:00.160 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:00.160 378 378 I Zygote : Process 2102 exited due to signal 9 (Killed)
05-21 13:58:00.164 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:00.166 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:00.167 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:00.168 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:00.173 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:00.179 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:c0e2fdb9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:00.180 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:c0e2fdb9: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:00.265 9636 9636 I ocess.gservices: Using CollectorTypeCC GC.
05-21 13:58:00.276 9636 9636 W ocess.gservices: Unexpected CPU variant for x86: x86_64.
05-21 13:58:00.276 9636 9636 W ocess.gservices: Known variants: atom, sandybridge, silvermont, goldmont, goldmont-plus, tremont, kabylake, default
05-21 13:58:00.314 9636 9636 E ocess.gservices: Not starting debugger since process cannot load the jdwp agent.
05-21 13:58:00.333 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:00.335 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:00.335 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:00.339 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:00.350 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 13:58:00.364 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@28ce90e
05-21 13:58:00.367 595 1558 W InputManager-JNI: Input channel object '2026d3e Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:00.368 848 966 D EGL_emulation: app_time_stats: avg=16.31ms min=2.08ms max=259.52ms count=44
05-21 13:58:00.415 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 13:58:00.422 848 966 D EGL_emulation: app_time_stats: avg=90.09ms min=2.37ms max=762.32ms count=11
05-21 13:58:00.427 9636 9636 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10129; state: ENABLED
05-21 13:58:00.427 9636 9636 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10129; state: ENABLED
05-21 13:58:00.446 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:00.464 9636 9636 D nativeloader: Configuring clns-shared-6 for other apk /system/framework/org.apache.http.legacy.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/system_ext/priv-app/GoogleServicesFramework/lib/x86_64:/system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk!/lib/x86_64:/system/lib64:/system_ext/lib64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gsf:/system_ext/priv-app/GoogleServicesFramework:/system/lib64:/system_ext/lib64
05-21 13:58:00.502 9636 9636 D nativeloader: Configuring clns-shared-7 for other apk /system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk. target_sdk_version=34, uses_libraries=, library_path=/system_ext/priv-app/GoogleServicesFramework/lib/x86_64:/system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk!/lib/x86_64:/system/lib64:/system_ext/lib64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gsf:/system_ext/priv-app/GoogleServicesFramework:/system/lib64:/system_ext/lib64
05-21 13:58:00.564 9636 9636 V GraphicsEnvironment: Currently set values for:
05-21 13:58:00.564 9636 9636 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[]
05-21 13:58:00.564 9636 9636 V GraphicsEnvironment: angle_gl_driver_selection_values=[]
05-21 13:58:00.566 9636 9636 V GraphicsEnvironment: ANGLE GameManagerService for com.google.android.gsf: false
05-21 13:58:00.566 9636 9636 V GraphicsEnvironment: com.google.android.gsf is not listed in per-application setting
05-21 13:58:00.566 9636 9636 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
05-21 13:58:00.587 9636 9636 I GservicesProvider: Gservices pushing to system: true; secure/global: true
05-21 13:58:00.613 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms }
05-21 13:58:00.614 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms }
05-21 13:58:00.833 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616c30 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:00.837 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:00.841 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ae9b132a-0c42-4246-a465-007fed55f425
05-21 13:58:00.841 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bec3f049-dd47-404b-b9d9-adc66d1ef061
05-21 13:58:00.842 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 962b9cc1-f236-48aa-81e0-165e49adcf62
05-21 13:58:00.842 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bc474af8-da4e-4076-83db-d530d03e5d7d
05-21 13:58:00.842 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3225ba13-3db3-4600-a711-1f3922d0581f
05-21 13:58:00.842 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f73d89b-0f60-4a9d-8ada-4fcd347f202d
05-21 13:58:00.843 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f96cc8c-d5e0-474c-a2e0-f37acc044c4b
05-21 13:58:00.843 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca3ed66a-ef91-47bf-9ad2-e173d8af90fc
05-21 13:58:00.843 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: babdcbaf-daa4-43a5-9cfc-03e0008a123a
05-21 13:58:00.844 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fca50f7e-a0a4-41de-a42f-9202741ff0ac
05-21 13:58:00.844 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8f343f0-e767-44b8-9984-3fcfe44ace6b
05-21 13:58:00.844 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4863c1a4-933e-4644-8d6c-ae68ae81db40
05-21 13:58:00.844 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f1835688-4a7b-430b-b8eb-890c555b539b
05-21 13:58:00.845 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e895525-8620-4ccb-819b-2eca2a020cce
05-21 13:58:00.845 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ef48c45-0862-4d83-b784-f71561c03e9b
05-21 13:58:00.845 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0970b056-b5c1-4f83-995e-215048ee5d8c
05-21 13:58:00.845 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f1232ef-aa88-4efb-a3bf-4388cb829313
05-21 13:58:00.846 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5365befc-cd73-4e21-b8ff-fe5b564348db
05-21 13:58:00.846 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 08476a33-4350-46e9-8482-028ccf489d29
05-21 13:58:00.847 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f308b8e5-d089-4d5d-87cd-f2fee67a5e52
05-21 13:58:00.847 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e91afef-3263-4022-8f85-ef4b3b64be8c
05-21 13:58:00.848 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ca21102-4033-4db6-a019-c9c9b89a3ce3
05-21 13:58:00.851 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47137f48-7bc8-4dbd-8349-a5f5aea25503
05-21 13:58:00.851 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 130a91ee-5209-4850-8b95-b7d2e6a3f93c
05-21 13:58:00.851 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3708239-f704-405d-b9a8-3265eafe17ee
05-21 13:58:00.852 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0cd319cf-9fad-432d-b2c5-bcdeda7de38f
05-21 13:58:00.853 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4eb0d965-9df5-4e72-8a67-ebf9e614842c
05-21 13:58:00.853 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d4617e11-0d7e-4024-9238-79f0b68f2290
05-21 13:58:00.853 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 945df57d-07af-498d-b596-be38aca532d6
05-21 13:58:00.853 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb882cc3-cabd-4e38-8b30-9fd43d1ee313
05-21 13:58:00.853 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8e9bc30b-3cfd-43cf-8f46-a9fc96c83142
05-21 13:58:00.854 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 546f65f7-c63e-401c-a81f-6843ca01ca86
05-21 13:58:00.854 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:00.858 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dbf634ae-eba9-4670-bf29-e4800d60516b
05-21 13:58:00.859 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:00.860 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1197c63c-e5a9-47b1-90f5-648b745e3e72
05-21 13:58:00.860 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0433d8af-d44a-4ceb-b7b3-593764b658a8
05-21 13:58:00.862 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:00.864 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 61b0cadd-1589-481d-aff1-fab5411a4f47
05-21 13:58:00.864 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8df7dc3e-bffa-44dc-8821-9012cbd9bf7b
05-21 13:58:00.866 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 13:58:00.867 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 090e8ec2-c197-4231-8083-cb9f10bdf4c6
05-21 13:58:00.867 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f5b4183c-d1db-4037-99d2-cd3c17487687
05-21 13:58:00.868 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 60b4b199-ceda-4709-b5fb-9bd424225218
05-21 13:58:00.868 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=055e1afa-56df-4cab-878b-22c29767426f,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2e1342b6-43ed-4144-8ec2-89cf6801f273
05-21 13:58:01.178 1829 1861 I earchbox:search: Background young concurrent copying GC freed 189532(6304KB) AllocSpace objects, 680(12MB) LOS objects, 5% free, 251MB/265MB, paused 740us,146us total 140.580ms
05-21 13:58:01.249 9128 9128 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread.
05-21 13:58:01.252 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:01.252 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DailyRecapScreen')) && (TestTag = 'Spinner'); position: 0; useUnmergedTree: false.
05-21 13:58:01.267 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:01.267 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'MealCard'; position: 0; useUnmergedTree: false.
05-21 13:58:01.274 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:01.274 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'MealCard'; position: 0; useUnmergedTree: false.
05-21 13:58:01.282 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:01.282 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'MealCard'; position: 0; useUnmergedTree: false.
05-21 13:58:01.290 9128 9375 I OpenGLRenderer: Davey! duration=887ms; Flags=0, FrameTimelineVsyncId=164996, IntendedVsync=7253105591813, Vsync=7253372258469, InputEventId=0, HandleInputStart=7253389479451, AnimationStart=7253389491112, PerformTraversalsStart=7253389499288, DrawStart=7253887493918, FrameDeadline=7253122258479, FrameInterval=7253383693691, FrameStartTime=16666666, SyncQueued=7253965917883, SyncStart=7253966090164, IssueDrawCommandsStart=7253966572501, SwapBuffers=7253980212973, FrameCompleted=7253992983144, DequeueBufferDuration=12964, QueueBufferDuration=636343, GpuCompleted=7253980212973, SwapBuffersCompleted=7253992983144, DisplayPresentTime=0, CommandSubmissionCompleted=7253980212973,
05-21 13:58:01.308 848 904 D SplashScreenView: Build android.window.SplashScreenView{ccac483 V.E...... ......ID 0,0-0,0}
05-21 13:58:01.308 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:01.308 848 904 D SplashScreenView: Branding: view: android.view.View{a87c600 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:01.319 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:01.339 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e46c094 in: PAUSED
05-21 13:58:01.349 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e46c094
05-21 13:58:01.380 848 966 D EGL_emulation: app_time_stats: avg=7.86ms min=1.92ms max=63.64ms count=56
05-21 13:58:01.419 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:01.482 848 966 D EGL_emulation: app_time_stats: avg=263.63ms min=16.94ms max=976.22ms count=4
05-21 13:58:01.640 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:01.643 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +316ms
05-21 13:58:01.688 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:01.694 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=103, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@43c5c1a
05-21 13:58:01.754 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:01.754 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:01.754 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:01.754 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:01.757 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:01.790 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:01.807 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:01.811 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:01.891 1829 1861 I earchbox:search: Background concurrent copying GC freed 245947(14MB) AllocSpace objects, 1585(29MB) LOS objects, 8% free, 251MB/275MB, paused 86us,84us total 586.907ms
05-21 13:58:01.926 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:50af09cf: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:01.927 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:50af09cf: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:01.936 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:01.943 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:01.943 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:01.943 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:01.944 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:02.027 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c6b25df
05-21 13:58:02.028 595 957 W InputManager-JNI: Input channel object 'b6bd5dc Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:02.078 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e46c094 in: STOPPED
05-21 13:58:02.104 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e46c094
05-21 13:58:02.177 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e46c094 in: DESTROYED
05-21 13:58:02.178 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:02.179 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@59b281d
05-21 13:58:02.206 595 2387 W InputManager-JNI: Input channel object '311629e com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:02.236 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6190cd]
05-21 13:58:02.239 9128 9160 I TestRunner: finished: mealIsDisplayed(com.github.se.polyfit.ui.components.list.DailyRecapTest)
-
7.76 s
com.github.se.polyfit.ui.components.list.MealListTest
-
3.04 s
passedmanyMeals
-
05-21 13:58:02.249 9128 9160 I TestRunner: started: manyMeals(com.github.se.polyfit.ui.components.list.MealListTest)
05-21 13:58:02.351 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2573b9a
05-21 13:58:02.355 595 2387 W InputManager-JNI: Input channel object 'e26b212 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:02.366 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a46e2cc]
05-21 13:58:02.395 848 966 D EGL_emulation: app_time_stats: avg=39.82ms min=3.12ms max=148.47ms count=22
05-21 13:58:02.400 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:02.453 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:02.456 848 904 D SplashScreenView: Build android.window.SplashScreenView{2ab6abc V.E...... ......ID 0,0-0,0}
05-21 13:58:02.456 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:02.456 848 904 D SplashScreenView: Branding: view: android.view.View{6e9ea45 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:02.506 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@20e8bef in: PRE_ON_CREATE
05-21 13:58:02.507 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:02.552 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:02.554 1728 2288 E HwDetectorWithState: a: 3
05-21 13:58:02.739 595 608 I system_server: NativeAlloc concurrent copying GC freed 206707(6234KB) AllocSpace objects, 6(120KB) LOS objects, 44% free, 30MB/54MB, paused 649us,66us total 349.879ms
05-21 13:58:03.081 848 966 D EGL_emulation: app_time_stats: avg=143.04ms min=14.92ms max=843.56ms count=11
05-21 13:58:03.308 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@20e8bef in: CREATED
05-21 13:58:03.318 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@20e8bef
05-21 13:58:03.330 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@20e8bef in: STARTED
05-21 13:58:03.340 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@20e8bef
05-21 13:58:03.383 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@20e8bef in: RESUMED
05-21 13:58:03.393 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@20e8bef
05-21 13:58:03.404 848 966 D EGL_emulation: app_time_stats: avg=14.17ms min=2.51ms max=25.49ms count=53
05-21 13:58:03.495 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:03.498 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s85ms
05-21 13:58:03.565 595 2378 I ImeTracker: com.github.se.polyfit:4df5f9cc: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:03.565 595 2378 I ImeTracker: com.github.se.polyfit:4df5f9cc: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:03.570 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:03.581 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:03.581 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:03.581 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:03.582 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:03.585 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:03.613 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f28a8690: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:03.613 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f28a8690: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:03.733 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:03.821 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@62276a8
05-21 13:58:03.824 595 2387 W InputManager-JNI: Input channel object '381b007 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:04.175 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:04.175 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TotalCalories'; position: 0; useUnmergedTree: false.
05-21 13:58:04.188 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:04.188 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TotalCalories'; position: 0; useUnmergedTree: false.
05-21 13:58:04.197 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616d50 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:04.198 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:04.198 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e6d37288-2e14-4529-a72d-7974881d2666
05-21 13:58:04.198 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07a1e109-8cd6-4181-b0c6-63a9c38923a2
05-21 13:58:04.198 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21c87bb1-31e9-4783-b6e6-cef620997d70
05-21 13:58:04.198 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f07b909c-ba82-4e36-a448-e020778c7459
05-21 13:58:04.198 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2940a583-da77-48b8-9ae6-880a3834dbf7
05-21 13:58:04.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3165bef7-c12f-4484-94f7-7bcaccc0f2d1
05-21 13:58:04.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07621140-4505-49a0-8d99-a0b205fc1834
05-21 13:58:04.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6bfe221-5dd6-4aab-8bc8-c8573d257818
05-21 13:58:04.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9f64c77b-7379-4bdf-97b9-ddebf91d4f75
05-21 13:58:04.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22b02cd7-1059-4dd8-9fd2-488aed186931
05-21 13:58:04.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b05ead8-4e15-4496-81af-b0327ffa3b81
05-21 13:58:04.199 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1db9022-2305-4581-b040-eecb2193a17d
05-21 13:58:04.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d99ba544-a20d-4236-816a-e4ee7572024d
05-21 13:58:04.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7c0feea7-8c91-4447-93c9-15187c63b61f
05-21 13:58:04.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f012a967-186a-49df-89b2-73af9cbbe859
05-21 13:58:04.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 391d62cc-1f15-4f61-8c12-20a2dbee274f
05-21 13:58:04.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d7d1c30-75db-4c80-8b8d-55fcf9ae6b53
05-21 13:58:04.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a95dd2b4-06c4-4425-89b8-79669d3b60f3
05-21 13:58:04.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 462d97c3-3ad2-4b1a-870e-0d481378e05a
05-21 13:58:04.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f1d03562-d325-4416-8e1c-0f95c25be3e1
05-21 13:58:04.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4aaea412-5968-49ab-9df6-854f6b1894be
05-21 13:58:04.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 456f1ef1-00a3-424f-8982-2d4234578f20
05-21 13:58:04.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3af0aab1-c88f-4dbc-86ee-6f6ed62b6925
05-21 13:58:04.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 840aebd2-8100-45ed-be99-41e1f39bd85f
05-21 13:58:04.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 55879060-4fd6-4435-a90b-81247dbfe997
05-21 13:58:04.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 382e12e8-658b-436e-90be-ff83260cef26
05-21 13:58:04.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 31312362-970c-4730-9006-fe43ab1689ed
05-21 13:58:04.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e642c624-94b6-4f16-b919-0e322a0f3e1e
05-21 13:58:04.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b5d338f-81ea-4ef3-81d1-bed7ec6cb9c1
05-21 13:58:04.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed6eb877-751d-447a-ba6d-f9aada2a8e14
05-21 13:58:04.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a1d3dfb4-5034-45a0-995e-80fb6d603e4a
05-21 13:58:04.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e51bacf8-0e58-4844-ae8a-9048fd989ebe
05-21 13:58:04.203 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:04.203 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3e602760-6ea8-4129-a561-627689b810ff
05-21 13:58:04.203 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 13:58:04.203 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 47e68767-a784-4e54-9302-a0a583fe8172
05-21 13:58:04.203 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7dcdc49a-78bf-4de4-bc7b-58ffc5370397
05-21 13:58:04.204 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:04.204 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f8931006-c70c-4fa0-a753-b9c1248d914a
05-21 13:58:04.204 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f2bc2e20-426a-41e4-b393-32f6e9b72c17
05-21 13:58:04.205 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:04.205 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 38cc5237-ebd3-43f1-baf5-609e29308308
05-21 13:58:04.205 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 94efe44f-711b-4af9-b5d6-8564f87f64d1
05-21 13:58:04.205 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: afb84881-ecfd-4630-b04f-d1892d66854b
05-21 13:58:04.205 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=84c3f3d4-1230-4f53-9cc8-76c4c9cc1615,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 692c4105-96db-4458-93ad-4d47a0ea736d
05-21 13:58:04.229 848 904 D SplashScreenView: Build android.window.SplashScreenView{fc77ca4 V.E...... ......ID 0,0-0,0}
05-21 13:58:04.229 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:04.229 848 904 D SplashScreenView: Branding: view: android.view.View{ac23a0d G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:04.252 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:04.269 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@20e8bef in: PAUSED
05-21 13:58:04.286 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@20e8bef
05-21 13:58:04.400 848 966 D EGL_emulation: app_time_stats: avg=93.99ms min=12.24ms max=586.09ms count=14
05-21 13:58:04.414 848 966 D EGL_emulation: app_time_stats: avg=20.44ms min=6.25ms max=111.04ms count=45
05-21 13:58:04.414 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:04.585 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:04.589 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +371ms
05-21 13:58:04.623 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:04.631 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=107, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@3672b2a
05-21 13:58:04.641 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:04.641 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:04.641 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:04.641 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:04.643 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:04.717 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:04.721 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:04.722 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:04.876 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:612395e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:04.876 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:612395e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:04.894 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:04.897 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:04.898 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:04.898 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:04.898 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:04.967 6276 6287 W System : A resource failed to call release.
05-21 13:58:04.969 6276 6287 W System : A resource failed to call release.
05-21 13:58:04.970 6276 6287 W System : A resource failed to call release.
05-21 13:58:04.972 6276 6287 W System : A resource failed to call release.
05-21 13:58:04.974 6276 6287 W System : A resource failed to call release.
05-21 13:58:04.974 6276 6287 W System : A resource failed to call release.
05-21 13:58:05.028 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@20e8bef in: STOPPED
05-21 13:58:05.049 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@20e8bef
05-21 13:58:05.095 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d51bf10
05-21 13:58:05.098 595 2208 W InputManager-JNI: Input channel object '6a662ad Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:05.162 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@20e8bef in: DESTROYED
05-21 13:58:05.164 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:05.167 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ffd9c71
05-21 13:58:05.206 1829 1861 I earchbox:search: Background young concurrent copying GC freed 46049(4376KB) AllocSpace objects, 725(13MB) LOS objects, 6% free, 248MB/264MB, paused 376us,119us total 117.180ms
05-21 13:58:05.240 595 2433 W InputManager-JNI: Input channel object '71d6364 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:05.269 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@aff2369
05-21 13:58:05.293 595 2208 W InputManager-JNI: Input channel object 'fdc45f4 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:05.301 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a46e2cc]
05-21 13:58:05.303 9128 9160 I TestRunner: finished: manyMeals(com.github.se.polyfit.ui.components.list.MealListTest)
-
2.23 s
passedeverythingIsDisplayed
-
05-21 13:58:05.308 9128 9160 I TestRunner: started: everythingIsDisplayed(com.github.se.polyfit.ui.components.list.MealListTest)
05-21 13:58:05.329 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@653a0e2]
05-21 13:58:05.356 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:05.386 848 904 D SplashScreenView: Build android.window.SplashScreenView{eaa5ad2 V.E...... ......ID 0,0-0,0}
05-21 13:58:05.386 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:05.386 848 904 D SplashScreenView: Branding: view: android.view.View{6a0d7a3 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:05.420 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:05.424 848 966 D EGL_emulation: app_time_stats: avg=43.12ms min=1.49ms max=140.09ms count=22
05-21 13:58:05.460 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d6441d in: PRE_ON_CREATE
05-21 13:58:05.461 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:05.512 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:05.516 1728 2210 E HwDetectorWithState: a: 3
05-21 13:58:05.945 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:58:05.999 848 966 D EGL_emulation: app_time_stats: avg=119.76ms min=8.86ms max=809.58ms count=13
05-21 13:58:06.012 1829 1861 I earchbox:search: Background concurrent copying GC freed 236891(13MB) AllocSpace objects, 1420(26MB) LOS objects, 8% free, 250MB/274MB, paused 922us,42us total 554.482ms
05-21 13:58:06.152 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d6441d in: CREATED
05-21 13:58:06.163 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1d6441d
05-21 13:58:06.176 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d6441d in: STARTED
05-21 13:58:06.186 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1d6441d
05-21 13:58:06.228 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d6441d in: RESUMED
05-21 13:58:06.238 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1d6441d
05-21 13:58:06.358 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:06.360 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +989ms
05-21 13:58:06.428 595 2387 I ImeTracker: com.github.se.polyfit:bc74ecbe: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:06.428 595 2387 I ImeTracker: com.github.se.polyfit:bc74ecbe: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:06.433 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:06.435 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:06.436 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:06.438 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:06.438 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:06.440 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:06.449 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e2c90bf2: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:06.449 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e2c90bf2: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:06.463 848 966 D EGL_emulation: app_time_stats: avg=13.48ms min=1.00ms max=67.80ms count=52
05-21 13:58:06.556 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:06.701 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6ed3f15
05-21 13:58:06.703 595 2378 W InputManager-JNI: Input channel object '8075425 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:06.812 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:06.812 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'OccasionTitle'; position: 0; useUnmergedTree: false.
05-21 13:58:06.818 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:06.818 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'OccasionTitle'; position: 0; useUnmergedTree: false.
05-21 13:58:06.823 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:06.823 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TotalCalories'; position: 0; useUnmergedTree: false.
05-21 13:58:06.830 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:06.830 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TotalCalories'; position: 0; useUnmergedTree: false.
05-21 13:58:06.847 848 904 D SplashScreenView: Build android.window.SplashScreenView{f564d8a V.E...... ......ID 0,0-0,0}
05-21 13:58:06.847 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:06.847 848 904 D SplashScreenView: Branding: view: android.view.View{61b3ffb G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:06.869 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:06.874 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d6441d in: PAUSED
05-21 13:58:06.885 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1d6441d
05-21 13:58:06.963 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:07.015 848 966 D EGL_emulation: app_time_stats: avg=56.23ms min=2.84ms max=337.60ms count=17
05-21 13:58:07.153 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:07.167 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +315ms
05-21 13:58:07.176 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:07.178 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=111, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@ae2a63a
05-21 13:58:07.185 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:07.185 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:07.185 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:07.185 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:07.186 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:07.220 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:07.229 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:07.229 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:07.262 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fb3f0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:07.277 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:07.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e8e67bdf-dbb2-44fb-9f9b-203400adc660
05-21 13:58:07.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 00a5db89-804e-429e-8e7b-759029ea88be
05-21 13:58:07.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ea2bcf6-5332-4c18-a30a-a3d8c71b95f9
05-21 13:58:07.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a2a7bc00-219b-4b5a-9ffa-3eaaf4dc2e52
05-21 13:58:07.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16fa1864-57cc-48d0-bf03-ed640e899825
05-21 13:58:07.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 223c1f7c-94c9-41df-bf44-534bf2214bc0
05-21 13:58:07.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01e6b40a-7cb5-4590-8761-77d0e905a7c9
05-21 13:58:07.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d22f41b-1eba-4cc5-b838-9fbadcc9a295
05-21 13:58:07.280 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57c89a36-96d1-431e-82e7-e447ee280827
05-21 13:58:07.281 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d6f5389f-6759-485f-b55f-80985b9df1f5
05-21 13:58:07.281 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3286ea6b-ac35-4890-a074-1c975038289e
05-21 13:58:07.281 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 55217167-8004-44b0-a8ae-4168b04c2fda
05-21 13:58:07.282 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 262283f1-5bf3-4c29-a9da-a5b74c96bf65
05-21 13:58:07.282 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db538327-deb4-46c3-b4d4-c20c7a390fad
05-21 13:58:07.282 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ddb1eef-13f5-4535-ac91-34eb8f9e26c1
05-21 13:58:07.283 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a2c49241-a2d5-498f-ad15-22dce38ef4ee
05-21 13:58:07.283 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6bbd094f-cb82-4111-87cd-d20ff20eb61a
05-21 13:58:07.283 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c1d1f694-bae1-4a5b-9cbf-73cc282b876d
05-21 13:58:07.284 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2905153e-5964-4dc6-9f1b-f6ff2bdd858a
05-21 13:58:07.284 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21e622d0-888b-4976-80b7-c5c9bdaa4e75
05-21 13:58:07.284 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93712d89-2c46-41fb-94c9-c20b3fed40b2
05-21 13:58:07.285 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0dbafe73-ce58-45ce-af02-d419f0df18fd
05-21 13:58:07.285 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: afc861e0-758b-4c83-a035-0a486e16992e
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d00e84c3-5011-4259-a71b-21f822c0d218
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e9efead8-f2a5-48b7-830d-90539dc1c693
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ae0f313-67c6-4574-9dff-099b75f9434c
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ead7fdcc-61bb-4d87-a827-566d9dd96c28
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb632445-9998-4799-a2ff-593942badd76
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c407986c-33d0-4be7-907f-fcefc7c662d3
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0278076b-86cf-46b3-b351-a186ef56f3a3
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: eed7f8ef-8fc8-4d93-afb9-8ec12466873c
05-21 13:58:07.286 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 88fd6380-1155-44ad-991b-b8fdd7d15867
05-21 13:58:07.289 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:07.290 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 98eb728e-6a66-4b93-a7a5-c9e792810317
05-21 13:58:07.292 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:07.292 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fbc34390-75d2-4c2b-a3d6-2b7db0df39fb
05-21 13:58:07.292 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: af13e447-bef1-4172-92ee-5e45da99eee9
05-21 13:58:07.303 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:07.303 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3da4d0aa-0f96-4e26-af0b-e1b2d94a4972
05-21 13:58:07.303 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1233cde1-1ab0-471c-9dfe-d0bea49b9255
05-21 13:58:07.305 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:07.305 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f6bfb735-7111-4174-9d1b-9fcc34ec90b1
05-21 13:58:07.305 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8d255833-b09f-4c68-928b-8641cd6806f6
05-21 13:58:07.305 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 88df43c5-d4a6-4b90-9a7e-c0c330be728c
05-21 13:58:07.305 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=a5823f28-d8da-4031-8479-1e4db2e00497,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 020c03b7-3430-4d05-8547-7af37d529547
05-21 13:58:07.347 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:42a2763f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:07.348 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:42a2763f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:07.368 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:58:07.372 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:07.378 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:07.379 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:07.379 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:07.382 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:07.418 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d6441d in: STOPPED
05-21 13:58:07.434 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1d6441d
05-21 13:58:07.470 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d6441d in: DESTROYED
05-21 13:58:07.471 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:07.473 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d06e245
05-21 13:58:07.476 848 966 D EGL_emulation: app_time_stats: avg=23.28ms min=1.73ms max=86.56ms count=39
05-21 13:58:07.518 595 612 W InputManager-JNI: Input channel object 'f1ecd38 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:07.542 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@653a0e2]
05-21 13:58:07.544 9128 9160 I TestRunner: finished: everythingIsDisplayed(com.github.se.polyfit.ui.components.list.MealListTest)
-
2.49 s
passedoneMealDisplays
-
05-21 13:58:07.547 9128 9160 I TestRunner: started: oneMealDisplays(com.github.se.polyfit.ui.components.list.MealListTest)
05-21 13:58:07.560 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d1a2f5e]
05-21 13:58:07.581 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:07.718 848 904 D SplashScreenView: Build android.window.SplashScreenView{e509ba7 V.E...... ......ID 0,0-0,0}
05-21 13:58:07.718 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:07.718 848 904 D SplashScreenView: Branding: view: android.view.View{1e95854 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:07.722 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a92e209 in: PRE_ON_CREATE
05-21 13:58:07.723 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:07.729 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@212a4ad
05-21 13:58:07.732 595 612 W InputManager-JNI: Input channel object '7716d7b Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:07.732 1829 1861 I earchbox:search: Background young concurrent copying GC freed 48943(4576KB) AllocSpace objects, 740(13MB) LOS objects, 5% free, 250MB/265MB, paused 100us,54us total 169.323ms
05-21 13:58:07.760 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:07.761 1728 2288 E HwDetectorWithState: a: 3
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 170866, 0, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 170866, 0, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 170866, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 170888, 94334027, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 170888, 94334027, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 170911, 0, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 170911, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 170926, 0, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 170926, 0, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 170926, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 170964, 125096766, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 170964, 125096766, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 171023, 119399375, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 171023, 119399375, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 171054, 0, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 171054, 0, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 171054, CUJ=J
05-21 13:58:07.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 171078, 55760760, CUJ=J
05-21 13:58:08.170 848 966 D EGL_emulation: app_time_stats: avg=86.60ms min=15.47ms max=456.02ms count=13
05-21 13:58:08.418 1829 1861 I earchbox:search: Background concurrent copying GC freed 244769(14MB) AllocSpace objects, 1599(29MB) LOS objects, 8% free, 249MB/273MB, paused 89us,25us total 542.443ms
05-21 13:58:08.466 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a92e209 in: CREATED
05-21 13:58:08.477 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@a92e209
05-21 13:58:08.478 848 966 D EGL_emulation: app_time_stats: avg=31.01ms min=1.57ms max=245.57ms count=28
05-21 13:58:08.490 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a92e209 in: STARTED
05-21 13:58:08.500 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@a92e209
05-21 13:58:08.549 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a92e209 in: RESUMED
05-21 13:58:08.562 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@a92e209
05-21 13:58:08.709 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:08.713 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s106ms
05-21 13:58:08.773 595 1558 I ImeTracker: com.github.se.polyfit:efaeb43a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:08.773 595 1558 I ImeTracker: com.github.se.polyfit:efaeb43a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:08.780 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:08.783 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:08.784 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:08.785 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:08.805 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:08.809 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@88eaaaa
05-21 13:58:08.816 595 2378 W InputManager-JNI: Input channel object 'c62ee86 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:08.872 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d3b73002: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:08.872 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d3b73002: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:08.880 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:09.039 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ee14b43
05-21 13:58:09.040 595 2378 W InputManager-JNI: Input channel object '88e8d3b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:09.044 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:09.182 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:09.182 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'MealCard'; position: 0; useUnmergedTree: false.
05-21 13:58:09.195 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:09.195 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'MealCard'; position: 0; useUnmergedTree: false.
05-21 13:58:09.200 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:09.200 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'MealCard'; position: 0; useUnmergedTree: false.
05-21 13:58:09.210 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:09.210 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TotalCalories'; position: 0; useUnmergedTree: false.
05-21 13:58:09.212 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:09.212 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TotalCalories'; position: 0; useUnmergedTree: false.
05-21 13:58:09.235 848 904 D SplashScreenView: Build android.window.SplashScreenView{936b1d9 V.E...... ......ID 0,0-0,0}
05-21 13:58:09.235 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:09.235 848 904 D SplashScreenView: Branding: view: android.view.View{d50079e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:09.268 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a92e209 in: PAUSED
05-21 13:58:09.271 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:09.281 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@a92e209
05-21 13:58:09.364 848 966 D EGL_emulation: app_time_stats: avg=80.85ms min=2.57ms max=445.68ms count=14
05-21 13:58:09.364 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:09.541 848 966 D EGL_emulation: app_time_stats: avg=17.75ms min=1.31ms max=124.39ms count=45
05-21 13:58:09.563 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:09.565 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +332ms
05-21 13:58:09.581 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:09.585 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=115, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@781c969
05-21 13:58:09.601 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:09.602 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:09.602 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:09.604 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:09.608 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:09.639 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:09.640 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:09.640 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:09.715 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:753558c8: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:09.715 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:753558c8: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:09.719 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:09.722 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:09.722 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:09.722 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:09.723 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:09.777 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a92e209 in: STOPPED
05-21 13:58:09.799 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@a92e209
05-21 13:58:09.902 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a92e209 in: DESTROYED
05-21 13:58:09.903 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:09.906 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3eafd17
05-21 13:58:09.948 595 2378 W InputManager-JNI: Input channel object 'd68eb59 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
-
8.99 s
com.github.se.polyfit.ui.components.nutrition.NutritionalInformationTest
-
3.59 s
passedregularMeal
-
05-21 13:58:10.053 9128 9160 I TestRunner: started: regularMeal(com.github.se.polyfit.ui.components.nutrition.NutritionalInformationTest)
05-21 13:58:10.058 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d553738
05-21 13:58:10.062 595 612 W InputManager-JNI: Input channel object '7e910f5 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:10.088 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3c55fb2]
05-21 13:58:10.134 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:10.143 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6354667
05-21 13:58:10.161 848 904 D SplashScreenView: Build android.window.SplashScreenView{3a3fd6b V.E...... ......ID 0,0-0,0}
05-21 13:58:10.161 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:10.161 848 904 D SplashScreenView: Branding: view: android.view.View{fcbb0c8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:10.163 595 1558 W InputManager-JNI: Input channel object '912b0cf com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:10.186 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:10.198 1829 1861 I earchbox:search: Background young concurrent copying GC freed 64084(6096KB) AllocSpace objects, 1014(18MB) LOS objects, 8% free, 242MB/265MB, paused 943us,235us total 155.907ms
05-21 13:58:10.234 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a35a02d in: PRE_ON_CREATE
05-21 13:58:10.235 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:10.272 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:10.278 1728 2210 E HwDetectorWithState: a: 3
05-21 13:58:10.556 848 966 D EGL_emulation: app_time_stats: avg=23.04ms min=1.97ms max=125.38ms count=34
05-21 13:58:10.763 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:10.765 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 51dd04ed-f8e3-46c0-b7ae-4597b6cc5984
05-21 13:58:10.766 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760b500 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:10.767 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 321171ea-2734-4736-b36a-eb661ecc83fd
05-21 13:58:10.771 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ad14faea-7499-4c4f-9084-7a1e9473eb34
05-21 13:58:10.772 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 48032d01-6d28-425e-91d4-461821007130
05-21 13:58:10.772 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e47cd103-a09c-4234-b036-33b25dc7734e
05-21 13:58:10.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 364e7ebc-b760-4e0c-ae4f-a0f03443dcef
05-21 13:58:10.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4dc220b3-186d-4f40-8f1e-22410e8bcccc
05-21 13:58:10.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ca52773-27c4-46fa-b99d-7cd564fc6a34
05-21 13:58:10.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8eb2a537-4e22-4cbf-9b85-b51b8ab32053
05-21 13:58:10.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a0f3241-695f-4eab-8b28-49218488b8de
05-21 13:58:10.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbde6c5d-3aef-4921-b90a-59ff91d5a9d3
05-21 13:58:10.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c97c50f2-8f5a-4e97-8612-e9905fe09ad3
05-21 13:58:10.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d6e12eb-e964-4d25-a128-dd1bc26e9eda
05-21 13:58:10.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d7b6e89-fb2b-4866-acfa-54ef37cdf459
05-21 13:58:10.776 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6753f56a-14c0-4057-9c9f-af82ddbfc005
05-21 13:58:10.777 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2d8d043d-c54a-4609-8835-b5bb8929b7ea
05-21 13:58:10.777 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a9fdd6b7-eeca-4a57-b051-c9db4ab96dd6
05-21 13:58:10.777 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9567fd62-f141-4b2c-96f7-fdb1868f73ef
05-21 13:58:10.778 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 02a724cf-6852-45b8-9e78-66c8fdee2884
05-21 13:58:10.778 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ddd6ff5b-7097-4187-8f7a-c4caf763c827
05-21 13:58:10.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97b6daa7-f414-40ae-b591-a4f7348bacda
05-21 13:58:10.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb70e1c0-4e7c-496d-84b6-02d9dbd435d1
05-21 13:58:10.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e96a8c6-383f-467b-9e7a-f462272b5a9e
05-21 13:58:10.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8346900c-73e8-4dd6-8a34-d23602306909
05-21 13:58:10.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 28c8fe51-bfce-4046-91d4-a043000e893c
05-21 13:58:10.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc271cbf-f4ca-4ff4-a57a-5433390b0f53
05-21 13:58:10.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7446d11f-602a-4b6b-b54c-59e534dc4550
05-21 13:58:10.780 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97172cdf-0bec-4afe-854a-bc486b4b4d78
05-21 13:58:10.780 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec4119a8-1f4c-4e4e-b567-e6aab5c6cfa2
05-21 13:58:10.780 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cdb65416-96c3-4c65-98ca-d65391af4aea
05-21 13:58:10.780 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f1dd0bac-2631-402e-a062-486e88293b5c
05-21 13:58:10.780 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3cd43ae7-12ec-4756-b174-cc584c634b3e
05-21 13:58:10.782 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:10.782 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5d0195bf-1549-44ba-8812-8d2103e0f2a0
05-21 13:58:10.784 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 13:58:10.784 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 07068e65-fdcc-4fc5-b3da-3b9990f02197
05-21 13:58:10.784 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 94617387-c3ff-4ebe-847a-60d815ed3291
05-21 13:58:10.785 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:10.786 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e13eab4e-91d8-461f-b7ee-b2cb30ed1e37
05-21 13:58:10.787 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fdf299c4-8f71-4f21-8865-80a22d504d7b
05-21 13:58:10.790 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:10.790 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3e22a7c4-eb21-44bd-8287-114d7ce87c4f
05-21 13:58:10.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5228f08e-f87d-4688-9423-4b3c1d91e056
05-21 13:58:10.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b54c6004-e7ed-4cfd-9373-919c66aabe76
05-21 13:58:10.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=22e9e960-8163-42cc-9cfa-487a2d981bac,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d7c851c7-8aac-4edc-9443-dadfbab820b8
05-21 13:58:10.872 848 966 D EGL_emulation: app_time_stats: avg=92.87ms min=9.47ms max=837.73ms count=16
05-21 13:58:11.147 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a35a02d in: CREATED
05-21 13:58:11.160 595 608 I system_server: NativeAlloc concurrent copying GC freed 176536(5490KB) AllocSpace objects, 6(120KB) LOS objects, 44% free, 30MB/54MB, paused 584us,85us total 189.810ms
05-21 13:58:11.162 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@a35a02d
05-21 13:58:11.181 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a35a02d in: STARTED
05-21 13:58:11.199 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@a35a02d
05-21 13:58:11.262 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a35a02d in: RESUMED
05-21 13:58:11.278 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@a35a02d
05-21 13:58:11.433 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:11.438 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s290ms
05-21 13:58:11.525 595 2433 I ImeTracker: com.github.se.polyfit:7f4cefd7: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:11.526 595 2433 I ImeTracker: com.github.se.polyfit:7f4cefd7: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:11.541 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:11.542 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:11.545 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:11.545 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:11.545 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:11.547 9128 9160 I thub.se.polyfit: Waiting for a blocking GC ClassLinker
05-21 13:58:11.547 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:11.557 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4170309b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:11.557 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4170309b: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:11.665 848 966 D EGL_emulation: app_time_stats: avg=15.24ms min=1.41ms max=118.19ms count=50
05-21 13:58:11.705 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 730216(24MB) AllocSpace objects, 21(1008KB) LOS objects, 49% free, 24MB/48MB, paused 4.097ms,86us total 1.127s
05-21 13:58:11.705 9128 9160 I thub.se.polyfit: WaitForGcToComplete blocked ClassLinker on Background for 158.017ms
05-21 13:58:11.708 1829 1861 I earchbox:search: Background concurrent copying GC freed 386302(15MB) AllocSpace objects, 1446(26MB) LOS objects, 8% free, 254MB/278MB, paused 266us,78us total 725.021ms
05-21 13:58:11.710 9128 9160 W thub.se.polyfit: Verification of void com.github.se.polyfit.ui.components.nutrition.NutritionalInformationTest$setup$1.invoke(androidx.compose.runtime.Composer, int) took 164.225ms (901.20 bytecodes/s) (4344B approximate peak alloc)
05-21 13:58:11.778 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9830547
05-21 13:58:11.779 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:11.779 595 2387 W InputManager-JNI: Input channel object 'c8f3784 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:11.812 9128 9128 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 13:58:12.498 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:12.498 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'NoNutritionalInformation'); position: 0; useUnmergedTree: false.
05-21 13:58:12.512 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:12.512 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 13:58:12.517 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:12.517 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 13:58:12.524 9128 9144 I OpenGLRenderer: Davey! duration=754ms; Flags=0, FrameTimelineVsyncId=174270, IntendedVsync=7264472258025, Vsync=7264722258015, InputEventId=0, HandleInputStart=7264731715993, AnimationStart=7264731724909, PerformTraversalsStart=7264731728155, DrawStart=7265195385708, FrameDeadline=7264488924691, FrameInterval=7264731317066, FrameStartTime=16666666, SyncQueued=7265213753265, SyncStart=7265213828265, IssueDrawCommandsStart=7265214006407, SwapBuffers=7265216049500, FrameCompleted=7265226959539, DequeueBufferDuration=5149, QueueBufferDuration=283728, GpuCompleted=7265216049500, SwapBuffersCompleted=7265226959539, DisplayPresentTime=0, CommandSubmissionCompleted=7265216049500,
05-21 13:58:12.525 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:12.525 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'NutrientInfo'); position: 0; useUnmergedTree: false.
05-21 13:58:12.529 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:12.529 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientName'); position: 0; useUnmergedTree: false.
05-21 13:58:12.533 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:12.533 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientName'); position: 0; useUnmergedTree: false.
05-21 13:58:12.536 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:12.536 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientAmount'); position: 0; useUnmergedTree: false.
05-21 13:58:12.540 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:12.540 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientAmount'); position: 0; useUnmergedTree: false.
05-21 13:58:12.688 848 966 D EGL_emulation: app_time_stats: avg=16.18ms min=1.40ms max=58.34ms count=56
05-21 13:58:12.690 848 904 D SplashScreenView: Build android.window.SplashScreenView{9575ac3 V.E...... ......ID 0,0-0,0}
05-21 13:58:12.690 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:12.690 848 904 D SplashScreenView: Branding: view: android.view.View{dab3f40 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:12.719 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:12.746 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a35a02d in: PAUSED
05-21 13:58:12.766 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@a35a02d
05-21 13:58:12.843 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.843 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.843 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.844 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.844 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.844 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.845 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.845 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.845 6276 6287 W System : A resource failed to call release.
05-21 13:58:12.858 848 966 D EGL_emulation: app_time_stats: avg=139.24ms min=3.21ms max=1161.08ms count=14
05-21 13:58:12.868 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:13.060 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:13.062 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +381ms
05-21 13:58:13.110 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:13.113 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=119, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@ce4bdb9
05-21 13:58:13.131 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:13.131 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:13.131 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:13.131 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:13.133 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:13.226 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:13.227 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:13.227 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:13.316 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:fd09f074: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:13.317 595 1558 I ImeTracker: com.google.android.apps.nexuslauncher:fd09f074: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:13.324 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:13.326 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:13.327 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:13.327 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:13.328 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:13.405 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5cae01f
05-21 13:58:13.409 595 1558 W InputManager-JNI: Input channel object 'd425c0a Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:13.427 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a35a02d in: STOPPED
05-21 13:58:13.460 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@a35a02d
05-21 13:58:13.461 1829 1861 I earchbox:search: Background young concurrent copying GC freed 63058(5985KB) AllocSpace objects, 1000(18MB) LOS objects, 8% free, 242MB/265MB, paused 81us,190us total 171.148ms
05-21 13:58:13.578 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a35a02d in: DESTROYED
05-21 13:58:13.580 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:13.582 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f66cf5b
05-21 13:58:13.610 595 2433 W InputManager-JNI: Input channel object 'dce6f7f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:13.641 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3c55fb2]
05-21 13:58:13.643 9128 9160 I TestRunner: finished: regularMeal(com.github.se.polyfit.ui.components.nutrition.NutritionalInformationTest)
-
2.61 s
passednoCaloriesAvailable
-
05-21 13:58:13.648 9128 9160 I TestRunner: started: noCaloriesAvailable(com.github.se.polyfit.ui.components.nutrition.NutritionalInformationTest)
05-21 13:58:13.669 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8deb2d7]
05-21 13:58:13.709 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2841eb0
05-21 13:58:13.715 595 2433 W InputManager-JNI: Input channel object '2096a6b com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:13.720 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:13.720 848 966 D EGL_emulation: app_time_stats: avg=33.20ms min=1.80ms max=115.64ms count=28
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 175578, 83348756, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 175600, 0, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 175600, 0, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 175600, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 175607, 0, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 175607, 0, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 175607, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 175645, 116484814, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 175645, 116484814, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 175696, 0, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 175696, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 175719, 0, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 175719, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 175777, 69598065, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 175777, 69598065, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 175799, 74412744, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 175799, 74412744, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 175843, 76684989, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 175843, 76684989, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 175887, 79004325, CUJ=J
05-21 13:58:13.732 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 175887, 79004325, CUJ=J
05-21 13:58:13.756 848 904 D SplashScreenView: Build android.window.SplashScreenView{687e85 V.E...... ......ID 0,0-0,0}
05-21 13:58:13.756 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:13.756 848 904 D SplashScreenView: Branding: view: android.view.View{2e894da G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:13.762 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:13.802 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5de3d06 in: PRE_ON_CREATE
05-21 13:58:13.803 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:13.868 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:13.871 1728 2288 E HwDetectorWithState: a: 3
05-21 13:58:13.915 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:13.917 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fdb50 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:13.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a279435f-3bc1-45d3-991e-805229ba287b
05-21 13:58:13.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47e606b9-00d7-4bae-8ce4-11ca21f7ee0a
05-21 13:58:13.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 040d283e-4b60-4b12-9ee2-3830d6af5ba9
05-21 13:58:13.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bfb220c0-a621-423a-b4cc-22f1404a50d7
05-21 13:58:13.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dff86226-bab9-49e5-9f6c-de7098ef2402
05-21 13:58:13.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b41fdf12-f167-4fc3-9d84-6e535c1deaa8
05-21 13:58:13.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7ba9550-877d-41ea-89c1-264b57fc1451
05-21 13:58:13.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b139581-4658-4fce-b3f6-a804997596fb
05-21 13:58:13.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 10db85f3-8d6b-4677-97e9-d0b71d732b1e
05-21 13:58:13.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 15f32a59-98bf-4fa8-8089-436c3eda177c
05-21 13:58:13.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f07fe20d-29a8-4c77-9ec0-aa060ffa7632
05-21 13:58:13.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d0ffe494-5558-4788-9a96-683a8fc2d51b
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3953fd83-92c9-428d-8c0b-7046764eec4c
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a4677d4-753c-4899-90a1-7f1577ff52db
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 004d680d-2a3f-41a8-abbc-c2e32e16b0da
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a377e097-dcab-4a79-adce-cdc09c9738d0
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e9d30f9-d0d4-42d4-a2d0-15979b95ce65
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c6e02be2-4702-4b29-a094-c849d30ec6cc
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1fd9498b-ac7f-4936-802d-97be4f50d4d7
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ee20dba-bacd-4873-baad-1b56a956d6c5
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: faade588-9e4c-42c8-bbbd-082aa7f27493
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6982065e-31b7-42b5-a834-a9fb7aeb8f37
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f653b488-48c4-4429-b7fc-e8365e1ce914
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4672a267-4c96-4dc6-a41a-d8c44a107218
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e70d5aa6-795a-4247-883b-a23630870665
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a54d01f-0cba-4f0a-8761-46d5b00d25fe
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f5390b37-3c32-4ff7-a1d2-2a85de027f62
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ad4dcf4-ef46-4c24-9fee-c6ec91f298fb
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 998d31ba-8920-40a8-b241-4034d86472d9
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52993a31-2a5f-4367-b4e3-3819fb2aa772
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3815dc5f-8910-4f87-8f79-c399a4ae8cc4
05-21 13:58:13.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f4b23211-1ce6-46c8-863d-0ecf5c232626
05-21 13:58:13.935 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:13.935 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5e348af0-a08c-45be-bc51-4ff3ecfe6b03
05-21 13:58:13.938 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:13.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b5996983-85fd-4376-9c34-50477ddb5084
05-21 13:58:13.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c08a59f3-6d42-4166-9769-a8a3074d5af9
05-21 13:58:13.938 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:13.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 279469c8-8e95-479a-b005-33e85864fb4d
05-21 13:58:13.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4bce7766-106d-4978-9f65-d55eb8161681
05-21 13:58:13.944 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:13.944 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: eb7eeb9d-d415-4fae-a15b-75fb0e4af47a
05-21 13:58:13.946 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f07a02ae-8304-45c3-a3d3-902a0ba7f742
05-21 13:58:13.946 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1423eb57-f4dc-4b3c-9acc-ea06367526f1
05-21 13:58:13.946 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=c8587c69-bdec-4eac-b81f-f0543b8973ba,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 078c23cd-060a-4529-9b2f-a7adeb3e70a8
05-21 13:58:14.349 848 966 D EGL_emulation: app_time_stats: avg=113.32ms min=12.90ms max=829.48ms count=13
05-21 13:58:14.468 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5de3d06 in: CREATED
05-21 13:58:14.481 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@5de3d06
05-21 13:58:14.493 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5de3d06 in: STARTED
05-21 13:58:14.503 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@5de3d06
05-21 13:58:14.549 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5de3d06 in: RESUMED
05-21 13:58:14.561 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@5de3d06
05-21 13:58:14.674 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:14.677 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +938ms
05-21 13:58:14.695 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:14.696 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:92e5854b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:14.697 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:92e5854b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:14.700 1829 1861 I earchbox:search: Background concurrent copying GC freed 399675(17MB) AllocSpace objects, 1754(32MB) LOS objects, 8% free, 255MB/279MB, paused 256us,28us total 654.780ms
05-21 13:58:14.751 595 1558 I ImeTracker: com.github.se.polyfit:97869bf3: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:14.751 595 1558 I ImeTracker: com.github.se.polyfit:97869bf3: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:14.757 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:14.762 848 966 D EGL_emulation: app_time_stats: avg=14.20ms min=1.38ms max=61.70ms count=54
05-21 13:58:14.763 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:14.764 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:14.764 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:14.765 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:14.842 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:14.993 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1377e01
05-21 13:58:14.995 595 2378 W InputManager-JNI: Input channel object '9c34170 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:15.338 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:15.338 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'NoNutritionalInformation'); position: 0; useUnmergedTree: false.
05-21 13:58:15.348 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:15.348 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'NoNutritionalInformation'); position: 0; useUnmergedTree: false.
05-21 13:58:15.352 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:15.352 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 13:58:15.357 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:15.357 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 13:58:15.362 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:15.362 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'NutrientInfo'); position: 0; useUnmergedTree: false.
05-21 13:58:15.364 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:15.364 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientAmount'); position: 0; useUnmergedTree: false.
05-21 13:58:15.366 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:15.366 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientName'); position: 0; useUnmergedTree: false.
05-21 13:58:15.385 848 904 D SplashScreenView: Build android.window.SplashScreenView{339ee06 V.E...... ......ID 0,0-0,0}
05-21 13:58:15.385 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:15.385 848 904 D SplashScreenView: Branding: view: android.view.View{4d45cc7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:15.402 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:15.420 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5de3d06 in: PAUSED
05-21 13:58:15.436 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@5de3d06
05-21 13:58:15.565 848 966 D EGL_emulation: app_time_stats: avg=86.81ms min=13.88ms max=632.15ms count=14
05-21 13:58:15.581 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:15.637 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 110360(4586KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 17MB/34MB, paused 211us,93us total 149.261ms
05-21 13:58:15.787 848 966 D EGL_emulation: app_time_stats: avg=20.38ms min=2.53ms max=89.59ms count=46
05-21 13:58:15.809 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:15.814 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +425ms
05-21 13:58:15.917 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:15.924 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=123, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@deb4b79
05-21 13:58:15.932 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:15.936 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:15.937 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:15.937 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:15.937 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:15.938 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:15.940 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:15.964 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:16.021 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:8ca8e966: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:16.022 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:8ca8e966: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:16.062 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:16.064 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5de3d06 in: STOPPED
05-21 13:58:16.086 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:16.086 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:16.086 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:16.087 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:16.087 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@5de3d06
05-21 13:58:16.155 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5de3d06 in: DESTROYED
05-21 13:58:16.156 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:16.159 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8fd93a8
05-21 13:58:16.202 595 2433 W InputManager-JNI: Input channel object '13fee1e com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:16.250 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8deb2d7]
05-21 13:58:16.252 9128 9160 I TestRunner: finished: noCaloriesAvailable(com.github.se.polyfit.ui.components.nutrition.NutritionalInformationTest)
-
2.79 s
passedonlyCalories
-
05-21 13:58:16.260 9128 9160 I TestRunner: started: onlyCalories(com.github.se.polyfit.ui.components.nutrition.NutritionalInformationTest)
05-21 13:58:16.297 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4afcdad]
05-21 13:58:16.346 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:16.404 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@38fb19
05-21 13:58:16.429 595 1558 W InputManager-JNI: Input channel object '61ea0df Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:16.438 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:16.457 848 904 D SplashScreenView: Build android.window.SplashScreenView{bf2ed5e V.E...... ......ID 0,0-0,0}
05-21 13:58:16.457 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:16.457 848 904 D SplashScreenView: Branding: view: android.view.View{f75e53f G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:16.483 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c68d355
05-21 13:58:16.484 595 2433 W InputManager-JNI: Input channel object 'f546aa9 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:16.503 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5c83cf4 in: PRE_ON_CREATE
05-21 13:58:16.504 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:16.531 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:16.532 1728 2210 E HwDetectorWithState: a: 3
05-21 13:58:16.798 848 966 D EGL_emulation: app_time_stats: avg=21.27ms min=3.57ms max=154.55ms count=36
05-21 13:58:17.052 848 966 D EGL_emulation: app_time_stats: avg=98.62ms min=10.86ms max=680.35ms count=15
05-21 13:58:17.270 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5c83cf4 in: CREATED
05-21 13:58:17.283 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@5c83cf4
05-21 13:58:17.298 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5c83cf4 in: STARTED
05-21 13:58:17.310 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@5c83cf4
05-21 13:58:17.336 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:58:17.384 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5c83cf4 in: RESUMED
05-21 13:58:17.398 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@5c83cf4
05-21 13:58:17.515 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:17.518 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s155ms
05-21 13:58:17.583 595 2433 I ImeTracker: com.github.se.polyfit:c6c82140: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:17.583 595 2433 I ImeTracker: com.github.se.polyfit:c6c82140: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:17.593 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:17.599 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:17.601 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:17.602 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:17.602 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:17.602 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ccdee145: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:17.603 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ccdee145: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:17.603 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:17.647 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x751367612a90 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:17.649 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:17.649 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 255e8757-182d-4da7-8b4c-862cb55aff5f
05-21 13:58:17.650 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b830aaf-7b3a-42b2-8c17-c5c49ba34fe4
05-21 13:58:17.650 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3afb7759-7b8a-47b4-b657-f2f7c6c7fe63
05-21 13:58:17.650 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4e9a8e9-f1a2-419e-9949-3b4e768adf34
05-21 13:58:17.650 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: be7314f9-60d6-46f7-a38f-952ccefa4c42
05-21 13:58:17.650 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92010769-1c1f-4f91-a296-cb7b93a6d003
05-21 13:58:17.651 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 950ca426-0c4a-4697-a772-9e297c9608a8
05-21 13:58:17.651 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cd1a265b-f08f-47c2-acdf-922a9906a6ae
05-21 13:58:17.651 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7cbcf5e8-1cd6-41af-a029-47174743c75a
05-21 13:58:17.651 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e1c7eb2e-a22b-4791-b30d-ac0c1c74af77
05-21 13:58:17.651 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86a77e8a-f063-4fba-902d-e7a81ad26c1a
05-21 13:58:17.651 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e1e5dbf-c768-41c3-8d0b-263c6cf1d08a
05-21 13:58:17.652 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2a7b0a21-0922-41f5-a8ca-d81ed04f49aa
05-21 13:58:17.652 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 268cc2b9-5e8c-4c8c-8306-c373c2b548a3
05-21 13:58:17.652 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fd0d5551-1f69-4f00-80c7-fb9307ea8ac7
05-21 13:58:17.652 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b83bba0-ac62-462c-8940-64bf6515e792
05-21 13:58:17.652 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 292c38e6-c1f9-4dc1-a66d-71496261a5db
05-21 13:58:17.652 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4519a3e-7d7d-431b-b7bf-1659abf22717
05-21 13:58:17.652 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b81fe35-d9e6-4998-b716-73388fb7eac0
05-21 13:58:17.653 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 618b1fb7-99dc-4e4c-b489-fa9276b8c9f3
05-21 13:58:17.653 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 514645d1-11cd-496e-9f51-e1eef62ec588
05-21 13:58:17.653 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0ac57932-5a50-4df0-a4e5-69bd32415e21
05-21 13:58:17.653 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 08f5f6f9-807d-4472-b8f9-4c40b8eede27
05-21 13:58:17.653 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d1e634d0-9ad7-428d-8b2c-3647e4852a0c
05-21 13:58:17.653 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79156732-16e5-4515-a251-22ae34f9a677
05-21 13:58:17.654 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 14b19ab0-8bd6-4902-97a9-8ca1c195efaf
05-21 13:58:17.654 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b1e6ac7a-aec2-47b2-a212-e64dc73e90f9
05-21 13:58:17.654 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b1ff809a-7f96-4e0e-b13e-b9b060240ca6
05-21 13:58:17.654 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2f1fc9a-6b4c-414d-b6d0-bd4240e6748b
05-21 13:58:17.654 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ccd7534f-a8f6-413c-9db9-c5223666a6f2
05-21 13:58:17.654 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e378c8a8-fdec-46d7-9f7f-1cadf1c202b4
05-21 13:58:17.655 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aea3439a-205a-41e9-b73b-d1c6a30c8e64
05-21 13:58:17.656 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:17.657 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f867a1e8-d0ac-49da-8677-8eccd920ffce
05-21 13:58:17.658 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:17.658 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a77f4967-0e9d-4380-a26b-3556d45a11d9
05-21 13:58:17.658 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 97a1eae8-5d3c-4ab8-a03d-cfe60682b62c
05-21 13:58:17.660 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:17.660 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 19e9671e-c026-4e58-a7ee-7b88c793a098
05-21 13:58:17.660 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6b5e8b18-ef86-4d08-a3a6-ef0b15e336f4
05-21 13:58:17.662 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:17.662 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b2a4bb7c-68ea-4d89-a92b-55b0aee07adc
05-21 13:58:17.662 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d5b3b5ed-df2b-4595-bff0-25b6b1b00001
05-21 13:58:17.662 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 86ae09aa-966d-4b40-93c4-62d177137f38
05-21 13:58:17.663 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=95ea8869-3b23-4635-bcbc-8f0cfd90b355,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 530084c4-98df-4fdb-9e0b-ccab42649961
05-21 13:58:17.726 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:17.809 848 966 D EGL_emulation: app_time_stats: avg=19.49ms min=1.60ms max=145.24ms count=40
05-21 13:58:17.865 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@97c816a
05-21 13:58:17.867 595 2433 W InputManager-JNI: Input channel object 'aefa897 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:18.007 1829 1861 I earchbox:search: Background young concurrent copying GC freed 43091(3992KB) AllocSpace objects, 777(14MB) LOS objects, 4% free, 252MB/265MB, paused 157us,54us total 111.010ms
05-21 13:58:18.134 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:18.134 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'NoNutritionalInformation'); position: 0; useUnmergedTree: false.
05-21 13:58:18.138 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:18.138 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 13:58:18.144 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:18.144 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 13:58:18.147 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:18.147 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'NutrientInfo'); position: 0; useUnmergedTree: false.
05-21 13:58:18.150 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:18.150 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientName'); position: 0; useUnmergedTree: false.
05-21 13:58:18.152 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:18.152 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientName'); position: 0; useUnmergedTree: false.
05-21 13:58:18.154 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:18.154 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientAmount'); position: 0; useUnmergedTree: false.
05-21 13:58:18.158 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:18.158 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutrientInfo')) && (TestTag = 'NutrientAmount'); position: 0; useUnmergedTree: false.
05-21 13:58:18.169 848 904 D SplashScreenView: Build android.window.SplashScreenView{bb94958 V.E...... ......ID 0,0-0,0}
05-21 13:58:18.169 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:18.169 848 904 D SplashScreenView: Branding: view: android.view.View{44d3ab1 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:18.185 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:18.201 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5c83cf4 in: PAUSED
05-21 13:58:18.212 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@5c83cf4
05-21 13:58:18.295 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:18.329 848 966 D EGL_emulation: app_time_stats: avg=87.23ms min=2.66ms max=546.96ms count=14
05-21 13:58:18.455 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:18.456 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +289ms
05-21 13:58:18.544 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:18.556 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:18.558 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:18.558 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:18.559 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:18.578 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:18.581 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=127, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@de72bc9
05-21 13:58:18.600 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:18.603 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:18.604 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:18.714 595 2377 I ImeTracker: com.google.android.apps.nexuslauncher:308f2b4b: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:18.717 595 2377 I ImeTracker: com.google.android.apps.nexuslauncher:308f2b4b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:18.726 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:18.731 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:18.732 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:18.732 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:18.734 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:18.856 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5c83cf4 in: STOPPED
05-21 13:58:18.882 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@5c83cf4
05-21 13:58:18.889 848 966 D EGL_emulation: app_time_stats: avg=21.08ms min=1.66ms max=236.36ms count=39
05-21 13:58:18.936 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5c83cf4 in: DESTROYED
05-21 13:58:18.936 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:18.938 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4ac659a
05-21 13:58:18.946 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@34b59b3
05-21 13:58:18.949 595 2387 W InputManager-JNI: Input channel object '35f1f03 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:18.979 595 2208 W InputManager-JNI: Input channel object 'e3870dd com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:19.026 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4afcdad]
05-21 13:58:19.033 9128 9160 I TestRunner: finished: onlyCalories(com.github.se.polyfit.ui.components.nutrition.NutritionalInformationTest)
-
12.40 s
com.github.se.polyfit.ui.components.selector.DateSelectorTest
-
3.27 s
passedeverythingDisplayed
-
05-21 13:58:19.049 9128 9160 I TestRunner: started: everythingDisplayed(com.github.se.polyfit.ui.components.selector.DateSelectorTest)
05-21 13:58:19.130 1829 1861 I earchbox:search: Background concurrent copying GC freed 250621(15MB) AllocSpace objects, 1685(31MB) LOS objects, 8% free, 249MB/273MB, paused 5.129ms,46us total 1.058s
05-21 13:58:19.159 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4378240
05-21 13:58:19.177 595 2208 W InputManager-JNI: Input channel object 'a4b4457 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 180148, 0, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 180148, 0, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 180148, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 180171, 0, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 180171, 0, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 180171, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 180185, 123276931, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 180185, 123276931, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 180194, 125929904, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 180194, 125929904, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 180224, 123246302, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 180224, 123246302, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 180239, 121972566, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 66, 180255, 98173558, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 180321, 75539699, CUJ=J
05-21 13:58:19.214 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 180321, 75539699, CUJ=J
05-21 13:58:19.287 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@eda4854]
05-21 13:58:19.383 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:19.416 848 904 D SplashScreenView: Build android.window.SplashScreenView{1de2032 V.E...... ......ID 0,0-0,0}
05-21 13:58:19.416 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:19.416 848 904 D SplashScreenView: Branding: view: android.view.View{20f2183 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:19.454 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:19.523 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bac6c97 in: PRE_ON_CREATE
05-21 13:58:19.525 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:19.545 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:19.548 1728 2288 E HwDetectorWithState: a: 3
05-21 13:58:19.696 1829 1861 I earchbox:search: Background young concurrent copying GC freed 83719(8049KB) AllocSpace objects, 1367(25MB) LOS objects, 9% free, 242MB/266MB, paused 9.258ms,59us total 174.157ms
05-21 13:58:19.750 595 608 I system_server: NativeAlloc concurrent copying GC freed 182359(5547KB) AllocSpace objects, 4(76KB) LOS objects, 44% free, 30MB/54MB, paused 1.477ms,140us total 326.328ms
05-21 13:58:19.898 848 966 D EGL_emulation: app_time_stats: avg=16.09ms min=1.56ms max=148.27ms count=42
05-21 13:58:20.099 848 966 D EGL_emulation: app_time_stats: avg=169.20ms min=1.86ms max=1099.73ms count=10
05-21 13:58:20.318 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bac6c97 in: CREATED
05-21 13:58:20.334 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@bac6c97
05-21 13:58:20.352 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bac6c97 in: STARTED
05-21 13:58:20.368 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@bac6c97
05-21 13:58:20.436 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bac6c97 in: RESUMED
05-21 13:58:20.451 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@bac6c97
05-21 13:58:20.458 1829 1861 I earchbox:search: Background concurrent copying GC freed 118998(11MB) AllocSpace objects, 2094(38MB) LOS objects, 8% free, 249MB/273MB, paused 134us,132us total 559.817ms
05-21 13:58:20.614 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:20.616 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s218ms
05-21 13:58:20.683 595 1558 I ImeTracker: com.github.se.polyfit:4c93aced: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:20.683 595 1558 I ImeTracker: com.github.se.polyfit:4c93aced: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:20.691 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:20.693 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:20.706 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:20.706 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:20.707 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:20.720 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:20.736 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5dc514a: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:20.736 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5dc514a: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:20.832 1829 1861 I earchbox:search: Background young concurrent copying GC freed 76182(7683KB) AllocSpace objects, 1340(24MB) LOS objects, 9% free, 241MB/265MB, paused 189us,58us total 102.869ms
05-21 13:58:20.903 848 966 D EGL_emulation: app_time_stats: avg=16.30ms min=1.59ms max=111.89ms count=43
05-21 13:58:20.933 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cce39f5
05-21 13:58:20.935 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:20.937 595 2387 W InputManager-JNI: Input channel object '5468b3b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:21.413 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:21.413 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateSelector')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 13:58:21.419 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:21.419 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateSelector')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 13:58:21.425 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:21.425 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateBox')) && (TestTag = 'ChangeDateButton'); position: 0; useUnmergedTree: false.
05-21 13:58:21.430 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:58:21.430 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateBox')) && (TestTag = 'ChangeDateButton'); position: 0; useUnmergedTree: false.
05-21 13:58:21.441 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:21.441 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateBox')) && (TestTag = 'ChangeDateButton'); position: 0; useUnmergedTree: false.
05-21 13:58:21.449 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:21.449 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateBox')) && (TestTag = 'ChangeDateButton'); position: 0; useUnmergedTree: false.
05-21 13:58:21.456 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:21.456 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateBox')) && (TestTag = 'ChangeDateButton'); position: 0; useUnmergedTree: false.
05-21 13:58:21.464 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:21.464 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateBox')) && (TestTag = 'ChangeDateButton'); position: 0; useUnmergedTree: false.
05-21 13:58:21.471 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 13:58:21.471 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateBox')) && (TestTag = 'ChangeDateButton'); position: 0; useUnmergedTree: false.
05-21 13:58:21.499 848 904 D SplashScreenView: Build android.window.SplashScreenView{ff58eea V.E...... ......ID 0,0-0,0}
05-21 13:58:21.499 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:21.499 848 904 D SplashScreenView: Branding: view: android.view.View{1555db G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:21.519 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:21.550 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bac6c97 in: PAUSED
05-21 13:58:21.565 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@bac6c97
05-21 13:58:21.684 848 966 D EGL_emulation: app_time_stats: avg=108.35ms min=2.65ms max=796.94ms count=14
05-21 13:58:21.698 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:21.722 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.723 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.723 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.723 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.723 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.723 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.724 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.724 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.724 6276 6287 W System : A resource failed to call release.
05-21 13:58:21.847 1829 1861 I earchbox:search: Background young concurrent copying GC freed 198761(7203KB) AllocSpace objects, 848(15MB) LOS objects, 7% free, 246MB/265MB, paused 1.935ms,110us total 136.830ms
05-21 13:58:21.905 848 966 D EGL_emulation: app_time_stats: avg=10.52ms min=1.35ms max=94.98ms count=52
05-21 13:58:21.910 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616ab0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:21.914 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef4bcdec-c6f6-4074-818d-d45c15205807
05-21 13:58:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e1d66057-3216-4a6f-916e-672f2b0ab3a5
05-21 13:58:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ac280f58-dcb3-4ef8-b65a-b7a3027d8388
05-21 13:58:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8958cc74-3bbe-4c20-9ddd-5048e009c300
05-21 13:58:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a4ee41b-f9e8-41da-bdb8-5ce702cf9a46
05-21 13:58:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a2a5673-a6fa-4165-8c3b-88fd1185d1c0
05-21 13:58:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0ef4f176-a103-48fb-87e9-456ca90f5a31
05-21 13:58:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03531def-c730-483c-bc26-5917d6687c28
05-21 13:58:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4a919038-0a53-49e6-8792-a2946b6d36e0
05-21 13:58:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea6ec5aa-41ea-425c-a56b-5741afa69963
05-21 13:58:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4fc7dab-cb6c-44f8-9cc1-0c2c419d69cd
05-21 13:58:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34063d9d-9678-4703-b7b2-641bd8cda8e6
05-21 13:58:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 15bf6c2c-05a7-48b6-8aef-aa0ad2296a65
05-21 13:58:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79b3a72d-e60f-4811-9364-5bfcd730e157
05-21 13:58:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 76ce64b7-9daf-47f5-8461-b91d113d0a8a
05-21 13:58:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 94dfbac8-fc82-490c-91af-cecbcf13b41c
05-21 13:58:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b27904b-411e-47b6-9b7e-8c28b5205d7a
05-21 13:58:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 91487fb7-71ca-4b20-9366-6befcaf48376
05-21 13:58:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 36cb9e6f-423e-4ff4-9ea8-15750f3b1c96
05-21 13:58:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 417ada6b-bc14-4e66-a784-71ccde90ed8e
05-21 13:58:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3973f1a-dfb7-4c5d-a5ae-3281c06eb6b2
05-21 13:58:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d338686f-ccc3-4e81-b731-c4bcedd540e5
05-21 13:58:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69184d2a-e8ff-4db2-9524-29798aaf7653
05-21 13:58:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29c6f314-442b-4de1-8b92-e0ada5f27c0b
05-21 13:58:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a083d37-30d4-4fe6-8a88-7159f0beb968
05-21 13:58:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 99a84bcd-6622-4a25-8f06-4edf0a2e169e
05-21 13:58:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a3e0e2d0-35a1-44df-9d1c-070f5c828489
05-21 13:58:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6cacb13d-29c9-4058-87ac-62d8ec7cd460
05-21 13:58:21.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47418f35-585e-4737-9ea8-44136506a5ef
05-21 13:58:21.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6545dc40-149b-4d6d-a2f1-05cc723ab14d
05-21 13:58:21.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5670e8d6-34fa-45c0-9446-26c0216f9c71
05-21 13:58:21.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0c8473d4-9971-4ca0-8c8d-3d2cd94a4443
05-21 13:58:21.921 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:21.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 749cc04b-5759-4b49-a59d-58dae6c0ae58
05-21 13:58:21.922 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:21.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d4d0ecc0-70ca-4c3e-acf2-8e8ce011b191
05-21 13:58:21.925 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f54f51ad-186a-4610-960a-aeb3ed5683e3
05-21 13:58:21.926 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:21.926 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: daef6604-adab-4e6c-ba03-98ad68a0048c
05-21 13:58:21.926 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 631daadd-faf0-4487-94bf-2c6b332674e1
05-21 13:58:21.929 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:21.930 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 52519f3e-db28-4752-b3e1-51fe8c177703
05-21 13:58:21.930 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: abcd6a50-147b-4b34-a3a5-6dd8ecac86d6
05-21 13:58:21.930 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 428552d0-fe5f-4e72-8ed5-052920d285d2
05-21 13:58:21.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=47c9a7e8-1751-4d32-8be5-51c40a77e094,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7483439f-0181-4300-b3ef-5a2d35e70b17
05-21 13:58:21.937 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:21.944 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=131, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@576371d
05-21 13:58:21.957 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:21.958 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:21.958 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:21.958 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:21.965 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:22.020 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:22.021 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:22.022 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:22.079 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:aa3109b8: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:22.079 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:aa3109b8: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:22.134 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bac6c97 in: STOPPED
05-21 13:58:22.155 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@bac6c97
05-21 13:58:22.207 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:22.211 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:22.211 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:22.211 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:22.220 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:22.245 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bac6c97 in: DESTROYED
05-21 13:58:22.248 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:22.250 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e7bc295
05-21 13:58:22.293 595 2377 W InputManager-JNI: Input channel object '7dda746 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:22.326 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@eda4854]
05-21 13:58:22.333 9128 9160 I TestRunner: finished: everythingDisplayed(com.github.se.polyfit.ui.components.selector.DateSelectorTest)
-
2.63 s
passednoTitleIfEmpty
-
05-21 13:58:22.343 9128 9160 I TestRunner: started: noTitleIfEmpty(com.github.se.polyfit.ui.components.selector.DateSelectorTest)
05-21 13:58:22.352 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@47b42f5]
05-21 13:58:22.372 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:22.426 848 904 D SplashScreenView: Build android.window.SplashScreenView{9565787 V.E...... ......ID 0,0-0,0}
05-21 13:58:22.426 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:22.426 848 904 D SplashScreenView: Branding: view: android.view.View{1d896b4 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:22.468 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ce100a5
05-21 13:58:22.473 595 2377 W InputManager-JNI: Input channel object 'f333718 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:22.485 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@410b8d
05-21 13:58:22.486 595 1558 W InputManager-JNI: Input channel object '5387694 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:22.539 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ae4c45c in: PRE_ON_CREATE
05-21 13:58:22.540 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:22.554 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:22.562 1728 2210 E HwDetectorWithState: a: 3
05-21 13:58:22.915 1679 1689 I ogle.android.as: Background concurrent copying GC freed 162678(5620KB) AllocSpace objects, 2(104KB) LOS objects, 49% free, 5604KB/10MB, paused 161us,87us total 952.227ms
05-21 13:58:23.042 848 966 D EGL_emulation: app_time_stats: avg=93.31ms min=3.27ms max=664.06ms count=14
05-21 13:58:23.062 1829 1861 I earchbox:search: Background concurrent copying GC freed 231192(12MB) AllocSpace objects, 1194(21MB) LOS objects, 8% free, 251MB/275MB, paused 984us,51us total 719.891ms
05-21 13:58:23.130 848 966 D EGL_emulation: app_time_stats: avg=29.70ms min=1.33ms max=313.68ms count=33
05-21 13:58:23.203 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ae4c45c in: CREATED
05-21 13:58:23.219 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@ae4c45c
05-21 13:58:23.238 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ae4c45c in: STARTED
05-21 13:58:23.253 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@ae4c45c
05-21 13:58:23.319 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ae4c45c in: RESUMED
05-21 13:58:23.334 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@ae4c45c
05-21 13:58:23.493 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:23.497 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s112ms
05-21 13:58:23.512 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:23.514 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:8bbbdcef: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:23.514 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:8bbbdcef: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:23.542 595 2387 I ImeTracker: com.github.se.polyfit:42e841b6: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:23.542 595 2387 I ImeTracker: com.github.se.polyfit:42e841b6: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:23.546 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:23.547 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:23.547 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:23.548 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:23.548 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:23.630 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:23.809 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9b6e523
05-21 13:58:23.810 595 612 W InputManager-JNI: Input channel object '63c0366 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:23.917 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:23.917 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateSelector')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 13:58:23.952 848 904 D SplashScreenView: Build android.window.SplashScreenView{1137eb9 V.E...... ......ID 0,0-0,0}
05-21 13:58:23.952 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:23.952 848 904 D SplashScreenView: Branding: view: android.view.View{1ff82fe G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:23.959 1829 1861 I earchbox:search: Background young concurrent copying GC freed 58442(5823KB) AllocSpace objects, 1034(19MB) LOS objects, 9% free, 241MB/265MB, paused 394us,73us total 130.546ms
05-21 13:58:23.986 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:23.994 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ae4c45c in: PAUSED
05-21 13:58:24.008 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@ae4c45c
05-21 13:58:24.098 848 966 D EGL_emulation: app_time_stats: avg=65.46ms min=4.94ms max=361.67ms count=15
05-21 13:58:24.108 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:24.154 848 966 D EGL_emulation: app_time_stats: avg=14.03ms min=1.43ms max=101.57ms count=48
05-21 13:58:24.347 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:24.384 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +377ms
05-21 13:58:24.412 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:24.414 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=135, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@28593a1
05-21 13:58:24.465 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:24.465 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:24.465 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:24.465 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:24.465 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:24.466 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:24.466 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:24.479 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:24.639 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:1f23caff: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:24.639 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:1f23caff: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:24.642 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:24.663 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ae4c45c in: STOPPED
05-21 13:58:24.673 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:24.673 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:24.673 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:24.674 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:24.691 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@ae4c45c
05-21 13:58:24.805 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ae4c45c in: DESTROYED
05-21 13:58:24.806 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:24.827 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@571d798
05-21 13:58:24.831 595 933 W InputManager-JNI: Input channel object 'c08757c Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:24.850 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1f40642
05-21 13:58:24.868 1829 1861 I earchbox:search: Background concurrent copying GC freed 117295(11MB) AllocSpace objects, 1959(36MB) LOS objects, 8% free, 246MB/270MB, paused 646us,68us total 648.699ms
05-21 13:58:24.902 595 957 W InputManager-JNI: Input channel object '2614dee com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:24.974 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@47b42f5]
05-21 13:58:24.979 9128 9160 I TestRunner: finished: noTitleIfEmpty(com.github.se.polyfit.ui.components.selector.DateSelectorTest)
-
6.50 s
passedchangeDateButtonClicked
-
05-21 13:58:24.990 9128 9160 I TestRunner: started: changeDateButtonClicked(com.github.se.polyfit.ui.components.selector.DateSelectorTest)
05-21 13:58:25.003 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@e48579]
05-21 13:58:25.046 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:25.083 848 904 D SplashScreenView: Build android.window.SplashScreenView{b0ad641 V.E...... ......ID 0,0-0,0}
05-21 13:58:25.083 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:25.083 848 904 D SplashScreenView: Branding: view: android.view.View{82b37e6 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:25.087 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:25.148 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f67db70 in: PRE_ON_CREATE
05-21 13:58:25.149 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:25.183 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:25.186 1728 2288 E HwDetectorWithState: a: 3
05-21 13:58:25.188 848 966 D EGL_emulation: app_time_stats: avg=39.07ms min=4.65ms max=181.02ms count=24
05-21 13:58:25.230 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 651386(21MB) AllocSpace objects, 20(1040KB) LOS objects, 46% free, 26MB/48MB, paused 9.960ms,93us total 438.244ms
05-21 13:58:25.716 848 966 D EGL_emulation: app_time_stats: avg=112.81ms min=7.01ms max=844.73ms count=14
05-21 13:58:25.890 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f67db70 in: CREATED
05-21 13:58:25.901 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@f67db70
05-21 13:58:25.917 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f67db70 in: STARTED
05-21 13:58:25.933 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@f67db70
05-21 13:58:26.006 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f67db70 in: RESUMED
05-21 13:58:26.023 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@f67db70
05-21 13:58:26.193 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:26.198 848 966 D EGL_emulation: app_time_stats: avg=11.53ms min=1.75ms max=32.96ms count=57
05-21 13:58:26.199 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s134ms
05-21 13:58:26.294 595 957 I ImeTracker: com.github.se.polyfit:9ca33512: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:26.295 595 957 I ImeTracker: com.github.se.polyfit:9ca33512: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:26.310 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:26.314 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:26.315 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:297b5b0d: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:26.315 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:297b5b0d: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:26.316 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:26.317 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:26.317 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:26.318 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:26.359 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:26.360 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b27403b-d08b-479d-8163-6fb626ef3323
05-21 13:58:26.363 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 27c00ae0-00f0-43a6-ab1d-49d795ef5adf
05-21 13:58:26.364 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ba1643a-7454-4739-a697-4f5bccfc80a1
05-21 13:58:26.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70d7d21d-2744-4983-94ba-a7cf0c4688f0
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ee8189f3-1f29-484c-87e7-7fe70db308ea
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef3148c8-f93a-4168-94dd-a647c0844fa5
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f5ad504-e358-461b-82ac-0b7aea07eed4
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d62b4095-379c-4f31-9f95-fc7d321a3415
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 02ee3a2f-7cc1-4b3c-beee-0429a7e820b9
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3982097d-94ce-41fa-903e-cb079fbb6999
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f22aafce-cee0-498f-abe7-0fb426ee80e9
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 71064714-0a11-4134-87d8-d34e926cfa73
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c5d83cc1-a589-4145-8218-611aa0e7831b
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc8e4c8d-c35f-46b4-8615-a0cb39c5e697
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29823b14-a519-440e-88b3-debaaa74e690
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7176ef33-b059-4481-abdf-2cd0cc6064ec
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b26f8ae0-fb4c-4d42-a23d-9e3e6ae48d55
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7de37221-7a26-491d-b00c-428ab7d91f01
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 021d0ddb-106a-4741-af69-01fbab1a0c24
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66be6a3d-6111-425d-859a-a968b0c75a54
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f9ffcca2-941f-4332-96d0-4e85b863873d
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e10124b-7dcb-40bf-aca1-a610f6e299a3
05-21 13:58:26.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7df10270-1355-41c5-9201-8c448043aa97
05-21 13:58:26.367 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x751367614bc0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 684c1e6f-f5dd-4031-bf60-436c78adc1f4
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c404dc94-cf7e-4394-8c25-7bac36a703aa
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5e2f5877-391d-46e2-832d-ba756d40d0d9
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2261db25-c768-47bc-af11-8919d7576a87
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b7bb851-c198-426b-88b3-a097e543c40e
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb1dd882-c69a-4a4c-8010-4635a9623fa8
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ae24a33f-6a4f-47b1-a0d3-bfcd8bb6444f
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e5428050-20d4-4973-a2a8-ea67e9aa2416
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 668f3563-ce55-4e94-925d-ee9b0fa480c8
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c9f1f794-ab6b-46da-91df-949d46c20e14
05-21 13:58:26.370 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:26.384 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bb81099a-0058-47a1-896c-c79b0d44b33c
05-21 13:58:26.384 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a19caa23-12be-44fb-be3c-1d9f2608a455
05-21 13:58:26.385 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:26.386 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9da4c55b-f6a0-4b3d-9920-2681455d0906
05-21 13:58:26.386 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0afd73c0-fac7-4f3c-a515-3842ce5b8db3
05-21 13:58:26.387 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:26.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aff67bcb-cec2-4ded-8427-0c5c92afd768
05-21 13:58:26.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4aefe0b2-5f83-49e0-aca2-e31a403141c2
05-21 13:58:26.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 956a7318-0b5a-4149-b4ba-ed80c047f5ef
05-21 13:58:26.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=ba9d8afa-d54a-45b7-9fb2-dd1830ccdeab,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7a4bfc55-2da1-48c3-ad68-40ca4f6cd73f
05-21 13:58:26.425 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:26.516 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5ed957d
05-21 13:58:26.519 595 2433 W InputManager-JNI: Input channel object '959ae40 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:26.618 1829 1861 I earchbox:search: Background young concurrent copying GC freed 189110(6052KB) AllocSpace objects, 682(12MB) LOS objects, 4% free, 252MB/265MB, paused 381us,52us total 120.001ms
05-21 13:58:26.779 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:58:26.779 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DateBox')) && (TestTag = 'ChangeDateButton'); position: 0; useUnmergedTree: false.
05-21 13:58:27.204 848 966 D EGL_emulation: app_time_stats: avg=17.95ms min=2.90ms max=106.84ms count=48
05-21 13:58:27.372 1829 1861 I earchbox:search: Background concurrent copying GC freed 250165(15MB) AllocSpace objects, 1723(31MB) LOS objects, 8% free, 250MB/274MB, paused 653us,138us total 610.108ms
05-21 13:58:27.417 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:58:27.733 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:58:27.733 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:58:27.789 9128 9128 I Choreographer: Skipped 53 frames! The application may be doing too much work on its main thread.
05-21 13:58:27.800 9128 9288 D EGL_emulation: app_time_stats: avg=29.95ms min=13.27ms max=603.59ms count=54
05-21 13:58:28.008 9128 9128 D CompatibilityChangeReporter: Compat change id reported: 170233598; UID 10192; state: ENABLED
05-21 13:58:28.802 9128 9288 D EGL_emulation: app_time_stats: avg=12.76ms min=7.72ms max=19.98ms count=60
05-21 13:58:29.056 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x751367607a20 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:29.058 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:29.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d9507fb-f6c0-4907-8573-cd279eab222d
05-21 13:58:29.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a188679-aae6-4313-94b6-0544d28a746f
05-21 13:58:29.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9bfa7135-3051-4e00-8d5e-d498c841d7e8
05-21 13:58:29.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf937410-2088-41cd-9204-a2f3559085e0
05-21 13:58:29.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52f2aa4a-401e-4586-bbb2-541243711ef1
05-21 13:58:29.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3afa82ef-9285-428e-8ecd-8a0400cd7a19
05-21 13:58:29.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 10b8bfb4-2f26-4929-a530-a01642003969
05-21 13:58:29.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a9549dbd-c586-451e-8383-4f93dba2397c
05-21 13:58:29.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 23543491-8800-4c7f-9db5-0228cedb1333
05-21 13:58:29.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26101e1f-550a-42f5-a0bd-aa4ddf047a7e
05-21 13:58:29.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42213669-0822-42ec-bdcf-8da2aff6f65f
05-21 13:58:29.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a88e6f6-9748-4512-b3f3-0f3a0761ed71
05-21 13:58:29.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b9058f5-9a6a-4cbd-9667-c80250e80ccf
05-21 13:58:29.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0cdfb198-eacf-4e1b-beb1-261a7450d089
05-21 13:58:29.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dec263a2-c7be-43ef-8d3d-405b1bcb6c8e
05-21 13:58:29.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a342099f-c144-4215-a925-a5907dc6dd91
05-21 13:58:29.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cf85078e-b0ba-4b5d-8c1f-87d6eedaad3f
05-21 13:58:29.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d77d69e-15a0-461f-94b2-322804028b65
05-21 13:58:29.065 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 31759f88-6f38-4f75-a08b-81eb5bc8e5a0
05-21 13:58:29.065 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e702084-63f9-44e9-8326-81f4de02e808
05-21 13:58:29.065 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fcbcd484-e9c6-4977-977b-546645de9a2d
05-21 13:58:29.066 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 60e01132-db0b-424f-9931-bd3df561d4f6
05-21 13:58:29.066 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 37a5f404-ecd3-453f-9dd5-cff97076828d
05-21 13:58:29.066 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bbf38493-cfbb-4853-b7c0-5c04282c2eea
05-21 13:58:29.067 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e849378d-eb45-4522-b116-6982827825c6
05-21 13:58:29.067 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c7a7721a-65c5-4043-949e-bb3933c9e8e7
05-21 13:58:29.067 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5b54fe17-49ef-4b75-b120-7c40174d2e32
05-21 13:58:29.068 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3bcd24e5-c2e9-4838-a8f4-ea8bed82a069
05-21 13:58:29.068 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3fa2ade9-7854-4e6c-a418-77473d72da26
05-21 13:58:29.069 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d91280a-7036-4e87-ba1e-85bd9d6d13fb
05-21 13:58:29.070 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1af2ffe0-03fe-416d-96d1-a32740540b69
05-21 13:58:29.072 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b496fd7a-3d00-42aa-aa8b-48236306d913
05-21 13:58:29.074 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:29.074 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6039cbec-b1bb-4568-a766-6d30e62ae296
05-21 13:58:29.075 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:29.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d4e0bb6b-eea9-4f79-b870-38e5e2a8449b
05-21 13:58:29.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 026e2896-16cf-43a2-9d76-df9c3a6f2f54
05-21 13:58:29.076 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:29.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 468520c5-1ae9-48d0-b5b3-2ce384ec15ff
05-21 13:58:29.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2361ec0c-62f2-4d54-9fdc-ef6a66b90cca
05-21 13:58:29.081 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:29.081 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 08634876-b97f-4159-9071-8a33bfc83c16
05-21 13:58:29.081 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 26845c6f-48de-498b-ba54-8f128b3fe0d7
05-21 13:58:29.082 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: eaa999c0-3bcd-47b0-8e91-7eed3a51f5ab
05-21 13:58:29.082 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=98a23b16-fe67-4198-931b-d92f78de7de3,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e2b96d1d-c479-4143-b30a-564b9efc9f17
05-21 13:58:29.755 9128 9144 I OpenGLRenderer: Davey! duration=2826ms; Flags=1, FrameTimelineVsyncId=186659, IntendedVsync=7279622257419, Vsync=7280505590717, InputEventId=0, HandleInputStart=7280510707015, AnimationStart=7280510715010, PerformTraversalsStart=7280511364127, DrawStart=7282377335285, FrameDeadline=7279638924085, FrameInterval=7280509600674, FrameStartTime=16666666, SyncQueued=7282425943503, SyncStart=7282433364402, IssueDrawCommandsStart=7282433618776, SwapBuffers=7282445640119, FrameCompleted=7282456397940, DequeueBufferDuration=2886, QueueBufferDuration=131585, GpuCompleted=7282445640119, SwapBuffersCompleted=7282456397940, DisplayPresentTime=0, CommandSubmissionCompleted=7282445640119,
05-21 13:58:29.770 9128 9128 I Choreographer: Skipped 118 frames! The application may be doing too much work on its main thread.
05-21 13:58:29.803 9128 9288 D EGL_emulation: app_time_stats: avg=10.83ms min=6.59ms max=38.70ms count=58
05-21 13:58:29.817 595 2433 I ImeTracker: com.github.se.polyfit:82c6c45c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:29.817 595 2433 I ImeTracker: com.github.se.polyfit:82c6c45c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:29.821 9128 9144 I OpenGLRenderer: Davey! duration=1983ms; Flags=0, FrameTimelineVsyncId=187483, IntendedVsync=7280522257383, Vsync=7282488923971, InputEventId=0, HandleInputStart=7282490986494, AnimationStart=7282490997715, PerformTraversalsStart=7282491180675, DrawStart=7282493108581, FrameDeadline=7282488923971, FrameInterval=7282490417533, FrameStartTime=16666666, SyncQueued=7282495486754, SyncStart=7282495549924, IssueDrawCommandsStart=7282495589497, SwapBuffers=7282496173274, FrameCompleted=7282506165583, DequeueBufferDuration=2655, QueueBufferDuration=194413, GpuCompleted=7282496173274, SwapBuffersCompleted=7282506165583, DisplayPresentTime=0, CommandSubmissionCompleted=7282496173274,
05-21 13:58:29.823 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:29.825 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:29.826 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:29.827 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:29.828 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:30.173 848 904 D SplashScreenView: Build android.window.SplashScreenView{2ac3b59 V.E...... ......ID 0,0-0,0}
05-21 13:58:30.173 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:30.173 848 904 D SplashScreenView: Branding: view: android.view.View{d40931e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:30.186 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:30.226 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f67db70 in: PAUSED
05-21 13:58:30.254 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@f67db70
05-21 13:58:30.356 6276 6284 I s.nexuslauncher: Background young concurrent copying GC freed 30211(5547KB) AllocSpace objects, 33(556KB) LOS objects, 47% free, 6714KB/12MB, paused 188us,30us total 189.009ms
05-21 13:58:30.385 6276 6287 W System : A resource failed to call release.
05-21 13:58:30.385 6276 6287 W System : A resource failed to call release.
05-21 13:58:30.385 6276 6287 W System : A resource failed to call release.
05-21 13:58:30.385 6276 6287 W System : A resource failed to call release.
05-21 13:58:30.387 6276 6287 W System : A resource failed to call release.
05-21 13:58:30.387 6276 6287 W System : A resource failed to call release.
05-21 13:58:30.457 848 966 D EGL_emulation: app_time_stats: avg=333.71ms min=2.19ms max=3971.71ms count=14
05-21 13:58:30.522 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:30.632 848 966 D EGL_emulation: app_time_stats: avg=98.88ms min=4.71ms max=2561.59ms count=34
05-21 13:58:30.771 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:30.797 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +644ms
05-21 13:58:31.017 1829 1861 I earchbox:search: Background young concurrent copying GC freed 43649(4351KB) AllocSpace objects, 771(14MB) LOS objects, 6% free, 247MB/265MB, paused 220us,28us total 231.583ms
05-21 13:58:31.033 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:31.039 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=139, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@9f38344
05-21 13:58:31.048 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:31.054 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:31.066 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:31.100 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:31.103 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:31.103 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:31.103 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:31.118 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:31.164 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:114a1c99: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:31.164 595 2378 I ImeTracker: com.google.android.apps.nexuslauncher:114a1c99: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:31.171 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:31.172 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@75c3415
05-21 13:58:31.173 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:31.173 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:31.173 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:31.173 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:31.177 595 2208 W InputManager-JNI: Input channel object '235aad7 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:31.187 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f67db70 in: STOPPED
05-21 13:58:31.203 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@f67db70
05-21 13:58:31.279 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@27a52d4
05-21 13:58:31.316 595 693 W InputManager-JNI: Input channel object 'df215cd com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:31.382 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f67db70 in: DESTROYED
05-21 13:58:31.382 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:31.394 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c5928f7
05-21 13:58:31.430 595 2208 W InputManager-JNI: Input channel object 'ae61ae9 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:31.493 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@e48579]
05-21 13:58:31.496 9128 9160 I TestRunner: finished: changeDateButtonClicked(com.github.se.polyfit.ui.components.selector.DateSelectorTest)
-
9.09 s
com.github.se.polyfit.ui.components.selector.MealOccasionSelectorTest
-
2.71 s
passedeverythingDisplayed
-
05-21 13:58:31.506 9128 9160 I TestRunner: started: everythingDisplayed(com.github.se.polyfit.ui.components.selector.MealOccasionSelectorTest)
05-21 13:58:31.528 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@371c297]
05-21 13:58:31.570 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:31.593 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7257183
05-21 13:58:31.599 848 904 D SplashScreenView: Build android.window.SplashScreenView{7521a5c V.E...... ......ID 0,0-0,0}
05-21 13:58:31.599 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:31.599 848 904 D SplashScreenView: Branding: view: android.view.View{1257165 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:31.618 595 2378 W InputManager-JNI: Input channel object '7eb4963 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:31.619 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:31.643 848 966 D EGL_emulation: app_time_stats: avg=29.50ms min=1.40ms max=151.13ms count=28
05-21 13:58:31.692 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@103e3c6 in: PRE_ON_CREATE
05-21 13:58:31.695 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:31.718 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:31.773 1728 2210 E HwDetectorWithState: a: 3
05-21 13:58:31.980 1829 1861 I earchbox:search: Background concurrent copying GC freed 268271(16MB) AllocSpace objects, 1836(33MB) LOS objects, 8% free, 250MB/274MB, paused 885us,56us total 746.028ms
05-21 13:58:32.218 848 966 D EGL_emulation: app_time_stats: avg=110.25ms min=5.21ms max=789.96ms count=15
05-21 13:58:32.471 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@103e3c6 in: CREATED
05-21 13:58:32.479 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:32.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 06e3c581-d48f-4c42-9028-bbd92778ed6c
05-21 13:58:32.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8a57203-f5aa-4505-980e-b2fdf0d1aca3
05-21 13:58:32.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42defc28-a735-4cd3-bab1-2cdd0098caff
05-21 13:58:32.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 72688aaf-d807-4b58-80f0-7db1ed7aeb8e
05-21 13:58:32.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92cd7c3c-4f9b-490a-9eb1-2e551adeedc3
05-21 13:58:32.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb1ac9da-be0b-4ea7-8671-eaf75d980e64
05-21 13:58:32.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c6599c8b-9021-4ce2-b702-73ad63ffca99
05-21 13:58:32.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3c37e97-7c81-493e-8960-fccee2d701aa
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b0b4506-d760-49fc-beaf-7f717b226d3a
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a65f7103-4137-4566-b6b4-9041451276de
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: abba1392-f65e-4f9a-bc50-fa7479ae6f76
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3389ffa-b205-4704-8a03-27e5c8d65b4f
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 292803e9-def1-4a31-9d99-b6996dfbd55e
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5cecee06-55c9-4e4a-91f5-b3bc4ec99e2b
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4984319b-1045-4518-93fb-75bcee4d0917
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 243d3cad-b62c-41ed-bbc3-5da7f9d806f5
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ff79caf-b294-42b2-a9ae-05b35e078b20
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 37367f5e-6046-4fe8-815e-3dae9ed9d575
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86f6b84a-adc8-4cde-83f7-268e087faae5
05-21 13:58:32.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8fc61ddd-e957-403b-a33d-ed114c67dd1c
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b8511aaa-2d70-4353-ae77-9a128a542c84
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33d4d1d7-e02b-4fe8-8569-23ef7a5ae626
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 94120158-fcf8-4b63-b391-9cdee903ed30
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7c999e6f-fda3-4cb8-894b-6ea7c8445074
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d17fc2b0-1957-4953-9726-aa4168e7796d
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 840da188-c1f5-49ef-ba95-9f0c60a22e4f
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 55dea218-75b8-4178-9712-0c97a78bb1c4
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 63e1bcbb-06a0-44d6-b544-a8e4f4ad7f3a
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 698a7002-25bd-48ef-ade9-3ca23e6a0325
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7652b358-cd42-4e52-967e-dab1b5448a4e
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 34fdb75d-f480-4315-a949-09c1817624dc
05-21 13:58:32.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: eece6333-e4ca-4b96-a480-a9c0c70dc102
05-21 13:58:32.483 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:32.483 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6c0d3387-cb93-4e75-8c1d-616b89bedf0d
05-21 13:58:32.483 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:32.483 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 20f121b3-2d5e-464f-937d-9c4ae3ed0400
05-21 13:58:32.483 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2d647656-b8fe-4286-8dc8-2eb578b5b08a
05-21 13:58:32.484 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:32.484 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ddd990a8-3bad-4710-abea-7c6bd42cb311
05-21 13:58:32.484 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 14bcf7d4-e09e-49d5-9cc5-c3fe7be340ba
05-21 13:58:32.484 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x751367613de0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:32.485 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@103e3c6
05-21 13:58:32.487 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:32.487 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6826e580-5379-4f66-84c8-0a409cc01815
05-21 13:58:32.487 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ca6baf1d-5691-4e06-804e-877d08a0a5ab
05-21 13:58:32.487 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b058b88c-a098-4695-be0c-87fda08012b8
05-21 13:58:32.487 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=fc64baef-f01f-44eb-8d02-425bddb59851,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b3f7d44b-1c19-4e96-9851-f41f62ffa034
05-21 13:58:32.505 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@103e3c6 in: STARTED
05-21 13:58:32.518 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@103e3c6
05-21 13:58:32.580 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@103e3c6 in: RESUMED
05-21 13:58:32.593 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@103e3c6
05-21 13:58:32.624 595 608 I system_server: NativeAlloc concurrent copying GC freed 176752(5360KB) AllocSpace objects, 4(80KB) LOS objects, 44% free, 30MB/54MB, paused 645us,181us total 392.094ms
05-21 13:58:32.649 848 966 D EGL_emulation: app_time_stats: avg=11.01ms min=1.31ms max=43.94ms count=52
05-21 13:58:32.650 1829 1861 I earchbox:search: Background young concurrent copying GC freed 210738(8273KB) AllocSpace objects, 1056(19MB) LOS objects, 8% free, 251MB/274MB, paused 224us,166us total 121.934ms
05-21 13:58:32.747 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:32.752 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s170ms
05-21 13:58:32.832 595 2378 I ImeTracker: com.github.se.polyfit:b75b89d7: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:32.833 595 2378 I ImeTracker: com.github.se.polyfit:b75b89d7: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:32.838 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:32.842 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:32.843 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:32.843 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:32.844 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:32.851 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:32.856 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5314c76c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:32.863 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5314c76c: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:33.052 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:33.066 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@adfbac7
05-21 13:58:33.068 595 2208 W InputManager-JNI: Input channel object '519799e Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:33.290 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.290 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealOccasionSelector')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 13:58:33.299 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:33.299 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealOccasionSelector')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 13:58:33.302 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.302 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.308 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 13:58:33.308 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.311 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:33.311 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.313 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:58:33.313 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.316 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.316 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.318 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 13:58:33.318 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.320 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:33.320 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.324 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:58:33.324 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.345 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.345 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.349 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 13:58:33.349 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.353 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:33.353 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.362 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:58:33.362 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.367 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.367 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.372 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 13:58:33.372 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.378 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:33.378 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.383 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:58:33.383 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackButton'); position: 0; useUnmergedTree: false.
05-21 13:58:33.388 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.388 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastText'); position: 0; useUnmergedTree: false.
05-21 13:58:33.393 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:33.393 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastText'); position: 0; useUnmergedTree: false.
05-21 13:58:33.397 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.397 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchText'); position: 0; useUnmergedTree: false.
05-21 13:58:33.402 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:33.402 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchText'); position: 0; useUnmergedTree: false.
05-21 13:58:33.408 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.408 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerText'); position: 0; useUnmergedTree: false.
05-21 13:58:33.414 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:33.414 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerText'); position: 0; useUnmergedTree: false.
05-21 13:58:33.421 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:33.421 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackText'); position: 0; useUnmergedTree: false.
05-21 13:58:33.427 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:33.427 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackText'); position: 0; useUnmergedTree: false.
05-21 13:58:33.452 848 904 D SplashScreenView: Build android.window.SplashScreenView{ab86154 V.E...... ......ID 0,0-0,0}
05-21 13:58:33.452 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:33.452 848 904 D SplashScreenView: Branding: view: android.view.View{92138fd G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:33.497 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@103e3c6 in: PAUSED
05-21 13:58:33.503 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:33.511 1829 1861 I earchbox:search: Background concurrent copying GC freed 267717(17MB) AllocSpace objects, 2006(37MB) LOS objects, 8% free, 252MB/276MB, paused 158us,72us total 466.060ms
05-21 13:58:33.513 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@103e3c6
05-21 13:58:33.632 848 966 D EGL_emulation: app_time_stats: avg=104.38ms min=2.58ms max=607.28ms count=13
05-21 13:58:33.648 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:33.651 848 966 D EGL_emulation: app_time_stats: avg=12.92ms min=1.83ms max=109.29ms count=46
05-21 13:58:33.842 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:33.846 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +400ms
05-21 13:58:33.949 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 123945(5028KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 17MB/34MB, paused 286us,56us total 359.212ms
05-21 13:58:33.997 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:33.999 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=143, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@387a33b
05-21 13:58:34.000 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:34.006 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:34.006 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:34.017 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:34.017 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:34.017 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:34.017 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:34.018 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:34.057 1829 1861 I earchbox:search: Background young concurrent copying GC freed 61300(6149KB) AllocSpace objects, 1061(19MB) LOS objects, 8% free, 242MB/266MB, paused 8.338ms,41us total 68.334ms
05-21 13:58:34.074 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:ee1eb494: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:34.074 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:ee1eb494: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:34.090 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:34.091 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:34.091 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:34.091 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:34.092 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:34.121 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@103e3c6 in: STOPPED
05-21 13:58:34.137 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@103e3c6
05-21 13:58:34.178 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@103e3c6 in: DESTROYED
05-21 13:58:34.178 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:34.179 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@388247c
05-21 13:58:34.198 595 957 W InputManager-JNI: Input channel object '327187c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:34.221 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@371c297]
05-21 13:58:34.222 9128 9160 I TestRunner: finished: everythingDisplayed(com.github.se.polyfit.ui.components.selector.MealOccasionSelectorTest)
-
2.61 s
passedinitialOccasionSetsProperly
-
05-21 13:58:34.228 9128 9160 I TestRunner: started: initialOccasionSetsProperly(com.github.se.polyfit.ui.components.selector.MealOccasionSelectorTest)
05-21 13:58:34.243 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4869049]
05-21 13:58:34.278 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:34.337 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e39859f
05-21 13:58:34.350 595 693 W InputManager-JNI: Input channel object 'c6ecba Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:34.419 848 904 D SplashScreenView: Build android.window.SplashScreenView{e8abf7c V.E...... ......ID 0,0-0,0}
05-21 13:58:34.419 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:34.419 848 904 D SplashScreenView: Branding: view: android.view.View{d538005 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:34.492 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:34.500 1728 2288 E HwDetectorWithState: a: 3
05-21 13:58:34.531 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1103380 in: PRE_ON_CREATE
05-21 13:58:34.532 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:34.671 848 966 D EGL_emulation: app_time_stats: avg=45.15ms min=1.75ms max=137.31ms count=21
05-21 13:58:35.015 848 966 D EGL_emulation: app_time_stats: avg=98.02ms min=12.95ms max=507.16ms count=14
05-21 13:58:35.016 1829 1861 I earchbox:search: Background young concurrent copying GC freed 60258(6031KB) AllocSpace objects, 1067(19MB) LOS objects, 9% free, 241MB/265MB, paused 5.426ms,63us total 55.275ms
05-21 13:58:35.173 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1103380 in: CREATED
05-21 13:58:35.192 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1103380
05-21 13:58:35.216 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1103380 in: STARTED
05-21 13:58:35.231 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1103380
05-21 13:58:35.291 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1103380 in: RESUMED
05-21 13:58:35.304 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1103380
05-21 13:58:35.463 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:35.466 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s163ms
05-21 13:58:35.534 595 933 I ImeTracker: com.github.se.polyfit:254e16eb: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:35.534 595 933 I ImeTracker: com.github.se.polyfit:254e16eb: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:35.543 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:35.544 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:35.547 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:328d4780: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:35.547 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:328d4780: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:35.548 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:35.548 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:35.548 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:35.549 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:35.567 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b15075c
05-21 13:58:35.574 595 933 W InputManager-JNI: Input channel object '9372e0 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:35.728 848 966 D EGL_emulation: app_time_stats: avg=21.33ms min=1.86ms max=224.75ms count=38
05-21 13:58:35.767 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:35.818 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7825768
05-21 13:58:35.819 595 933 W InputManager-JNI: Input channel object '978c788 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:35.917 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a5f0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:35.918 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:35.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e7e755e-7be7-427e-ae4e-3e1030f3ed04
05-21 13:58:35.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3883a4fc-c98c-49a9-b98d-53e1b9a7b7a3
05-21 13:58:35.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5946b188-874a-4bb8-8420-c53846897eb7
05-21 13:58:35.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 35ebe607-082e-4a1e-a356-36eaa1d1c0cb
05-21 13:58:35.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 27f5b92f-11f9-4518-8dce-1f65fc905341
05-21 13:58:35.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed1748dc-05ab-4105-bbcd-288e515f09cd
05-21 13:58:35.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1aac1ff2-ac01-4935-9991-203c2c453831
05-21 13:58:35.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a6cbb4c-8651-431c-840c-628128fefaf0
05-21 13:58:35.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 96f49b50-4952-4b2b-8328-a8c41188f93f
05-21 13:58:35.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d6cf68eb-5c16-4758-889c-c725bc679a1b
05-21 13:58:35.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c8e96335-7f8f-4e55-a039-d77129df1671
05-21 13:58:35.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6f18d42-1358-452b-b0d5-1336129de803
05-21 13:58:35.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 956d31b3-1907-4f25-95d4-e5d21f66e496
05-21 13:58:35.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92b22683-fd04-40a4-9c73-ab08b2e915bb
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b5aed9d-8c90-49ab-8b3a-24e06c446adc
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 67b309e9-12a9-4d89-a167-82a90e0d7d65
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f906f78a-53dc-4afb-9922-a8e972e450ab
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2fee7ac-f176-487b-9cf2-da5c762612fd
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a7bfbca-3ae2-41d9-af6e-e1bbcd7313a1
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8cf77b84-35ff-47d4-81df-8147a244bd0a
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dfe44081-7441-403a-b3bf-461f4bce17c6
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 319cd544-7760-435b-9ba6-1b5b499d38f8
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5c3d02a7-aa74-43e9-b3de-612d3b686149
05-21 13:58:35.922 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f81afe89-7ab9-49cf-889e-c3e1cb052368
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa02eee9-a90f-492e-bcf7-e7b71123101f
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cd6010f7-e8e7-465d-8e85-01eddfec2c9c
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5b721f2a-748b-4e0e-a6db-a97b464b2fa9
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0643be6d-451f-4e5b-b0f5-293ece2ae8f8
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 958f0171-1c95-471c-be4f-e2a9e6064d60
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3d233f1-b153-425f-9dea-980fca88acd9
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4f03993c-55cf-4818-a9e2-49a2b2d5cea0
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 92b51026-9d21-458c-a38e-c651076121f9
05-21 13:58:35.923 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:35.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9643b328-26d7-4767-91b3-3597e12682cc
05-21 13:58:35.928 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:35.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 973d35bd-db7b-4585-918c-3546ce251b22
05-21 13:58:35.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0a9a434d-abb1-4b0a-a232-c76de80f8f2f
05-21 13:58:35.929 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:35.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b2d1a020-a0ec-4f68-915e-bf310639d0e5
05-21 13:58:35.930 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bec5ce39-4e87-45cd-bd7a-81db110dd03b
05-21 13:58:35.933 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:35.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ace2e372-57ce-4ebb-be4c-8e96a4f7f03a
05-21 13:58:35.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 802c736d-64b3-4fea-828e-6d36415a66fa
05-21 13:58:35.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f3ec0275-6a40-47cd-b5ee-33deea0e2a73
05-21 13:58:35.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=2fa966b1-f7de-4c1c-90a9-23399b63250c,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5130fdf8-d554-4434-9480-ef158c1aec68
05-21 13:58:36.004 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:36.004 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastButton'); position: 0; useUnmergedTree: false.
05-21 13:58:36.012 9128 9160 I KASPRESSO: Operation: Check=IS_SELECTED(description={null}).
05-21 13:58:36.012 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:58:36.030 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:36.030 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 13:58:36.034 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:36.034 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackButton'); position: 0; useUnmergedTree: false.
05-21 13:58:36.054 848 904 D SplashScreenView: Build android.window.SplashScreenView{b7f56f7 V.E...... ......ID 0,0-0,0}
05-21 13:58:36.054 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:36.054 848 904 D SplashScreenView: Branding: view: android.view.View{bc17964 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:36.086 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:36.091 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1103380 in: PAUSED
05-21 13:58:36.108 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1103380
05-21 13:58:36.178 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:36.231 848 966 D EGL_emulation: app_time_stats: avg=80.44ms min=9.24ms max=475.06ms count=15
05-21 13:58:36.249 6276 6287 W System : A resource failed to call release.
05-21 13:58:36.249 6276 6287 W System : A resource failed to call release.
05-21 13:58:36.249 6276 6287 W System : A resource failed to call release.
05-21 13:58:36.250 6276 6287 W System : A resource failed to call release.
05-21 13:58:36.250 6276 6287 W System : A resource failed to call release.
05-21 13:58:36.250 6276 6287 W System : A resource failed to call release.
05-21 13:58:36.487 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:36.496 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:36.498 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=147, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@849410b
05-21 13:58:36.499 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:36.500 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:36.512 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:36.512 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:36.512 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:36.513 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:36.514 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:36.557 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:acdc8a5d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:36.558 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:acdc8a5d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:36.568 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:36.587 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:36.588 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:36.588 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:36.589 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:36.672 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1103380 in: STOPPED
05-21 13:58:36.687 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1103380
05-21 13:58:36.751 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1103380 in: DESTROYED
05-21 13:58:36.751 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:36.762 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cb4d186
05-21 13:58:36.783 848 966 D EGL_emulation: app_time_stats: avg=16.89ms min=1.70ms max=142.71ms count=43
05-21 13:58:36.807 595 2208 W InputManager-JNI: Input channel object '77cb893 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:36.836 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4869049]
05-21 13:58:36.838 9128 9160 I TestRunner: finished: initialOccasionSetsProperly(com.github.se.polyfit.ui.components.selector.MealOccasionSelectorTest)
-
3.77 s
passedselectingOccasionWorks
-
05-21 13:58:36.844 9128 9160 I TestRunner: started: selectingOccasionWorks(com.github.se.polyfit.ui.components.selector.MealOccasionSelectorTest)
05-21 13:58:36.853 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@f50a16b]
05-21 13:58:36.878 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:36.912 1829 1861 I earchbox:search: Background concurrent copying GC freed 241357(14MB) AllocSpace objects, 1383(25MB) LOS objects, 8% free, 251MB/275MB, paused 480us,44us total 672.104ms
05-21 13:58:36.951 848 904 D SplashScreenView: Build android.window.SplashScreenView{d431592 V.E...... ......ID 0,0-0,0}
05-21 13:58:36.951 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:36.951 848 904 D SplashScreenView: Branding: view: android.view.View{70edb63 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:36.956 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f7f2ace
05-21 13:58:36.958 595 2378 W InputManager-JNI: Input channel object 'b6686eb Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:36.989 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b811a6a in: PRE_ON_CREATE
05-21 13:58:36.989 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:37.029 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:37.031 1728 2210 E HwDetectorWithState: a: 3
05-21 13:58:37.388 848 966 D EGL_emulation: app_time_stats: avg=96.43ms min=1.80ms max=444.58ms count=11
05-21 13:58:37.532 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:58:37.766 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b811a6a in: CREATED
05-21 13:58:37.781 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@b811a6a
05-21 13:58:37.792 848 966 D EGL_emulation: app_time_stats: avg=28.21ms min=2.12ms max=172.46ms count=33
05-21 13:58:37.799 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b811a6a in: STARTED
05-21 13:58:37.814 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@b811a6a
05-21 13:58:37.871 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b811a6a in: RESUMED
05-21 13:58:37.888 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@b811a6a
05-21 13:58:38.053 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:38.059 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s165ms
05-21 13:58:38.077 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b68f553
05-21 13:58:38.081 595 957 W InputManager-JNI: Input channel object '6f6f519 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:38.086 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:38.087 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:144f165: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:38.088 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:144f165: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:38.124 595 2208 I ImeTracker: com.github.se.polyfit:4feae5f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:38.124 595 2208 I ImeTracker: com.github.se.polyfit:4feae5f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:38.162 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:38.164 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:38.165 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:38.165 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:38.185 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:38.247 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:38.347 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 722001(23MB) AllocSpace objects, 15(776KB) LOS objects, 47% free, 26MB/50MB, paused 1.335ms,91us total 1.328s
05-21 13:58:38.371 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cf8f8de
05-21 13:58:38.374 595 2208 W InputManager-JNI: Input channel object 'c0613f0 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:38.615 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:38.615 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastButton'); position: 0; useUnmergedTree: false.
05-21 13:58:38.629 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:38.629 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:58:38.634 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:38.634 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 13:58:38.638 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_SELECTED(description={null}).
05-21 13:58:38.638 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackButton'); position: 0; useUnmergedTree: false.
05-21 13:58:38.646 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:58:38.646 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastButton'); position: 0; useUnmergedTree: false.
05-21 13:58:38.739 9128 9160 I KASPRESSO: Operation: Check=IS_SELECTED(description={null}).
05-21 13:58:38.739 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BreakfastRow')) && (TestTag = 'BreakfastButton'); position: 0; useUnmergedTree: false.
05-21 13:58:38.796 848 966 D EGL_emulation: app_time_stats: avg=16.44ms min=1.50ms max=152.77ms count=46
05-21 13:58:38.984 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:58:38.984 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:58:39.027 9128 9160 I KASPRESSO: Operation: Check=IS_SELECTED(description={null}).
05-21 13:58:39.027 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'LunchRow')) && (TestTag = 'LunchButton'); position: 0; useUnmergedTree: false.
05-21 13:58:39.193 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:58:39.193 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 13:58:39.217 9128 9160 I KASPRESSO: Operation: Check=IS_SELECTED(description={null}).
05-21 13:58:39.217 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 13:58:39.296 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:58:39.296 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackButton'); position: 0; useUnmergedTree: false.
05-21 13:58:39.319 9128 9160 I KASPRESSO: Operation: Check=IS_SELECTED(description={null}).
05-21 13:58:39.319 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SnackRow')) && (TestTag = 'SnackButton'); position: 0; useUnmergedTree: false.
05-21 13:58:39.536 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:39.537 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x751367614cb0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:58:39.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42bf3e5f-a230-4b34-ac1e-50187da22084
05-21 13:58:39.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d4b6a335-1406-42b8-8822-9910bd485049
05-21 13:58:39.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e1244d1-d563-4ee9-8521-9907ed1f067b
05-21 13:58:39.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e8a2b0a4-984e-48ae-9864-de44b7a6ee5e
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ca0d2da-a94e-4ff2-bf79-ea5ec4fa1542
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 75c8c674-f399-44f9-8100-f6108dbbc836
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ef9f051-db5e-4dc7-86ff-a576c504d8ad
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d4a179d-bd1a-4a0d-9b32-3fcbe9ed929d
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 945e52c8-d2b5-4cf6-a4d1-ca2a579e18ac
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b19f08a-7720-4053-a9f8-7cbe0d236dcb
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b0068b95-b6c0-4b19-9edf-79b1dffeb6e8
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e63cb5a-6055-4d48-9748-5806c8776381
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e331fa20-eea9-429b-9a00-8bd6a8193152
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04bc4685-d4c6-48d6-86f8-714e266ab991
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 74e05a89-dc24-4823-8152-fbddf61a9917
05-21 13:58:39.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1e41f99-c569-4536-a6fb-ca979059909b
05-21 13:58:39.544 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b677823-3be4-4953-a440-8bb0e9be4f66
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: edd78fcd-7e67-46b2-97bb-1f94a6fdb44d
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f35e1954-6290-4509-8ddd-33deb3d10645
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a9dcaeb3-4a44-422a-ac4b-8f23e6a825b8
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69bbbb4f-21ac-43d4-9b63-cc3eb8109e10
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34886000-3148-425b-bf88-70084a86bebb
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e51eb8b-0280-4f55-a533-df4da20bbce2
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a31fe6c-ccdc-4243-8a42-35b25626a5bb
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fcd0a82c-b01a-43d3-8178-055aba6051d9
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 60944b8d-9334-4ca8-9a91-fde83720a56a
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e6298d5-8995-41dc-b7fe-4a62ab0fef42
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a08ff22-4cb6-4b6e-b580-ecab1ae73fe1
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce5a53f4-352e-4cd8-a879-c81ee0794706
05-21 13:58:39.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4bec47a-fab9-4086-91d4-8d0ed591ce0f
05-21 13:58:39.546 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d8333f86-5070-4d05-865a-9f954a61fb17
05-21 13:58:39.549 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c0539a16-ce68-4af1-9e16-b3465b4d25df
05-21 13:58:39.552 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:39.552 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d7a94c5f-b0ed-4fea-88ff-f853971ec31e
05-21 13:58:39.556 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:39.557 848 904 D SplashScreenView: Build android.window.SplashScreenView{2d6dbbb V.E...... ......ID 0,0-0,0}
05-21 13:58:39.557 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:39.557 848 904 D SplashScreenView: Branding: view: android.view.View{a10b8d8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:39.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7035c9db-61d8-488d-9836-156b074798bd
05-21 13:58:39.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bab77352-e93a-4893-8d9a-5afcc0ec4bed
05-21 13:58:39.559 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:39.560 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4e85693e-f29c-4d7b-94b9-12e02ae56073
05-21 13:58:39.561 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 73e4a8a9-3b79-46a3-8370-a6cec37c0b40
05-21 13:58:39.566 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 13:58:39.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aad2b236-8cc7-471a-a6b0-f1b20f1ea3e7
05-21 13:58:39.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 14020ea3-3d79-4454-af71-1d2ab94f4e0d
05-21 13:58:39.567 9128 9288 D EGL_emulation: app_time_stats: avg=36.97ms min=8.47ms max=511.06ms count=39
05-21 13:58:39.568 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 68b7ca0d-c80e-4b5a-b5c4-f2ff28a10d5c
05-21 13:58:39.568 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=4d7e4157-2457-4f97-9ec2-3a8379b8ddce,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cad236a6-f8a2-41c9-aa8d-10b7aaf9fd3e
05-21 13:58:39.597 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b811a6a in: PAUSED
05-21 13:58:39.602 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:39.617 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@b811a6a
05-21 13:58:39.695 1829 1861 I earchbox:search: Background young concurrent copying GC freed 188123(6133KB) AllocSpace objects, 650(11MB) LOS objects, 6% free, 248MB/265MB, paused 210us,87us total 146.978ms
05-21 13:58:39.729 848 966 D EGL_emulation: app_time_stats: avg=191.47ms min=2.34ms max=1418.61ms count=12
05-21 13:58:39.748 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:39.852 848 966 D EGL_emulation: app_time_stats: avg=16.68ms min=2.19ms max=75.12ms count=47
05-21 13:58:40.000 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:40.018 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +461ms
05-21 13:58:40.082 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:40.085 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=151, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@7f8ea42
05-21 13:58:40.092 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:40.092 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:40.092 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:40.092 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:40.105 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:40.246 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:40.251 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:40.251 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:40.340 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:54ced836: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:40.340 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:54ced836: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:40.350 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b811a6a in: STOPPED
05-21 13:58:40.364 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:40.365 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:40.366 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:40.366 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:40.366 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:40.376 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e0d7897
05-21 13:58:40.377 595 2208 W InputManager-JNI: Input channel object '36930b0 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:40.391 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@b811a6a
05-21 13:58:40.503 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b811a6a in: DESTROYED
05-21 13:58:40.505 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:40.508 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9c59340
05-21 13:58:40.556 595 2378 W InputManager-JNI: Input channel object '1b1e976 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:40.616 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@f50a16b]
05-21 13:58:40.623 9128 9160 I TestRunner: finished: selectingOccasionWorks(com.github.se.polyfit.ui.components.selector.MealOccasionSelectorTest)
-
13.95 s
com.github.se.polyfit.ui.components.selector.MealSelectorTest
-
3.29 s
passeddefaultDisplay
-
05-21 13:58:40.654 9128 9160 I TestRunner: started: defaultDisplay(com.github.se.polyfit.ui.components.selector.MealSelectorTest)
05-21 13:58:40.660 1829 1861 I earchbox:search: Background concurrent copying GC freed 240836(14MB) AllocSpace objects, 1420(26MB) LOS objects, 8% free, 249MB/273MB, paused 292us,116us total 729.568ms
05-21 13:58:40.738 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@962c7b7]
05-21 13:58:40.794 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:40.808 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7a133ec
05-21 13:58:40.811 848 904 D SplashScreenView: Build android.window.SplashScreenView{89e8367 V.E...... ......ID 0,0-0,0}
05-21 13:58:40.811 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:40.811 848 904 D SplashScreenView: Branding: view: android.view.View{318514 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:40.833 595 2433 W InputManager-JNI: Input channel object '3f0fe47 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:40.857 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:40.927 848 966 D EGL_emulation: app_time_stats: avg=34.68ms min=1.41ms max=154.80ms count=23
05-21 13:58:40.989 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:40.992 1728 2288 E HwDetectorWithState: a: 3
05-21 13:58:41.088 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de3f166 in: PRE_ON_CREATE
05-21 13:58:41.089 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:41.117 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:58:41.473 848 966 D EGL_emulation: app_time_stats: avg=129.83ms min=6.16ms max=917.06ms count=13
05-21 13:58:41.779 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de3f166 in: CREATED
05-21 13:58:41.798 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@de3f166
05-21 13:58:41.816 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de3f166 in: STARTED
05-21 13:58:41.830 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@de3f166
05-21 13:58:41.887 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de3f166 in: RESUMED
05-21 13:58:41.903 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@de3f166
05-21 13:58:41.931 848 966 D EGL_emulation: app_time_stats: avg=13.72ms min=1.88ms max=48.83ms count=49
05-21 13:58:42.066 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:42.069 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s262ms
05-21 13:58:42.088 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:89275148: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:42.088 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:42.089 595 933 I ImeTracker: com.google.android.apps.nexuslauncher:89275148: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:42.130 595 2387 I ImeTracker: com.github.se.polyfit:7a40ca70: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:42.130 595 2387 I ImeTracker: com.github.se.polyfit:7a40ca70: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:42.140 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:42.145 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:42.145 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:42.146 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:42.146 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:42.353 595 608 I system_server: NativeAlloc concurrent copying GC freed 184781(5515KB) AllocSpace objects, 5(100KB) LOS objects, 44% free, 30MB/54MB, paused 393us,7.721ms total 802.121ms
05-21 13:58:42.359 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:42.416 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fb358fe
05-21 13:58:42.417 595 2387 W InputManager-JNI: Input channel object '82bf62b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:42.650 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:42.650 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealSelectorRow'); position: 0; useUnmergedTree: false.
05-21 13:58:42.669 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:42.669 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealSelectorRow'); position: 0; useUnmergedTree: false.
05-21 13:58:42.680 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:42.680 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'SearchMealBar'); position: 0; useUnmergedTree: false.
05-21 13:58:42.685 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:42.685 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealDetails'); position: 0; useUnmergedTree: false.
05-21 13:58:42.688 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:42.688 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Carbs'; position: 0; useUnmergedTree: false.
05-21 13:58:42.694 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:42.694 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Protein'; position: 0; useUnmergedTree: false.
05-21 13:58:42.697 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:42.697 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Fat'; position: 0; useUnmergedTree: false.
05-21 13:58:42.700 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:58:42.700 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Ingredient'; position: 0; useUnmergedTree: false.
05-21 13:58:42.732 848 904 D SplashScreenView: Build android.window.SplashScreenView{9cf923f V.E...... ......ID 0,0-0,0}
05-21 13:58:42.732 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:42.732 848 904 D SplashScreenView: Branding: view: android.view.View{7aaa70c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:42.752 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:42.764 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de3f166 in: PAUSED
05-21 13:58:42.779 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@de3f166
05-21 13:58:42.914 848 966 D EGL_emulation: app_time_stats: avg=98.85ms min=8.44ms max=529.52ms count=14
05-21 13:58:42.934 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:42.964 848 966 D EGL_emulation: app_time_stats: avg=16.77ms min=2.07ms max=135.87ms count=46
05-21 13:58:43.146 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:43.150 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +432ms
05-21 13:58:43.367 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:43.373 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=155, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@d3e069e
05-21 13:58:43.387 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:43.389 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:43.389 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:43.390 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:43.405 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:43.405 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:43.420 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:43.424 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:43.544 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@830ab36
05-21 13:58:43.557 595 2208 W InputManager-JNI: Input channel object 'af6f5c4 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:43.604 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:a5778d46: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:43.609 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:a5778d46: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:43.618 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de3f166 in: STOPPED
05-21 13:58:43.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:43.623 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:43.623 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:43.628 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:43.631 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:43.667 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@de3f166
05-21 13:58:43.789 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de3f166 in: DESTROYED
05-21 13:58:43.789 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:43.794 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3b48f25
05-21 13:58:43.823 595 2377 W InputManager-JNI: Input channel object '450cef6 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:43.917 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@962c7b7]
05-21 13:58:43.923 9128 9160 I TestRunner: finished: defaultDisplay(com.github.se.polyfit.ui.components.selector.MealSelectorTest)
-
4.39 s
passedselectedMealIsDisplayed
-
05-21 13:58:43.929 9128 9160 I TestRunner: started: selectedMealIsDisplayed(com.github.se.polyfit.ui.components.selector.MealSelectorTest)
05-21 13:58:43.958 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d988522]
05-21 13:58:43.971 848 966 D EGL_emulation: app_time_stats: avg=45.66ms min=5.04ms max=133.72ms count=21
05-21 13:58:44.022 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:44.066 848 904 D SplashScreenView: Build android.window.SplashScreenView{1ef245d V.E...... ......ID 0,0-0,0}
05-21 13:58:44.066 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:44.066 848 904 D SplashScreenView: Branding: view: android.view.View{cd501d2 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:44.116 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9bc2da1
05-21 13:58:44.136 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:44.141 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 24663(2621KB) AllocSpace objects, 11(204KB) LOS objects, 49% free, 6571KB/12MB, paused 257us,46us total 669.414ms
05-21 13:58:44.142 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:58:44.195 595 2377 W InputManager-JNI: Input channel object '3a2b06 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:44.239 6276 6287 W System : A resource failed to call release.
05-21 13:58:44.250 6276 6287 W System : A resource failed to call release.
05-21 13:58:44.251 6276 6287 W System : A resource failed to call release.
05-21 13:58:44.251 6276 6287 W System : A resource failed to call release.
05-21 13:58:44.251 6276 6287 W System : A resource failed to call release.
05-21 13:58:44.251 6276 6287 W System : A resource failed to call release.
05-21 13:58:44.256 6276 6287 W System : A resource failed to call release.
05-21 13:58:44.324 1829 1861 I earchbox:search: Background young concurrent copying GC freed 63027(6017KB) AllocSpace objects, 997(18MB) LOS objects, 8% free, 241MB/265MB, paused 680us,161us total 170.765ms
05-21 13:58:44.335 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:44.384 1728 2210 E HwDetectorWithState: a: 3
05-21 13:58:44.400 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e38e15d in: PRE_ON_CREATE
05-21 13:58:44.401 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:44.868 848 966 D EGL_emulation: app_time_stats: avg=134.91ms min=2.33ms max=1011.92ms count=14
05-21 13:58:44.983 848 966 D EGL_emulation: app_time_stats: avg=17.54ms min=2.29ms max=66.75ms count=41
05-21 13:58:45.387 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e38e15d in: CREATED
05-21 13:58:45.415 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e38e15d
05-21 13:58:45.437 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e38e15d in: STARTED
05-21 13:58:45.466 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e38e15d
05-21 13:58:45.571 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e38e15d in: RESUMED
05-21 13:58:45.585 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e38e15d
05-21 13:58:45.829 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:45.832 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s767ms
05-21 13:58:45.844 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:45.879 848 966 D EGL_emulation: app_time_stats: avg=112.14ms min=14.47ms max=881.71ms count=9
05-21 13:58:45.906 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e11c9816: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:45.908 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:e11c9816: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:45.919 595 693 I ImeTracker: com.github.se.polyfit:8da2ab23: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:45.925 595 693 I ImeTracker: com.github.se.polyfit:8da2ab23: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:45.941 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:45.944 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:45.944 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:45.944 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:45.946 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:46.075 848 966 D EGL_emulation: app_time_stats: avg=10.20ms min=1.41ms max=123.69ms count=54
05-21 13:58:46.151 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7643fcc
05-21 13:58:46.152 595 693 W InputManager-JNI: Input channel object 'e174469 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:46.219 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:46.835 9128 9128 I Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread.
05-21 13:58:47.066 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:47.066 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealSelectorRow'); position: 0; useUnmergedTree: false.
05-21 13:58:47.095 848 966 D EGL_emulation: app_time_stats: avg=7.70ms min=2.74ms max=70.97ms count=57
05-21 13:58:47.114 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:47.114 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealSelectorRow'); position: 0; useUnmergedTree: false.
05-21 13:58:47.137 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:47.137 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealSelectorRow'); position: 0; useUnmergedTree: false.
05-21 13:58:47.151 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:47.151 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Carbs'; position: 0; useUnmergedTree: false.
05-21 13:58:47.159 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:47.159 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Protein'; position: 0; useUnmergedTree: false.
05-21 13:58:47.163 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:47.163 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Fat'; position: 0; useUnmergedTree: false.
05-21 13:58:47.220 438 568 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:47.230 848 904 D SplashScreenView: Build android.window.SplashScreenView{7bc718 V.E...... ......ID 0,0-0,0}
05-21 13:58:47.230 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:47.230 848 904 D SplashScreenView: Branding: view: android.view.View{fed4571 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:47.263 9128 9307 I OpenGLRenderer: Davey! duration=1101ms; Flags=0, FrameTimelineVsyncId=202276, IntendedVsync=7298855589983, Vsync=7299555589955, InputEventId=0, HandleInputStart=7299556155044, AnimationStart=7299556166956, PerformTraversalsStart=7299556169931, DrawStart=7299706970049, FrameDeadline=7298872256649, FrameInterval=7299555827425, FrameStartTime=16666666, SyncQueued=7299736181933, SyncStart=7299736287801, IssueDrawCommandsStart=7299736376766, SwapBuffers=7299894536782, FrameCompleted=7299956978982, DequeueBufferDuration=3797, QueueBufferDuration=228615, GpuCompleted=7299894536782, SwapBuffersCompleted=7299956978982, DisplayPresentTime=0, CommandSubmissionCompleted=7299894536782,
05-21 13:58:47.264 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e38e15d in: PAUSED
05-21 13:58:47.295 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e38e15d
05-21 13:58:47.466 595 623 W system_server: Long monitor contention with owner android.anim (624) at void com.android.server.wm.WindowSurfacePlacer$Traverser.run()(WindowSurfacePlacer.java:58) waiters=0 in void com.android.server.wm.WindowManagerService.reportFocusChanged(android.os.IBinder, android.os.IBinder) for 135ms
05-21 13:58:47.478 595 957 W system_server: Long monitor contention with owner android.anim (624) at void com.android.server.wm.WindowSurfacePlacer$Traverser.run()(WindowSurfacePlacer.java:58) waiters=1 in android.app.ActivityTaskManager$RootTaskInfo com.android.server.wm.ActivityTaskManagerService.getFocusedRootTaskInfo() for 101ms
05-21 13:58:47.482 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:58:47.762 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:48.110 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e38e15d in: STOPPED
05-21 13:58:48.113 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:48.127 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e38e15d
05-21 13:58:48.165 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e38e15d in: DESTROYED
05-21 13:58:48.166 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:48.166 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7d25e0b
05-21 13:58:48.168 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=159, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@b24d32d
05-21 13:58:48.177 595 2387 W InputManager-JNI: Input channel object 'c7d3f38 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:48.256 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d988522]
05-21 13:58:48.263 9128 9160 I TestRunner: finished: selectedMealIsDisplayed(com.github.se.polyfit.ui.components.selector.MealSelectorTest)
-
6.26 s
passedselectingMealReplacesSelector
-
05-21 13:58:48.392 9128 9160 I TestRunner: started: selectingMealReplacesSelector(com.github.se.polyfit.ui.components.selector.MealSelectorTest)
05-21 13:58:48.393 595 933 I ImeTracker: com.google.android.apps.nexuslauncher:f3f9c580: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:48.393 595 933 I ImeTracker: com.google.android.apps.nexuslauncher:f3f9c580: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:48.395 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:48.396 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:58:48.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16e8f207-8ce8-47e8-ba0d-c73aeb63883f
05-21 13:58:48.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 677d86ea-22a1-44dc-9eed-ac60c0736484
05-21 13:58:48.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd0b2e5f-3cd8-4d9a-8829-741dba96c5fd
05-21 13:58:48.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4f5a2aa-ffa7-405e-ad56-b01e076ec788
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 96b6abc4-047a-412f-86ef-4cdd785de86c
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbb79429-8667-4ee1-b190-5a6d721783d4
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a6280f14-d9fe-4c2f-8854-54de74bb277f
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8cf73e57-5454-494d-82bb-77201c59eeaf
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1bd37ef1-dac3-4356-bee2-2f416f4db272
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ae47eb53-aa3b-41bf-97dd-2bac9e26c4cc
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea19dc67-f1b5-410b-ada4-9b03555c8808
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0307fe6f-fe56-4bfc-848d-022b1710be1c
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2c4b0464-d860-4c94-b73c-2081b1757b5d
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b95f4e14-abe8-4a7a-8711-bea3591e79df
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6103112-bac7-400b-946a-89cfc6c7bde2
05-21 13:58:48.397 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30ead232-5341-4ae4-94c0-7a1139723ac9
05-21 13:58:48.398 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f40b44c-1d3d-4f61-af5f-d1df1d396b48
05-21 13:58:48.398 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8287c15b-2fbe-46c7-8a53-a0d7251104c2
05-21 13:58:48.398 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41a6cd9c-81e8-4dc1-a76e-94aa7d95b5e7
05-21 13:58:48.398 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ffab8b4-6cb5-4186-aedf-599b77053817
05-21 13:58:48.398 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73404978-cf40-4f12-8cf4-8d282fb7007f
05-21 13:58:48.399 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aa56b437-068c-431f-97d9-983ebc5a534a
05-21 13:58:48.399 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6c45d9cc-f61c-450f-96cd-c9a1acd01b9e
05-21 13:58:48.399 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16782950-3437-4a1a-b075-2297a20b19a2
05-21 13:58:48.399 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cb97f084-5d07-4a2b-9673-7dd259a83b4b
05-21 13:58:48.399 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 391e4710-1b37-40d7-b346-e47b2cdb9efe
05-21 13:58:48.400 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d1fbe2b-e635-4c98-ac9d-390e024f20fc
05-21 13:58:48.400 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8dca4b08-8bd5-4f0b-908f-e20eaa28e0ee
05-21 13:58:48.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25ac2b85-c1fe-4d94-9fad-e8583fdcd2f4
05-21 13:58:48.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09158b47-81ff-40e5-a4da-0ef0df1042d1
05-21 13:58:48.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 701f2bcb-cf87-4c97-9ec3-0acaef62f85a
05-21 13:58:48.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d005c868-f56f-45da-b02c-6d5837a815e6
05-21 13:58:48.404 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:58:48.404 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 01e80e0e-de5d-4775-aa36-b25a5a4612c4
05-21 13:58:48.406 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:48.406 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8f74510f-74db-4343-9c7d-490e78d2bc38
05-21 13:58:48.407 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b5c89b08-a555-473f-8d98-72916c3d0d38
05-21 13:58:48.410 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:48.411 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:48.411 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:48.412 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:48.415 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:48.416 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 355e628e-05af-410e-aed5-e13ae765ee91
05-21 13:58:48.416 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6df83c01-f406-4e1d-b9d3-a6e4fedac183
05-21 13:58:48.419 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:58:48.420 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f7978e9f-2505-4274-8f04-a10a2e31f0e1
05-21 13:58:48.420 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4f5b045c-5e11-4a56-a701-f28d668dc700
05-21 13:58:48.421 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ad62888e-c689-496c-973f-c5c9f2ae61ce
05-21 13:58:48.422 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=75edcb2a-013f-4a00-ab33-5f04c1c5de87,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 584db943-a9f3-459c-883c-a7bb6cd0ac96
05-21 13:58:48.431 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@da6df4e]
05-21 13:58:48.463 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:48.537 848 904 D SplashScreenView: Build android.window.SplashScreenView{49aefc1 V.E...... ......ID 0,0-0,0}
05-21 13:58:48.537 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:48.537 848 904 D SplashScreenView: Branding: view: android.view.View{b4b1366 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:48.593 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ebf67b9 in: PRE_ON_CREATE
05-21 13:58:48.594 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:48.678 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:48.689 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f23cc4
05-21 13:58:48.691 595 2377 W InputManager-JNI: Input channel object '28e4962 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:48.711 1728 2288 E HwDetectorWithState: a: 3
05-21 13:58:49.315 848 966 D EGL_emulation: app_time_stats: avg=29.07ms min=1.79ms max=163.15ms count=28
05-21 13:58:49.333 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ebf67b9 in: CREATED
05-21 13:58:49.350 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@ebf67b9
05-21 13:58:49.366 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ebf67b9 in: STARTED
05-21 13:58:49.379 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@ebf67b9
05-21 13:58:49.441 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ebf67b9 in: RESUMED
05-21 13:58:49.455 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@ebf67b9
05-21 13:58:49.665 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:49.683 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s180ms
05-21 13:58:49.718 595 2387 I ImeTracker: com.github.se.polyfit:64e57859: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:49.719 595 2387 I ImeTracker: com.github.se.polyfit:64e57859: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:58:49.726 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:49.726 848 966 D EGL_emulation: app_time_stats: avg=106.94ms min=13.98ms max=737.42ms count=13
05-21 13:58:49.727 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:49.727 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:49.727 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:49.731 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:49.748 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e686002
05-21 13:58:49.752 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:9a0d50f4: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:49.754 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:9a0d50f4: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:49.760 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:49.770 595 933 W InputManager-JNI: Input channel object 'adfcf12 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:50.049 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e25c6fd
05-21 13:58:50.060 595 2377 W InputManager-JNI: Input channel object 'ee7881f Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:50.180 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:50.330 848 966 D EGL_emulation: app_time_stats: avg=15.73ms min=2.29ms max=192.96ms count=42
05-21 13:58:50.349 1829 1861 I earchbox:search: Background concurrent copying GC freed 414912(17MB) AllocSpace objects, 1793(32MB) LOS objects, 8% free, 255MB/279MB, paused 477us,972us total 1.700s
05-21 13:58:50.788 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:50.788 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealSelectorRow'); position: 0; useUnmergedTree: false.
05-21 13:58:50.833 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 13:58:50.833 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealSelectorRow'); position: 0; useUnmergedTree: false.
05-21 13:58:50.851 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:58:50.851 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealSelector')) && (TestTag = 'MealSelectorRow'); position: 0; useUnmergedTree: false.
05-21 13:58:51.144 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:51.144 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 13:58:51.362 848 966 D EGL_emulation: app_time_stats: avg=11.24ms min=2.79ms max=39.02ms count=53
05-21 13:58:51.527 1829 1861 I earchbox:search: Background young concurrent copying GC freed 94170(9435KB) AllocSpace objects, 1658(30MB) LOS objects, 9% free, 242MB/266MB, paused 280us,46us total 107.765ms
05-21 13:58:51.860 9128 9288 D EGL_emulation: app_time_stats: avg=739.37ms min=457.91ms max=1041.37ms count=3
05-21 13:58:51.875 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:58:51.875 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 13:58:51.929 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 13:58:51.969 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:51.969 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 13:58:51.997 9128 9128 I ImeTracker: com.github.se.polyfit:bd325711: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:58:51.998 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:58:52.006 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{6e20ef8 VFED..... .F....ID 0,0-1080,176 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:58:52.030 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:52.035 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:52.035 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 13:58:52.035 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:52.038 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:52.074 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:58:52.074 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:52.074 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:52.074 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:58:52.112 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 13:58:52.112 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:52.133 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:58:52.145 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:58:52.160 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:58:52.160 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: InputConnectionWrapper.waitForInputConnectionFutureInternal():1530 Failed to get the input connection call's result.
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: java.util.concurrent.TimeoutException: Waited 500 milliseconds (plus 154795 nanoseconds delay) for muo@dd8fc59[status=PENDING, info=[task=[running=[RUNNING ON ICWrapper-1], huw@81cc01e]]]
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at mrp.get(PG:46)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at hvf.h(PG:1)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at hvf.w(PG:5)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at pgk.n(PG:6)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at hvo.z(PG:1)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at hvo.m(PG:1)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at hvf.r(PG:2)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at btv.q(PG:113)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at dfg.onStartInputView(PG:30)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.startViews(InputMethodService.java:2965)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.showWindow(InputMethodService.java:2873)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInput(InputMethodService.java:973)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at dff.showSoftInput(PG:2)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInputWithToken(InputMethodService.java:940)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.IInputMethodWrapper.executeMessage(IInputMethodWrapper.java:228)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.os.Handler.dispatchMessage(Handler.java:106)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.os.Looper.loopOnce(Looper.java:205)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.os.Looper.loop(Looper.java:294)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at java.lang.reflect.Method.invoke(Native Method)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-21 13:58:52.692 1585 1585 E InputConnectionWrapper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
05-21 13:58:52.692 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 541 ms
05-21 13:58:52.700 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:58:52.701 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 13:58:52.706 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 13:58:52.719 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 13:58:52.720 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 13:58:52.740 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 13:58:52.742 9128 9128 I ImeTracker: com.github.se.polyfit:f6e97688: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:58:52.742 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{6e20ef8 VFED..... .F....ID 0,0-1080,176 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:58:52.743 9128 9128 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread.
05-21 13:58:52.763 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 13:58:52.763 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 13:58:52.785 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:58:52.803 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:58:52.803 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 13:58:52.997 848 904 D SplashScreenView: Build android.window.SplashScreenView{6dc1e9e V.E...... ......ID 0,0-0,0}
05-21 13:58:52.997 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:52.997 848 904 D SplashScreenView: Branding: view: android.view.View{9415d7f G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:53.017 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ebf67b9 in: PAUSED
05-21 13:58:53.039 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:53.047 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:58:53.047 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@ebf67b9
05-21 13:58:53.068 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:58:53.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 13:58:53.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:58:53.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:58:53.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:58:53.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:58:53.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:58:53.090 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:58:53.091 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:58:53.137 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:58:53.137 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:58:53.137 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:58:53.138 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:58:53.153 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:58:53.214 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:58:53.239 1585 1585 I Choreographer: Skipped 67 frames! The application may be doing too much work on its main thread.
05-21 13:58:53.459 848 966 D EGL_emulation: app_time_stats: avg=933.09ms min=47.40ms max=3443.38ms count=4
05-21 13:58:53.538 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:58:53.545 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:58:53.551 1585 1603 I OpenGLRenderer: Davey! duration=1413ms; Flags=1, FrameTimelineVsyncId=206084, IntendedVsync=7304838923077, Vsync=7305955589699, InputEventId=0, HandleInputStart=7305960533432, AnimationStart=7305960535255, PerformTraversalsStart=7305960535836, DrawStart=7306116315979, FrameDeadline=7304855589743, FrameInterval=7305959250371, FrameStartTime=16666666, SyncQueued=7306184424170, SyncStart=7306184869418, IssueDrawCommandsStart=7306190266827, SwapBuffers=7306236966575, FrameCompleted=7306253199681, DequeueBufferDuration=490052, QueueBufferDuration=205822, GpuCompleted=7306236966575, SwapBuffersCompleted=7306253199681, DisplayPresentTime=0, CommandSubmissionCompleted=7306236966575,
05-21 13:58:53.567 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 13:58:53.570 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:58:53.625 848 966 D EGL_emulation: app_time_stats: avg=376.87ms min=15.15ms max=2019.18ms count=6
05-21 13:58:53.645 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:58:53.668 9128 9128 I ImeTracker: com.github.se.polyfit:f6e97688: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:58:53.724 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:53.786 1585 1637 D SharedPreferencesImpl: Time required to fsync /data/user_de/0/com.google.android.inputmethod.latin/shared_prefs/com.google.android.inputmethod.latin_preferences.xml: [<1: 0, <2: 10, <4: 15, <8: 10, <16: 2, <32: 5, <64: 1, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
05-21 13:58:53.866 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:58:53.866 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:58:53.879 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:58:53.902 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:58:53.902 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:58:53.914 9128 9128 I ImeTracker: com.github.se.polyfit:bd325711: onShown
05-21 13:58:53.922 9128 9128 W FrameTracker: Missed SF frame:UNKNOWN: 80, 206502, 0, CUJ=J
05-21 13:58:53.927 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:58:54.186 9305 9305 I Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread.
05-21 13:58:54.204 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:54.304 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ebf67b9 in: STOPPED
05-21 13:58:54.362 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@ebf67b9
05-21 13:58:54.502 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ebf67b9 in: DESTROYED
05-21 13:58:54.502 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:58:54.503 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@4e76ca5
05-21 13:58:54.504 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e4e5447
05-21 13:58:54.548 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:54.552 595 692 W InputManager-JNI: Input channel object 'f5ff05d com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:54.563 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:54.564 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:54.595 9128 9128 I ImeTracker: com.github.se.polyfit:da14e9eb: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:54.595 9128 9128 I ImeTracker: com.github.se.polyfit:da14e9eb: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:54.619 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@da6df4e]
05-21 13:58:54.620 9128 9160 I TestRunner: finished: selectingMealReplacesSelector(com.github.se.polyfit.ui.components.selector.MealSelectorTest)
-
1 m 26 s
com.github.se.polyfit.ui.components.selector.MealTagSelectorTest
-
5.52 s
passedtagIsDisplayed
-
05-21 13:58:54.661 9128 9160 I TestRunner: started: tagIsDisplayed(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
05-21 13:58:54.676 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@345a0ce]
05-21 13:58:54.715 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:54.717 848 966 D EGL_emulation: app_time_stats: avg=148.53ms min=2.80ms max=1124.83ms count=8
05-21 13:58:54.722 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:58:54.769 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=163, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@51baa46
05-21 13:58:54.794 848 904 D SplashScreenView: Build android.window.SplashScreenView{19b32e5 V.E...... ......ID 0,0-0,0}
05-21 13:58:54.794 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:54.794 848 904 D SplashScreenView: Branding: view: android.view.View{ab4a1ba G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:54.846 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:54.848 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:54.848 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:54.854 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:54.902 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:54.979 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:58:55.071 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fa71f39 in: PRE_ON_CREATE
05-21 13:58:55.072 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:58:55.207 1728 2210 E HwDetectorWithState: a: 3
05-21 13:58:55.411 848 903 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.
05-21 13:58:55.573 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9e786aa
05-21 13:58:55.660 595 692 W InputManager-JNI: Input channel object '93bb8c4 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:58:55.821 848 966 D EGL_emulation: app_time_stats: avg=50.23ms min=4.42ms max=245.16ms count=20
05-21 13:58:56.242 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fa71f39 in: CREATED
05-21 13:58:56.275 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@fa71f39
05-21 13:58:56.403 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fa71f39 in: STARTED
05-21 13:58:56.426 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@fa71f39
05-21 13:58:56.594 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fa71f39 in: RESUMED
05-21 13:58:56.609 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@fa71f39
05-21 13:58:56.739 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 157157(6158KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 17MB/34MB, paused 286us,50us total 2.001s
05-21 13:58:56.834 848 966 D EGL_emulation: app_time_stats: avg=15.53ms min=1.47ms max=108.68ms count=51
05-21 13:58:56.910 9128 9162 W thub.se.polyfit: JNI critical lock held for 23.294ms on Thread[24,tid=9162,Runnable,Thread*=0x7513b75fd030,peer=0x15c02b00,"Measurement Worker"]
05-21 13:58:57.052 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:58:57.112 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +2s260ms
05-21 13:58:57.113 595 612 I ImeTracker: com.github.se.polyfit:d276712f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:58:57.236 848 966 D EGL_emulation: app_time_stats: avg=273.98ms min=3.47ms max=1555.40ms count=9
05-21 13:58:57.306 595 2377 I ImeTracker: com.github.se.polyfit:d276712f: onFailed at PHASE_WM_HAS_IME_INSETS_CONTROL_TARGET
05-21 13:58:57.321 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 13:58:57.377 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:58:57.479 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c2b7047
05-21 13:58:57.494 595 2377 W InputManager-JNI: Input channel object '920bb69 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:58:57.662 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1f3aa5f
05-21 13:58:57.674 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 13:58:57.683 595 2378 W InputManager-JNI: Input channel object '1476319 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:58:57.698 9305 9305 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread.
05-21 13:58:57.699 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:58:57.700 595 957 W system_server: Long monitor contention with owner android.display (623) at void com.android.server.am.ActivityManagerService.trimApplications(boolean, int)(ActivityManagerService.java:16730) waiters=3 in boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) for 502ms
05-21 13:58:57.715 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a4746fae: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:58:57.717 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a4746fae: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:58:57.733 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:58:57.751 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:58:57.751 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 13:58:57.786 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 13:58:57.840 848 966 D EGL_emulation: app_time_stats: avg=24.88ms min=1.40ms max=176.24ms count=31
05-21 13:58:57.855 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:58:57.855 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:58:57.865 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:58:57.865 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:58:57.865 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:58:57.872 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:58:57.881 1585 1714 I NebulaeTrainingCacheMetricsProcessor: NebulaeTrainingCacheMetricsProcessor.processEndSession():447 No input action collection in this session, skip logging.
05-21 13:58:57.963 1585 3269 E native : E0000 00:00:1716292634.005021 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 13:58:58.114 1585 1786 D EGL_emulation: app_time_stats: avg=2289.14ms min=48.51ms max=4529.76ms count=2
05-21 13:58:58.185 9128 9128 I Choreographer: Skipped 43 frames! The application may be doing too much work on its main thread.
05-21 13:58:58.485 9128 9128 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 54451987
05-21 13:58:58.732 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:58:58.732 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 13:58:58.749 9128 9307 I OpenGLRenderer: Davey! duration=1280ms; Flags=0, FrameTimelineVsyncId=208730, IntendedVsync=7310172256197, Vsync=7310888922835, InputEventId=0, HandleInputStart=7310907446486, AnimationStart=7310907462276, PerformTraversalsStart=7310907479808, DrawStart=7311169768777, FrameDeadline=7310188922863, FrameInterval=7310905069907, FrameStartTime=16666666, SyncQueued=7311194761907, SyncStart=7311195460403, IssueDrawCommandsStart=7311195730165, SwapBuffers=7311330665126, FrameCompleted=7311453842025, DequeueBufferDuration=3066, QueueBufferDuration=358116, GpuCompleted=7311330665126, SwapBuffersCompleted=7311453842025, DisplayPresentTime=288234774265332736, CommandSubmissionCompleted=7311330665126,
05-21 13:58:58.802 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:58:58.802 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 13:58:58.871 848 966 D EGL_emulation: app_time_stats: avg=10.88ms min=1.06ms max=65.73ms count=53
05-21 13:58:59.023 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:58:59.034 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fa71f39 in: PAUSED
05-21 13:58:59.048 848 904 D SplashScreenView: Build android.window.SplashScreenView{7b497eb V.E...... ......ID 0,0-0,0}
05-21 13:58:59.048 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:58:59.048 848 904 D SplashScreenView: Branding: view: android.view.View{8f07948 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:58:59.051 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@fa71f39
05-21 13:58:59.402 848 966 D EGL_emulation: app_time_stats: avg=697.78ms min=2.93ms max=1973.76ms count=3
05-21 13:58:59.426 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:58:59.428 595 608 I system_server: NativeAlloc concurrent copying GC freed 191696(6139KB) AllocSpace objects, 24(480KB) LOS objects, 43% free, 30MB/54MB, paused 698us,4.800ms total 2.612s
05-21 13:58:59.472 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 23714(2588KB) AllocSpace objects, 11(204KB) LOS objects, 49% free, 6417KB/12MB, paused 147us,42us total 189.319ms
05-21 13:58:59.502 6276 6287 W System : A resource failed to call release.
05-21 13:58:59.502 6276 6287 W System : A resource failed to call release.
05-21 13:58:59.502 6276 6287 W System : A resource failed to call release.
05-21 13:58:59.502 6276 6287 W System : A resource failed to call release.
05-21 13:58:59.502 6276 6287 W System : A resource failed to call release.
05-21 13:58:59.502 6276 6287 W System : A resource failed to call release.
05-21 13:58:59.503 6276 6287 W System : A resource failed to call release.
05-21 13:58:59.504 6276 6287 W System : A resource failed to call release.
05-21 13:58:59.679 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:58:59.692 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +825ms
05-21 13:58:59.763 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:58:59.767 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=167, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@2340ee8
05-21 13:58:59.788 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:58:59.789 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:58:59.789 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:58:59.790 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:58:59.793 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:58:59.899 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:58:59.901 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:58:59.901 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:58:59.928 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fa71f39 in: STOPPED
05-21 13:58:59.948 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@fa71f39
05-21 13:58:59.968 848 966 D EGL_emulation: app_time_stats: avg=66.40ms min=1.62ms max=382.84ms count=16
05-21 13:59:00.032 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fa71f39 in: DESTROYED
05-21 13:59:00.032 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:59:00.033 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@bba8dcf
05-21 13:59:00.045 595 933 I ImeTracker: com.google.android.apps.nexuslauncher:6f60bf66: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:00.046 595 933 I ImeTracker: com.google.android.apps.nexuslauncher:6f60bf66: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:00.059 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a42c7c7
05-21 13:59:00.064 595 2377 W InputManager-JNI: Input channel object '2f844ae Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:59:00.068 595 2377 W InputManager-JNI: Input channel object 'a757e9b com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:00.114 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@345a0ce]
05-21 13:59:00.146 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:00.156 9128 9160 I TestRunner: finished: tagIsDisplayed(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
-
9.29 s
passededitTag
-
05-21 13:59:00.183 9128 9160 I TestRunner: started: editTag(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
05-21 13:59:00.191 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a363335]
05-21 13:59:00.236 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:59:00.289 848 904 D SplashScreenView: Build android.window.SplashScreenView{825c95a V.E...... ......ID 0,0-0,0}
05-21 13:59:00.289 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:59:00.289 848 904 D SplashScreenView: Branding: view: android.view.View{10c578b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:59:00.407 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:59:00.407 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:59:00.407 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:59:00.407 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:59:00.408 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 13:59:00.449 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:59:00.473 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6051d9c in: PRE_ON_CREATE
05-21 13:59:00.474 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:59:00.505 1728 2288 E HwDetectorWithState: a: 3
05-21 13:59:00.512 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 13:59:00.579 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 697976(23MB) AllocSpace objects, 20(1040KB) LOS objects, 47% free, 26MB/50MB, paused 1.986ms,43us total 447.124ms
05-21 13:59:00.650 9128 9140 W System : A resource failed to call release.
05-21 13:59:00.881 848 966 D EGL_emulation: app_time_stats: avg=93.79ms min=3.80ms max=507.98ms count=15
05-21 13:59:00.983 848 966 D EGL_emulation: app_time_stats: avg=33.43ms min=5.07ms max=349.68ms count=27
05-21 13:59:00.986 1829 1861 I earchbox:search: Background concurrent copying GC freed 162968(13MB) AllocSpace objects, 2716(49MB) LOS objects, 8% free, 249MB/273MB, paused 5.624ms,170us total 5.506s
05-21 13:59:01.257 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:59:01.258 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b46bd978-dc39-494c-bbac-4ddf30cf7bc3
05-21 13:59:01.259 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3edd908b-6d3f-4270-9d7e-745ccc2b8179
05-21 13:59:01.259 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 627b168d-4375-4977-8116-1b049601e0b7
05-21 13:59:01.259 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5e5a48ad-7a9a-484d-abe7-b339ff8d1433
05-21 13:59:01.260 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3108a2a5-96f4-47b2-b428-17a16457ca18
05-21 13:59:01.260 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b83a6711-950e-4cae-998c-216c0fde4fe6
05-21 13:59:01.260 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f3c56c7-fd5c-43cf-a7b8-144ec0bc6a10
05-21 13:59:01.260 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ebf67845-1cc6-4840-a910-a5e5f5fd1eb3
05-21 13:59:01.260 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a89aade-8cb7-4471-9795-e46c05776846
05-21 13:59:01.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c95b49b6-4d3f-40ec-941c-e40eccf52e41
05-21 13:59:01.261 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761b2b0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:59:01.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c69cebc1-5904-4635-8d92-95f5bc2618d7
05-21 13:59:01.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d01efaed-1cf0-4fd4-ac30-dca120424817
05-21 13:59:01.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38b8add0-f3d0-4dc9-942b-7c65c904e399
05-21 13:59:01.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff65b155-cb61-45c5-ba4a-7639e649705c
05-21 13:59:01.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c0d045b-79b4-4c1c-9d29-d8382a93ccd5
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54cde683-f130-4b8a-924d-ef9b658cddc1
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4dd4de3b-83e2-4315-9d92-29093bb1229b
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 35cc8f37-dcf9-482e-9889-f49e1431f26a
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 358b9685-4325-42c3-adb6-27fd1c08a296
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cb5d1aab-8c6e-49b4-9cca-27932729a8e5
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 500d073a-bb43-45f7-846c-f09a2cb5e662
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3718d63b-0b59-4fcb-8e07-b61bba3917f1
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b1eeebc2-1852-4d1a-a6aa-99df41e2f59f
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 420be713-8fde-4cd0-852d-0bdf607542f6
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07727dc0-7df6-4056-9f2b-29c433eebd4a
05-21 13:59:01.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41a65438-e33d-4e4e-b796-5001210fbbf7
05-21 13:59:01.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f00a5650-3af7-4295-964e-f70173cecb8e
05-21 13:59:01.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fbddc895-89b9-44b0-ac00-105205a8be86
05-21 13:59:01.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cb410029-f139-44e8-96f3-01efa8edc273
05-21 13:59:01.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f588ce9-85bc-481e-8682-513527c4274b
05-21 13:59:01.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b0912b1d-c270-409f-a06b-98bfee3538e6
05-21 13:59:01.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 088f1907-ae3e-461e-b7ec-8c7da9b3cf52
05-21 13:59:01.267 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:59:01.270 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b4761cbd-e429-4609-86f0-727f492c1c02
05-21 13:59:01.271 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:59:01.271 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 35244ff3-12a5-42ba-a974-550eaef4bdb6
05-21 13:59:01.271 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9dcf2a4a-b008-4af4-8880-f34b51b66b06
05-21 13:59:01.274 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:59:01.274 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 51fcc338-238f-4d94-997e-061a4ac4fd28
05-21 13:59:01.275 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: df1ebfb7-ca87-44d0-b2fc-314398af46c5
05-21 13:59:01.279 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:59:01.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0691a151-be3a-4fcb-88af-cba9cf24bf28
05-21 13:59:01.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2ade23bd-453d-43f6-b7b7-bee46d31b74e
05-21 13:59:01.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1773f685-a369-4ebb-a780-bd88a67a4e6c
05-21 13:59:01.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=bda7c9c1-9127-42ae-8a7c-37dbd8ee199d,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3540955d-21fa-48b6-888c-e18730775f5f
05-21 13:59:01.313 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6051d9c in: CREATED
05-21 13:59:01.328 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@6051d9c
05-21 13:59:01.347 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6051d9c in: STARTED
05-21 13:59:01.362 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@6051d9c
05-21 13:59:01.425 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6051d9c in: RESUMED
05-21 13:59:01.440 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@6051d9c
05-21 13:59:01.603 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:59:01.607 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s355ms
05-21 13:59:01.670 595 957 I ImeTracker: com.github.se.polyfit:c0ebb5e1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:01.670 595 957 I ImeTracker: com.github.se.polyfit:c0ebb5e1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:01.673 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:01.676 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:01.679 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:01.680 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:01.680 1829 1861 I earchbox:search: Background young concurrent copying GC freed 209145(7851KB) AllocSpace objects, 1044(19MB) LOS objects, 8% free, 251MB/273MB, paused 445us,100us total 167.839ms
05-21 13:59:01.682 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:01.689 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:59:01.701 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1b19d99
05-21 13:59:01.710 595 2377 W InputManager-JNI: Input channel object 'abe8d3f com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:01.715 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:bdfaa9d5: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:59:01.715 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:bdfaa9d5: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:59:01.814 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:59:01.947 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3e72126
05-21 13:59:01.948 595 957 W InputManager-JNI: Input channel object '6f72807 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:59:01.987 848 966 D EGL_emulation: app_time_stats: avg=18.81ms min=5.78ms max=97.59ms count=48
05-21 13:59:02.082 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:59:02.082 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 13:59:02.118 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_CLEARANCE(description={null}).
05-21 13:59:02.118 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'LabelInput'); position: 0; useUnmergedTree: false.
05-21 13:59:02.524 1829 1861 I earchbox:search: Background concurrent copying GC freed 262442(16MB) AllocSpace objects, 1918(35MB) LOS objects, 8% free, 245MB/269MB, paused 155us,93us total 526.452ms
05-21 13:59:02.659 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:59:02.659 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:59:03.005 848 966 D EGL_emulation: app_time_stats: avg=15.20ms min=4.43ms max=30.64ms count=59
05-21 13:59:03.381 9128 9128 I Choreographer: Skipped 39 frames! The application may be doing too much work on its main thread.
05-21 13:59:03.432 595 2433 I ImeTracker: com.github.se.polyfit:fb71eb46: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:03.432 595 2433 I ImeTracker: com.github.se.polyfit:fb71eb46: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:03.434 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:03.439 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:03.440 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:03.440 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:03.440 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:03.622 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 13:59:03.657 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:03.657 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:03.657 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 13:59:03.657 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:03.658 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:03.668 9128 9128 I ImeTracker: com.github.se.polyfit:4dd8cab6: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:59:03.672 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:59:03.681 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{8fa444f VFED..... .F....ID 0,0-880,1186 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:59:03.747 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:59:03.747 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:03.748 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:03.752 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:59:03.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 13:59:03.819 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:03.853 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:59:03.860 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:59:03.909 9128 9128 I ImeTracker: com.github.se.polyfit:a768aaf8: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:59:03.909 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{8fa444f VFED..... .F....ID 0,0-880,1186 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:59:03.923 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:59:03.923 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 13:59:03.950 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 13:59:03.972 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 13:59:03.973 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 13:59:03.977 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_INPUT(description={null}).
05-21 13:59:03.977 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'LabelInput'); position: 0; useUnmergedTree: false.
05-21 13:59:03.985 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 13:59:03.990 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 13:59:03.997 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 13:59:04.155 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:59:04.155 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ColorRow')) && (TestTag = 'ColorButton'); position: 0; useUnmergedTree: false.
05-21 13:59:04.203 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:59:04.327 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:59:04.327 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SaveButton'; position: 0; useUnmergedTree: false.
05-21 13:59:04.344 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:59:04.345 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:59:04.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 13:59:04.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:59:04.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:59:04.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:59:04.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:59:04.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:59:04.389 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:59:04.410 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:59:04.497 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:59:04.497 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 13:59:04.526 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1973aa4
05-21 13:59:04.529 9128 9288 D EGL_emulation: app_time_stats: avg=118.76ms min=43.30ms max=229.44ms count=10
05-21 13:59:04.604 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:59:04.607 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:59:04.608 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:59:04.611 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:59:04.637 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7679c30 (UnprojectedRipple) with handle 0x751367626530
05-21 13:59:04.644 595 2433 W InputManager-JNI: Input channel object 'a4f9973 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:04.679 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:59:04.698 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:59:04.708 9128 9128 I ImeTracker: com.github.se.polyfit:df917843: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:59:04.708 9128 9128 I ImeTracker: com.github.se.polyfit:df917843: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:59:04.730 1585 1585 I Choreographer: Skipped 55 frames! The application may be doing too much work on its main thread.
05-21 13:59:04.731 9128 9288 D EGL_emulation: app_time_stats: avg=1045.93ms min=39.74ms max=2608.10ms count=3
05-21 13:59:04.779 595 957 I ImeTracker: com.github.se.polyfit:265a8cec: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:04.852 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:59:04.852 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 13:59:04.908 1585 2464 I OpenGLRenderer: Davey! duration=1093ms; Flags=1, FrameTimelineVsyncId=212975, IntendedVsync=7316522255943, Vsync=7317438922573, InputEventId=0, HandleInputStart=7317450709456, AnimationStart=7317450710929, PerformTraversalsStart=7317450711560, DrawStart=7317516054096, FrameDeadline=7316538922609, FrameInterval=7317450408066, FrameStartTime=16666666, SyncQueued=7317570868874, SyncStart=7317573967806, IssueDrawCommandsStart=7317575519341, SwapBuffers=7317607073774, FrameCompleted=7317618995930, DequeueBufferDuration=678221, QueueBufferDuration=391328, GpuCompleted=7317607073774, SwapBuffersCompleted=7317618995930, DisplayPresentTime=0, CommandSubmissionCompleted=7317607073774,
05-21 13:59:04.946 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 13:59:04.961 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 13:59:04.968 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 13:59:04.988 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 13:59:04.992 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 13:59:05.002 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 13:59:05.024 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 13:59:05.030 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:59:05.033 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 13:59:05.056 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 13:59:05.057 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:59:05.165 595 2387 I ImeTracker: com.github.se.polyfit:4dd8cab6: onFailed at PHASE_WM_SHOW_IME_RUNNER
05-21 13:59:05.168 595 623 W system_server: Long monitor contention with owner binder:595_20 (2433) at android.window.TaskSnapshot com.android.server.wm.SnapshotCache.getSnapshot(java.lang.Integer)(SnapshotCache.java:53) waiters=1 in void com.android.server.wm.RootWindowContainer$RankTaskLayersRunnable.run() for 173ms
05-21 13:59:05.174 595 2433 I ImeTracker: com.github.se.polyfit:a768aaf8: onCancelled at PHASE_WM_SHOW_IME_RUNNER
05-21 13:59:05.175 595 2433 I ImeTracker: com.github.se.polyfit:265a8cec: onFailed at PHASE_WM_HAS_IME_INSETS_CONTROL_TARGET
05-21 13:59:05.225 595 933 W system_server: Long monitor contention with owner binder:595_20 (2433) at android.window.TaskSnapshot com.android.server.wm.SnapshotCache.getSnapshot(java.lang.Integer)(SnapshotCache.java:53) waiters=3 in void com.android.server.wm.ActivityClientController.activityTopResumedStateLost() for 187ms
05-21 13:59:05.240 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 13:59:05.245 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:05.245 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:05.245 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_TEXT_BEFORE_CURSOR took 187 ms
05-21 13:59:05.252 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 13:59:05.257 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:59:05.257 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 13:59:05.264 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 13:59:05.272 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:05.274 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:05.274 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:05.274 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:05.279 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:05.319 1585 1585 W InputContextProxyV4: InputContextProxyV4.applyClientDiffInternal():897 Ignore [FetchSuggestions] diff due to stale request: 102<107, inputStateId=21, lastInputStateId=25
05-21 13:59:05.335 1585 1585 W InputContextProxyV4: InputContextProxyV4.applyClientDiffInternal():897 Ignore [FetchSuggestions] diff due to stale request: 105<107, inputStateId=24, lastInputStateId=25
05-21 13:59:05.406 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6051d9c in: PAUSED
05-21 13:59:05.433 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@6051d9c
05-21 13:59:05.441 848 904 D SplashScreenView: Build android.window.SplashScreenView{a4668e3 V.E...... ......ID 0,0-0,0}
05-21 13:59:05.441 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:59:05.441 848 904 D SplashScreenView: Branding: view: android.view.View{68202e0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:59:05.516 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:59:05.519 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@7dcc61
05-21 13:59:05.699 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:05.736 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:05.736 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:05.768 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:05.945 1585 3269 E native : E0000 00:00:1716292745.829985 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 13:59:07.017 848 966 D EGL_emulation: app_time_stats: avg=436.61ms min=13.18ms max=5150.41ms count=14
05-21 13:59:07.424 848 966 D EGL_emulation: app_time_stats: avg=293.40ms min=12.91ms max=3905.99ms count=15
05-21 13:59:07.787 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:59:07.830 9305 9328 E SurfaceSyncGroup: Failed to receive transaction ready in 1000ms. Marking SurfaceSyncGroup(wmsSync-VRI[InstrumentationActivityInvoker$EmptyActivity]#84) as ready
05-21 13:59:07.871 9305 9328 E SurfaceSyncGroup: Failed to receive transaction ready in 1000ms. Marking SurfaceSyncGroup(VRI[InstrumentationActivityInvoker$EmptyActivity]#85) as ready
05-21 13:59:07.998 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:59:08.003 848 966 D EGL_emulation: app_time_stats: avg=243.42ms min=48.08ms max=661.95ms count=4
05-21 13:59:08.141 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:59:08.181 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +2s965ms
05-21 13:59:08.281 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@26cb03f
05-21 13:59:08.317 595 2387 W InputManager-JNI: Input channel object 'b757133 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:59:08.430 848 966 D EGL_emulation: app_time_stats: avg=25.76ms min=1.21ms max=95.53ms count=31
05-21 13:59:08.604 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6051d9c in: STOPPED
05-21 13:59:08.633 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@6051d9c
05-21 13:59:08.659 9305 9320 I OpenGLRenderer: Davey! duration=2043ms; Flags=1, FrameTimelineVsyncId=213537, IntendedVsync=7319322255831, Vsync=7319338922497, InputEventId=0, HandleInputStart=7319351405081, AnimationStart=7319351409570, PerformTraversalsStart=7319351411663, DrawStart=7320765804232, FrameDeadline=7319338922497, FrameInterval=7319351378802, FrameStartTime=16666666, SyncQueued=7320794752054, SyncStart=7320799136669, IssueDrawCommandsStart=7320802726524, SwapBuffers=7321022950308, FrameCompleted=7321370082059, DequeueBufferDuration=6176, QueueBufferDuration=546466, GpuCompleted=7321022950308, SwapBuffersCompleted=7321370082059, DisplayPresentTime=0, CommandSubmissionCompleted=7321022950308,
05-21 13:59:08.714 9305 9305 I Choreographer: Skipped 117 frames! The application may be doing too much work on its main thread.
05-21 13:59:08.735 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:59:08.736 595 2378 I ImeTracker: com.github.se.polyfit.test:a92824c2: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:08.737 595 2378 I ImeTracker: com.github.se.polyfit.test:a92824c2: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:08.798 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6051d9c in: DESTROYED
05-21 13:59:08.799 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:59:08.802 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6132893
05-21 13:59:08.883 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:08.983 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:08.986 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit.test fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:08.987 595 2387 W system_server: Long monitor contention with owner binder:595_9 (933) at void com.android.server.inputmethod.InputMethodManagerService.onSessionCreated(com.android.server.inputmethod.IInputMethodInvoker, com.android.internal.inputmethod.IInputMethodSession, android.view.InputChannel)(InputMethodManagerService.java:2816) waiters=0 in void com.android.server.inputmethod.InputMethodManagerService.reportFullscreenMode(android.os.IBinder, boolean) for 184ms
05-21 13:59:08.991 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:09.009 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:09.181 399 399 E IPCThreadState: binder thread pool (1 threads) starved for 103 ms
05-21 13:59:09.218 595 2376 W InputManager-JNI: Input channel object 'c6b1dc9 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:09.324 9128 9128 I Choreographer: Skipped 48 frames! The application may be doing too much work on its main thread.
05-21 13:59:09.409 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a363335]
05-21 13:59:09.415 9128 9160 I TestRunner: finished: editTag(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
-
38.56 s
passedaddTag
-
05-21 13:59:09.553 9128 9160 I TestRunner: started: addTag(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
05-21 13:59:09.580 9128 9162 I FA : Application backgrounded at: timestamp_millis: 1716292747481
05-21 13:59:09.602 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 13:59:09.617 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@620f8ff]
05-21 13:59:09.674 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:59:09.678 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=171, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@37e15fd
05-21 13:59:09.699 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:59:09.714 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:59:09.773 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:59:09.794 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:4fdf4b3: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:09.794 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:4fdf4b3: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:09.815 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:09.817 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:09.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:09.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:09.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:09.847 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:59:09.847 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:59:09.847 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:59:09.847 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:59:09.858 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:59:09.940 848 904 D SplashScreenView: Build android.window.SplashScreenView{665072b V.E...... ......ID 0,0-0,0}
05-21 13:59:09.940 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:59:09.940 848 904 D SplashScreenView: Branding: view: android.view.View{7755788 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:59:10.147 595 623 W system_server: Long monitor contention with owner binder:595_1D (2387) at android.content.res.Configuration com.android.server.wm.ActivityTaskManagerService.getGlobalConfigurationForPid(int)(ActivityTaskManagerService.java:1133) waiters=1 in void com.android.server.wm.ActivityTaskSupervisor$ActivityTaskSupervisorHandler.handleMessage(android.os.Message) for 109ms
05-21 13:59:10.209 9128 9164 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.github.se.polyfit/shared_prefs/com.google.android.gms.measurement.prefs.xml: [<1: 1, <2: 18, <4: 32, <8: 22, <16: 9, <32: 2, <64: 4, <128: 0, <256: 1, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
05-21 13:59:10.247 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:59:10.354 1728 2210 E HwDetectorWithState: a: 3
05-21 13:59:10.450 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9529afc in: PRE_ON_CREATE
05-21 13:59:10.450 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:59:10.697 848 966 D EGL_emulation: app_time_stats: avg=85.99ms min=1.74ms max=777.83ms count=14
05-21 13:59:10.974 848 966 D EGL_emulation: app_time_stats: avg=737.37ms min=1.47ms max=2739.92ms count=4
05-21 13:59:11.282 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9529afc in: CREATED
05-21 13:59:11.294 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@9529afc
05-21 13:59:11.329 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9529afc in: STARTED
05-21 13:59:11.340 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@9529afc
05-21 13:59:11.447 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9529afc in: RESUMED
05-21 13:59:11.461 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@9529afc
05-21 13:59:11.702 848 966 D EGL_emulation: app_time_stats: avg=11.21ms min=1.01ms max=104.29ms count=50
05-21 13:59:11.963 9128 9288 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:59:12.475 9128 9374 I OpenGLRenderer: Davey! duration=880ms; Flags=1, FrameTimelineVsyncId=215966, IntendedVsync=7324255588967, Vsync=7324272255633, InputEventId=0, HandleInputStart=7324279386879, AnimationStart=7324279390776, PerformTraversalsStart=7324279394072, DrawStart=7324839812915, FrameDeadline=7324272255633, FrameInterval=7324279360730, FrameStartTime=16666666, SyncQueued=7324850102161, SyncStart=7324854956931, IssueDrawCommandsStart=7324857999324, SwapBuffers=7324950312046, FrameCompleted=7325141306609, DequeueBufferDuration=94977, QueueBufferDuration=5119017, GpuCompleted=7324950312046, SwapBuffersCompleted=7325141306609, DisplayPresentTime=0, CommandSubmissionCompleted=7324950312046,
05-21 13:59:12.487 9128 9128 I Choreographer: Skipped 49 frames! The application may be doing too much work on its main thread.
05-21 13:59:12.620 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:59:12.797 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +2s694ms
05-21 13:59:12.817 595 623 W system_server: Long monitor contention with owner binder:595_20 (2433) at void com.android.server.wm.ActivityClientController.activityIdle(android.os.IBinder, android.content.res.Configuration, boolean)(ActivityClientController.java:175) waiters=0 in void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message) for 282ms
05-21 13:59:12.834 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:59:12.993 595 613 I ImeTracker: com.github.se.polyfit:d0258ef8: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:12.994 595 613 I ImeTracker: com.github.se.polyfit:d0258ef8: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:13.021 848 966 D EGL_emulation: app_time_stats: avg=288.52ms min=3.09ms max=1930.52ms count=7
05-21 13:59:13.221 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f7d841a
05-21 13:59:13.312 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:dab90c34: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:59:13.341 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4e077d2
05-21 13:59:13.394 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:59:13.421 595 957 W InputManager-JNI: Input channel object '517220 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:13.434 595 2379 W InputManager-JNI: Input channel object 'dd49f74 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:59:13.435 848 966 D EGL_emulation: app_time_stats: avg=33.03ms min=1.37ms max=1009.55ms count=41
05-21 13:59:13.430 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 13:59:13.465 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:13.469 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:dab90c34: onCancelled at PHASE_SERVER_CLIENT_FOCUSED
05-21 13:59:13.728 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:13.801 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:13.805 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:13.813 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:14.371 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:59:14.438 848 966 D EGL_emulation: app_time_stats: avg=14.02ms min=1.36ms max=81.97ms count=49
05-21 13:59:14.487 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 13:59:14.731 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:59:14.731 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:59:15.461 9128 9128 I Choreographer: Skipped 101 frames! The application may be doing too much work on its main thread.
05-21 13:59:16.003 399 399 E IPCThreadState: binder thread pool (1 threads) starved for 129 ms
05-21 13:59:17.121 1585 1714 I ProtoXDBBufferWrapper: ProtoXDBBufferWrapper.flushToStorage():153 Flushed 9 data item(s) to storage.
05-21 13:59:19.306 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:59:19.396 9128 9160 W thub.se.polyfit: Verification of void com.github.se.polyfit.ui.components.selector.MealTagSelectorTest$addTag$1.invoke(com.github.se.polyfit.ui.components.selector.MealTagSelectorScreen) took 381.018ms (160.10 bytecodes/s) (2376B approximate peak alloc)
05-21 13:59:20.181 399 399 E IPCThreadState: binder thread pool (1 threads) starved for 211 ms
05-21 13:59:20.229 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:59:20.229 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'AddTag'); position: 0; useUnmergedTree: false.
05-21 13:59:20.402 9128 9307 I OpenGLRenderer: Davey! duration=5252ms; Flags=0, FrameTimelineVsyncId=216834, IntendedVsync=7326488922211, Vsync=7328172255477, InputEventId=0, HandleInputStart=7328190447984, AnimationStart=7328190453214, PerformTraversalsStart=7328190456019, DrawStart=7329133529223, FrameDeadline=7326505588877, FrameInterval=7328181814004, FrameStartTime=16666666, SyncQueued=7329649943519, SyncStart=7329797326041, IssueDrawCommandsStart=7329835997189, SwapBuffers=7331490917156, FrameCompleted=7331888646235, DequeueBufferDuration=38241, QueueBufferDuration=127557365, GpuCompleted=7331490917156, SwapBuffersCompleted=7331888646235, DisplayPresentTime=0, CommandSubmissionCompleted=7331490917156,
05-21 13:59:20.549 9128 9162 W thub.se.polyfit: JNI critical lock held for 31.451ms on Thread[24,tid=9162,Runnable,Thread*=0x7513b75fd030,peer=0x15c02b00,"Measurement Worker"]
05-21 13:59:22.706 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_TEXT_INPUT(description={null}).
05-21 13:59:22.706 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'LabelInput'); position: 0; useUnmergedTree: false.
05-21 13:59:23.234 595 651 W system_server: Long monitor contention with owner AlarmManager (719) at void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int, android.os.IWakeLockCallback)(PowerManagerService.java:1633) waiters=0 in void com.android.server.power.PowerManagerService.handleSandman(int) for 452ms
05-21 13:59:23.710 595 651 W system_server: Long monitor contention with owner NetworkStats (757) at void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int, android.os.IWakeLockCallback)(PowerManagerService.java:1633) waiters=0 in void com.android.server.power.PowerManagerService.handleSandman(int) for 167ms
05-21 13:59:23.785 595 595 W system_server: Long monitor contention with owner AlarmManager (719) at void com.android.server.alarm.AlarmManagerService$AlarmThread.run()(AlarmManagerService.java:4891) waiters=0 in void com.android.server.alarm.AlarmManagerService$DeliveryTracker.onSendFinished(android.app.PendingIntent, android.content.Intent, int, java.lang.String, android.os.Bundle) for 1.296s
05-21 13:59:24.049 9128 9288 D EGL_emulation: app_time_stats: avg=5811.96ms min=4876.72ms max=6747.20ms count=2
05-21 13:59:24.437 9128 9307 I OpenGLRenderer: Davey! duration=1637ms; Flags=0, FrameTimelineVsyncId=217433, IntendedVsync=7335105588533, Vsync=7335422255187, InputEventId=0, HandleInputStart=7335452336087, AnimationStart=7335452349843, PerformTraversalsStart=7335452393604, DrawStart=7335658530640, FrameDeadline=7335122255199, FrameInterval=7335426624586, FrameStartTime=16666666, SyncQueued=7335765967477, SyncStart=7335792702334, IssueDrawCommandsStart=7335875525692, SwapBuffers=7336616493260, FrameCompleted=7336769880094, DequeueBufferDuration=30116, QueueBufferDuration=37998544, GpuCompleted=7336616493260, SwapBuffersCompleted=7336769880094, DisplayPresentTime=0, CommandSubmissionCompleted=7336616493260,
05-21 13:59:25.871 1585 1714 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
05-21 13:59:26.065 595 595 W system_server: Long monitor contention with owner android.io (622) at void com.android.server.content.SyncLogger$RotatingFileLogger.logInner(long, java.lang.Object[])(SyncLogger.java:215) waiters=0 in void com.android.server.content.SyncLogger$RotatingFileLogger.purgeOldLogs() for 336ms
05-21 13:59:26.232 1893 9821 I SyncIntentOperation: Handling the intent: Intent { act=com.google.android.gms.chromesync.SCHEDULED_SYNC cat=[targeted_intent_op_prefix:.chromesync.sync.SyncIntentOperation] dat=content://com.google.android.gms.chromesync.sync.ChimeraSyncReceiverService/... flg=0x4 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }. [CONTEXT service_id=80 ]
05-21 13:59:26.519 1893 9821 I SyncIntentOperation: Executing scheduled sync [CONTEXT service_id=80 ]
05-21 13:59:26.617 1893 9821 I SyncManager: Executing syncInBackground [CONTEXT service_id=80 ]
05-21 13:59:26.787 377 445 I netd : tetherGetStats() -> {[]} <896.29ms>
05-21 13:59:26.903 595 651 W system_server: Long monitor contention with owner SyncManager (842) at void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int, android.os.IWakeLockCallback)(PowerManagerService.java:1633) waiters=0 in void com.android.server.power.PowerManagerService.handleSandman(int) for 205ms
05-21 13:59:27.589 377 445 I netd : bandwidthSetGlobalAlert(2097152) <102.99ms>
05-21 13:59:28.242 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 13:59:28.242 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 13:59:28.417 595 957 W system_server: Long monitor contention with owner SyncManager (842) at int com.android.server.am.ActivityManagerService.bindServiceInstance(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, long, java.lang.String, boolean, int, java.lang.String, android.app.IApplicationThread, java.lang.String, int)(ActivityManagerService.java:13404) waiters=0 in java.lang.String com.android.server.am.ActivityManagerService.getTagForIntentSender(android.content.IIntentSender, java.lang.String) for 716ms
05-21 13:59:28.431 595 632 W system_server: Long monitor contention with owner SyncManager (842) at int com.android.server.am.ActivityManagerService.bindServiceInstance(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, long, java.lang.String, boolean, int, java.lang.String, android.app.IApplicationThread, java.lang.String, int)(ActivityManagerService.java:13404) waiters=1 in boolean com.android.server.am.BroadcastQueueModernImpl.lambda$new$0(android.os.Message) for 515ms
05-21 13:59:28.448 595 613 W system_server: Long monitor contention with owner SyncManager (842) at int com.android.server.am.ActivityManagerService.bindServiceInstance(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, long, java.lang.String, boolean, int, java.lang.String, android.app.IApplicationThread, java.lang.String, int)(ActivityManagerService.java:13404) waiters=2 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiverWithFeature(android.app.IApplicationThread, java.lang.String, java.lang.String, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int, int) for 398ms
05-21 13:59:28.498 377 445 I netd : bandwidthRemoveInterfaceQuota(eth0) <124.78ms>
05-21 13:59:28.547 377 445 I netd : bandwidthSetInterfaceQuota(eth0, 9223372036854775807) <34.85ms>
05-21 13:59:28.681 595 704 W system_server: Long monitor contention with owner binder:595_B (957) at void com.android.server.alarm.AlarmManagerService.setImpl(int, long, long, long, android.app.PendingIntent, android.app.IAlarmListener, java.lang.String, int, android.os.WorkSource, android.app.AlarmManager$AlarmClockInfo, int, java.lang.String, android.os.Bundle, int)(AlarmManagerService.java:2373) waiters=0 in void com.android.server.alarm.AlarmManagerService$9.handleUidCachedChanged(int, boolean) for 759ms
05-21 13:59:29.133 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:59:29.635 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.inappreach.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsApiService }
05-21 13:59:29.700 595 704 W system_server: Long monitor contention with owner main (595) at void com.android.server.job.controllers.QuotaController$Timer.stopTrackingJob(com.android.server.job.controllers.JobStatus)(QuotaController.java:2172) waiters=1 in void com.android.server.job.controllers.ConnectivityController$CcHandler.handleMessage(android.os.Message) for 204ms
05-21 13:59:30.403 8564 8719 I c.aelc : Shutting down the executor due to idle timeout.
05-21 13:59:31.084 595 704 W system_server: Long monitor contention with owner SyncManager (842) at android.net.NetworkCapabilities com.android.server.job.controllers.ConnectivityController.getNetworkCapabilities(android.net.Network)(ConnectivityController.java:1174) waiters=0 in void com.android.server.job.controllers.QuotaController$QcHandler.handleMessage(android.os.Message) for 645ms
05-21 13:59:31.866 9128 9128 I Choreographer: Skipped 132 frames! The application may be doing too much work on its main thread.
05-21 13:59:32.127 595 595 W system_server: Long monitor contention with owner SyncManager (842) at long com.android.server.job.JobSchedulerService.getMinJobExecutionGuaranteeMs(com.android.server.job.controllers.JobStatus)(JobSchedulerService.java:3799) waiters=0 in void com.android.server.job.controllers.DeviceIdleJobsController$1.onReceive(android.content.Context, android.content.Intent) for 331ms
05-21 13:59:33.641 7385 7701 I PhenotypeProcessReaper: Memory state is: 400
05-21 13:59:33.689 7385 7701 I PhenotypeProcessReaper: Killing process to refresh experiment configuration
05-21 13:59:33.689 7385 7701 I Process : Sending signal. PID: 7385 SIG: 9
05-21 13:59:33.749 1371 9746 W .gms.persistent: Long monitor contention with owner netscheduler-queue-handler (3628) at void bytb.o(int)(:com.google.android.gms@231818047@23.18.18 (190800-535401451):4) waiters=0 in void bytb.t(boolean, awbu) for 6.004s
05-21 13:59:33.791 1893 9826 I SyncManager: Executing sync [CONTEXT service_id=80 ]
05-21 13:59:33.863 1371 1371 D BoundBrokerSvc: onBind: Intent { act=com.google.android.contextmanager.service.ContextManagerLogsUploadBoundService.ACTION_TASK_READY dat=chimera-action:/... cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
05-21 13:59:33.863 1371 1371 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.contextmanager.service.ContextManagerLogsUploadBoundService.ACTION_TASK_READY dat=chimera-action:/... cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
05-21 13:59:34.203 1371 9746 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.tapandpay.gcmtask.TapAndPayGcmTaskService started execution. cause:4 exec_start_elapsed_seconds: 7345 [CONTEXT service_id=218 ]
05-21 13:59:34.832 1371 9830 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.contextmanager.service.ContextManagerLogsUploadBoundService started execution. cause:4 exec_start_elapsed_seconds: 7346 [CONTEXT service_id=218 ]
05-21 13:59:34.860 8564 8573 I ndroid.calendar: Background concurrent copying GC freed 52502(2946KB) AllocSpace objects, 24(608KB) LOS objects, 49% free, 3483KB/6967KB, paused 328us,14us total 6.241s
05-21 13:59:34.860 8564 8573 W ndroid.calendar: Reducing the number of considered missed Gc histogram windows from 191 to 100
05-21 13:59:34.935 1371 9746 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.contextmanager.service.ContextManagerLogsUploadBoundService finished executing. cause:4 result: 1 elapsed_millis: 1201 uptime_millis: 1201 exec_start_elapsed_seconds: 7346 [CONTEXT service_id=218 ]
05-21 13:59:34.937 1371 1371 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.contextmanager.service.ContextManagerLogsUploadBoundService.ACTION_TASK_READY dat=chimera-action:/... cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
05-21 13:59:35.493 1371 9830 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.instantapps.routing.DomainFilterUpdateService started execution. cause:5 exec_start_elapsed_seconds: 7348 [CONTEXT service_id=218 ]
05-21 13:59:35.581 1371 9829 V NFC : this device does not have NFC support
05-21 13:59:35.977 378 378 I Zygote : Process 7385 exited due to signal 9 (Killed)
05-21 13:59:36.025 595 634 I libprocessgroup: Successfully killed process cgroup uid 10129 pid 7385 in 16ms
05-21 13:59:36.123 595 770 D ConnectivityService: releasing NetworkRequest [ REQUEST id=179, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10129 RequestorUid: 10129 RequestorPkg: com.google.android.gms UnderlyingNetworks: Null] ] (release request)
05-21 13:59:36.305 1371 9829 W TapAndPay: NfcAdapter is null while obtaining CardEmulation instance. [CONTEXT service_id=79 ]
05-21 13:59:36.305 1371 9829 W TapAndPay: java.lang.NullPointerException: NfcAdapter is null
05-21 13:59:36.305 1371 9829 W TapAndPay: at android.nfc.cardemulation.CardEmulation.getInstance(CardEmulation.java:152)
05-21 13:59:36.305 1371 9829 W TapAndPay: at cdoy.(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:36.305 1371 9829 W TapAndPay: at com.google.android.gms.tapandpay.hce.task.TapAndPayAidRegistrationTaskOperation.a(:com.google.android.gms@231818047@23.18.18 (190800-535401451):5)
05-21 13:59:36.305 1371 9829 W TapAndPay: at com.google.android.gms.tapandpay.gcmtask.TapAndPayGcmTaskChimeraService.a(:com.google.android.gms@231818047@23.18.18 (190800-535401451):4)
05-21 13:59:36.305 1371 9829 W TapAndPay: at avzs.call(:com.google.android.gms@231818047@23.18.18 (190800-535401451):4)
05-21 13:59:36.305 1371 9829 W TapAndPay: at java.util.concurrent.FutureTask.run(FutureTask.java:264)
05-21 13:59:36.305 1371 9829 W TapAndPay: at aced.c(:com.google.android.gms@231818047@23.18.18 (190800-535401451):6)
05-21 13:59:36.305 1371 9829 W TapAndPay: at aced.run(:com.google.android.gms@231818047@23.18.18 (190800-535401451):7)
05-21 13:59:36.305 1371 9829 W TapAndPay: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-21 13:59:36.305 1371 9829 W TapAndPay: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-21 13:59:36.305 1371 9829 W TapAndPay: at acjn.run(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:36.305 1371 9829 W TapAndPay: at java.lang.Thread.run(Thread.java:1012)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: Error while reading domain filter from WHAPI [CONTEXT service_id=121 ]
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: java.util.concurrent.ExecutionException: aswe: Unable to read Finsky Content Filter settings
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at java.util.concurrent.FutureTask.report(FutureTask.java:122)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at java.util.concurrent.FutureTask.get(FutureTask.java:191)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at abxg.get(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at atam.t(:com.google.android.gms@231818047@23.18.18 (190800-535401451):8)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at atam.d(:com.google.android.gms@231818047@23.18.18 (190800-535401451):8)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at ataf.d(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at com.google.android.gms.instantapps.routing.DomainFilterUpdateChimeraService.a(:com.google.android.gms@231818047@23.18.18 (190800-535401451):27)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at avzs.call(:com.google.android.gms@231818047@23.18.18 (190800-535401451):4)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at java.util.concurrent.FutureTask.run(FutureTask.java:264)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at aced.c(:com.google.android.gms@231818047@23.18.18 (190800-535401451):6)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at aced.run(:com.google.android.gms@231818047@23.18.18 (190800-535401451):7)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at acjn.run(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at java.lang.Thread.run(Thread.java:1012)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: Caused by: aswe: Unable to read Finsky Content Filter settings
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at aswg.b(:com.google.android.gms@231818047@23.18.18 (190800-535401451):7)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at asvr.a(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: at abxe.call(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:36.352 1371 9746 E DomainFilterImpl: ... 7 more
05-21 13:59:36.378 1371 9746 W DomainFilterUpdateChime: Retry later [CONTEXT service_id=121 ]
05-21 13:59:36.449 1371 9830 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.instantapps.routing.DomainFilterUpdateService finished executing. cause:5 result: 3 elapsed_millis: 1037 uptime_millis: 1037 exec_start_elapsed_seconds: 7348 [CONTEXT service_id=218 ]
05-21 13:59:36.539 1371 9830 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.tapandpay.gcmtask.TapAndPayGcmTaskService finished executing. cause:4 result: 3 elapsed_millis: 3236 uptime_millis: 3236 exec_start_elapsed_seconds: 7345 [CONTEXT service_id=218 ]
05-21 13:59:36.746 1371 9829 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.gcm.gmsproc.GcmInGmsTaskService started execution. cause:5 exec_start_elapsed_seconds: 7349 [CONTEXT service_id=218 ]
05-21 13:59:36.840 377 9838 I resolv : GetAddrInfoHandler::run: {102 786534 102 983142 10129 0}
05-21 13:59:36.977 377 9840 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 13:59:36.990 377 9841 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 13:59:37.062 377 9842 I resolv : GetAddrInfoHandler::run: {102 786534 102 983142 10129 0}
05-21 13:59:37.097 377 9843 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 13:59:37.122 377 9844 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 13:59:37.252 377 9841 I resolv : res_nsend: used send_dg 120 terrno: 0
05-21 13:59:37.253 377 9841 I resolv : doQuery: rcode=0, ancount=5, return value=120
05-21 13:59:37.267 377 9844 I resolv : res_nsend: used send_dg 120 terrno: 0
05-21 13:59:37.268 377 9844 I resolv : resolv_cache_add: ALREADY IN CACHE (0x7e6436561b50) ? IGNORING ADD
05-21 13:59:37.268 377 9844 I resolv : doQuery: rcode=0, ancount=5, return value=120
05-21 13:59:37.268 377 9840 I resolv : res_nsend: used send_dg 152 terrno: 0
05-21 13:59:37.268 377 9840 I resolv : doQuery: rcode=0, ancount=4, return value=152
05-21 13:59:37.268 377 9843 I resolv : res_nsend: used send_dg 152 terrno: 0
05-21 13:59:37.268 377 9843 I resolv : resolv_cache_add: ALREADY IN CACHE (0x7e6436560950) ? IGNORING ADD
05-21 13:59:37.268 377 9843 I resolv : doQuery: rcode=0, ancount=4, return value=152
05-21 13:59:37.441 1371 1385 D TrafficStats: tagSocket(437) with statsTag=0x20000401, statsUid=10129
05-21 13:59:37.460 1371 2456 D TrafficStats: tagSocket(438) with statsTag=0x20000401, statsUid=10129
05-21 13:59:37.514 8564 9837 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
05-21 13:59:37.617 9128 9294 E SurfaceSyncGroup: Failed to receive transaction ready in 1000ms. Marking SurfaceSyncGroup(wmsSync-VRI[ComponentActivity]#8) as ready
05-21 13:59:37.627 9128 9294 E SurfaceSyncGroup: Failed to receive transaction ready in 1000ms. Marking SurfaceSyncGroup(VRI[ComponentActivity]#9) as ready
05-21 13:59:37.630 1371 1483 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite
05-21 13:59:37.648 1371 3099 D TrafficStats: tagSocket(443) with statsTag=0x20000401, statsUid=10147
05-21 13:59:37.678 8564 9837 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module com.google.android.gms.providerinstaller.dynamite found. Local version is 0 and remote version is 0.
05-21 13:59:37.793 1371 3099 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
05-21 13:59:37.822 1371 2456 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
05-21 13:59:37.953 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms }
05-21 13:59:37.978 1371 3099 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:37.978 1371 3099 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:37.983 1371 1385 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
05-21 13:59:38.013 1371 2456 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:38.013 1371 2456 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:38.025 1371 1385 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:38.025 1371 1385 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:38.052 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:59:38.116 1371 3099 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
05-21 13:59:38.117 1371 3099 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:38.117 1371 3099 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:38.126 1371 1385 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
05-21 13:59:38.126 1371 1385 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:38.126 1371 1385 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:38.142 1371 2456 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
05-21 13:59:38.150 1371 2456 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:38.150 1371 2456 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:38.182 9128 9374 I OpenGLRenderer: Davey! duration=8481ms; Flags=1, FrameTimelineVsyncId=217448, IntendedVsync=7342372254909, Vsync=7344572254821, InputEventId=0, HandleInputStart=7344599201233, AnimationStart=7344599240406, PerformTraversalsStart=7344599331044, DrawStart=7349304942323, FrameDeadline=7342388921575, FrameInterval=7344586944613, FrameStartTime=16666666, SyncQueued=7349596268141, SyncStart=7349596614346, IssueDrawCommandsStart=7349604461021, SwapBuffers=7350720866533, FrameCompleted=7350854553457, DequeueBufferDuration=3206, QueueBufferDuration=433527, GpuCompleted=7350720866533, SwapBuffersCompleted=7350854553457, DisplayPresentTime=0, CommandSubmissionCompleted=7350720866533,
05-21 13:59:38.192 595 726 I InputDispatcher: d98cda4 com.github.se.polyfit/androidx.activity.ComponentActivity (server) spent 2005ms processing FocusEvent(hasFocus=false)
05-21 13:59:38.249 9128 9128 I Choreographer: Skipped 352 frames! The application may be doing too much work on its main thread.
05-21 13:59:38.271 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:59:38.322 9128 9128 W IdlingPolicy: These resources are not idle: [Compose-Espresso link]
05-21 13:59:38.343 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:59:38.533 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 13:59:38.564 595 2208 I ImeTracker: com.github.se.polyfit:1fd0a289: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:38.568 595 2208 I ImeTracker: com.github.se.polyfit:1fd0a289: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:38.635 8564 9837 D nativeloader: Configuring clns-8 for other apk /system/framework/com.android.media.remotedisplay.jar. target_sdk_version=33, uses_libraries=ALL, library_path=/product/priv-app/PrebuiltGmsCore/lib/x86_64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
05-21 13:59:38.643 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:38.706 8564 9837 D nativeloader: Configuring clns-9 for other apk /system/framework/com.android.location.provider.jar. target_sdk_version=33, uses_libraries=ALL, library_path=/product/priv-app/PrebuiltGmsCore/lib/x86_64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
05-21 13:59:38.715 8564 9837 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar
05-21 13:59:38.715 8564 9837 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar
05-21 13:59:38.716 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:38.719 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:38.719 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:38.725 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:38.735 848 966 D EGL_emulation: app_time_stats: avg=8571.15ms min=109.22ms max=25330.53ms count=3
05-21 13:59:38.782 8564 9837 D nativeloader: Configuring product-clns-10 for unbundled product apk /product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk. target_sdk_version=33, uses_libraries=, library_path=/product/priv-app/PrebuiltGmsCore/lib/x86_64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/x86_64:/product/lib64:/system/product/lib64, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms:/product/lib64:/system/product/lib64
05-21 13:59:39.231 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 13:59:39.339 8564 9837 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods...
05-21 13:59:39.428 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:39.428 9128 9128 I ImeTracker: com.github.se.polyfit:219732e5: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:59:39.428 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 13:59:39.437 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:39.437 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 13:59:39.437 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:39.438 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:39.453 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{a489829 VFED..... .F....ID 0,0-880,1131 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 13:59:39.471 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 13:59:39.471 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:39.471 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:39.472 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 13:59:39.560 1371 1385 W Auth : [GetToken] GetToken failed with status code: DeviceManagementScreenlockRequired
05-21 13:59:39.565 1371 3099 W Auth : [GetToken] GetToken failed with status code: DeviceManagementScreenlockRequired
05-21 13:59:39.573 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 13:59:39.575 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:39.595 1371 2456 W Auth : [GetToken] GetToken failed with status code: DeviceManagementScreenlockRequired
05-21 13:59:39.602 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 13:59:39.622 8564 9846 W Auth : [GoogleAuthUtil] isUserRecoverableError status: DM_SCREENLOCK_REQUIRED
05-21 13:59:39.623 1893 8221 W Auth : [GoogleAuthUtil] isUserRecoverableError status: DM_SCREENLOCK_REQUIRED
05-21 13:59:39.625 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:59:39.712 1893 8221 I GCM-GMS : Failed to subscribe to group.
05-21 13:59:39.712 1893 8221 I GCM-GMS : com.google.android.gms.auth.UserRecoverableAuthException: DeviceManagementScreenlockRequired
05-21 13:59:39.712 1893 8221 I GCM-GMS : at lvj.p(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at lvj.d(:com.google.android.gms@231818047@23.18.18 (190800-535401451):3)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at lvc.a(:com.google.android.gms@231818047@23.18.18 (190800-535401451):6)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at lvj.t(:com.google.android.gms@231818047@23.18.18 (190800-535401451):4)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at lvj.v(:com.google.android.gms@231818047@23.18.18 (190800-535401451):10)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at lvj.i(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at lvj.g(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at apdj.c(:com.google.android.gms@231818047@23.18.18 (190800-535401451):32)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at com.google.android.gms.gcm.gmsproc.GcmInGmsTaskChimeraService.a(:com.google.android.gms@231818047@23.18.18 (190800-535401451):20)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at avzs.call(:com.google.android.gms@231818047@23.18.18 (190800-535401451):4)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at java.util.concurrent.FutureTask.run(FutureTask.java:264)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at aced.c(:com.google.android.gms@231818047@23.18.18 (190800-535401451):6)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at aced.run(:com.google.android.gms@231818047@23.18.18 (190800-535401451):7)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at acjn.run(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:39.712 1893 8221 I GCM-GMS : at java.lang.Thread.run(Thread.java:1012)
05-21 13:59:39.755 1893 8221 I GCM-GMS : Groups upload failed
05-21 13:59:39.763 1893 9826 W Auth : [GoogleAuthUtil] isUserRecoverableError status: DM_SCREENLOCK_REQUIRED
05-21 13:59:39.781 8564 9846 E GnpSdk : Job finished with PERMANENT_FAILURE. Job ID: '111001002', key: 'RPC_STORE_TARGET'
05-21 13:59:39.781 8564 9846 E GnpSdk : com.google.android.gms.auth.UserRecoverableAuthException: DeviceManagementScreenlockRequired
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.tvk.c(PG:20)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.tvg.a(PG:24)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.tvk.i(PG:11)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.tvk.k(PG:32)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.wqm.d(PG:2)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.wqm.a(PG:7)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.wym.b(PG:35)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.wym.a(PG:1)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.wyk.h(PG:2)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.wfh.h(PG:8)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.whv.g(PG:4)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.whs.b(PG:12)
05-21 13:59:39.781 8564 9846 E GnpSdk : at cal.wbn.run(PG:1)
05-21 13:59:39.781 8564 9846 E GnpSdk : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-21 13:59:39.781 8564 9846 E GnpSdk : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-21 13:59:39.781 8564 9846 E GnpSdk : at java.lang.Thread.run(Thread.java:1012)
05-21 13:59:39.799 8564 9837 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
05-21 13:59:39.810 1371 9830 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.gcm.gmsproc.GcmInGmsTaskService finished executing. cause:5 result: 3 elapsed_millis: 3181 uptime_millis: 3181 exec_start_elapsed_seconds: 7349 [CONTEXT service_id=218 ]
05-21 13:59:39.886 8564 9837 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/00000002/DynamiteLoader.dm': No such file or directory
05-21 13:59:39.886 8564 9837 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/00000002/DynamiteLoader.dm': No such file or directory
05-21 13:59:39.888 9128 9128 I ImeTracker: com.github.se.polyfit:3d901810: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 13:59:39.888 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{a489829 VFED..... .F....ID 0,0-880,1131 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 13:59:39.915 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 280 ms
05-21 13:59:39.937 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 13:59:39.942 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 13:59:39.976 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 13:59:39.986 8564 9837 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/00000001/CronetDynamite.dm': No such file or directory
05-21 13:59:39.986 8564 9837 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/00000001/CronetDynamite.dm': No such file or directory
05-21 13:59:39.994 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:59:39.994 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ColorRow')) && (TestTag = 'ColorButton'); position: 0; useUnmergedTree: false.
05-21 13:59:40.011 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 13:59:40.011 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 13:59:40.018 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 13:59:40.037 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 13:59:40.037 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 13:59:40.077 1679 2450 W AiAiEcho: LyftNotificationParser Ridesharing ETA not enabled
05-21 13:59:40.079 1679 2450 W AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid
05-21 13:59:40.090 8564 9837 D nativeloader: Configuring clns-11 for other apk . target_sdk_version=33, uses_libraries=ALL, library_path=/data/user_de/0/com.google.android.gms/app_chimera/m/00000001/CronetDynamite.apk!/lib/x86_64:/data/user_de/0/com.google.android.gms/app_chimera/m/00000001/CronetDynamite.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand
05-21 13:59:40.103 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:59:40.129 1679 2450 W AiAiEcho: LyftNotificationParser Ridesharing ETA not enabled
05-21 13:59:40.129 1679 2450 W AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid
05-21 13:59:40.130 1893 9826 I SyncScheduler: Sync failed with error code 0x503, rescheduling in 3978819 ms [CONTEXT service_id=80 ]
05-21 13:59:40.134 1679 2450 W AiAiEcho: LyftNotificationParser Ridesharing ETA not enabled
05-21 13:59:40.134 1679 2450 W AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid
05-21 13:59:40.139 1893 9826 I SyncManager: Executing sync finished in 6346 ms [CONTEXT service_id=80 ]
05-21 13:59:40.140 595 2208 D ConnectivityService: requestNetwork for uid/pid:10147/8564 activeRequest: null callbackRequest: 210 [NetworkRequest [ REQUEST id=211, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.google.android.calendar UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
05-21 13:59:40.177 595 761 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=211, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.google.android.calendar UnderlyingNetworks: Null] ]
05-21 13:59:40.177 595 770 D ConnectivityService: NetReassign [211 : null → 102] [c 1] [a 29] [i 7]
05-21 13:59:40.177 595 761 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=211, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.google.android.calendar UnderlyingNetworks: Null] ]
05-21 13:59:40.177 595 761 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=211, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.google.android.calendar UnderlyingNetworks: Null] ]
05-21 13:59:40.177 595 761 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=211, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.google.android.calendar UnderlyingNetworks: Null] ]
05-21 13:59:40.187 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:59:40.188 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:59:40.188 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 13:59:40.188 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:59:40.188 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 13:59:40.188 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:59:40.188 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 13:59:40.188 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 13:59:40.196 595 770 D ConnectivityService: NetReassign [no changes] [c 0] [a 9] [i 2]
05-21 13:59:40.198 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 13:59:40.205 9128 9288 D EGL_emulation: app_time_stats: avg=517.70ms min=291.66ms max=785.25ms count=4
05-21 13:59:40.209 1893 9826 W SyncAdapter: Failed to sync. [CONTEXT service_id=80 ]
05-21 13:59:40.209 1893 9826 W SyncAdapter: zqu: Error retrieving oauth token
05-21 13:59:40.209 1893 9826 W SyncAdapter: at zxw.c(:com.google.android.gms@231818047@23.18.18 (190800-535401451):29)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at zxw.a(:com.google.android.gms@231818047@23.18.18 (190800-535401451):28)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at zxc.b(:com.google.android.gms@231818047@23.18.18 (190800-535401451):26)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at accw.onPerformSync(:com.google.android.gms@231818047@23.18.18 (190800-535401451):4)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:354)
05-21 13:59:40.209 1893 9826 W SyncAdapter: Caused by: com.google.android.gms.auth.UserRecoverableAuthException: DeviceManagementScreenlockRequired
05-21 13:59:40.209 1893 9826 W SyncAdapter: at lvj.p(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at lvj.d(:com.google.android.gms@231818047@23.18.18 (190800-535401451):3)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at lvc.a(:com.google.android.gms@231818047@23.18.18 (190800-535401451):6)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at lvj.t(:com.google.android.gms@231818047@23.18.18 (190800-535401451):4)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at lvj.v(:com.google.android.gms@231818047@23.18.18 (190800-535401451):10)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at lvj.i(:com.google.android.gms@231818047@23.18.18 (190800-535401451):2)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at lvj.g(:com.google.android.gms@231818047@23.18.18 (190800-535401451):0)
05-21 13:59:40.209 1893 9826 W SyncAdapter: at zxw.c(:com.google.android.gms@231818047@23.18.18 (190800-535401451):19)
05-21 13:59:40.209 1893 9826 W SyncAdapter: ... 4 more
05-21 13:59:40.212 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:59:40.234 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 13:59:40.234 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 13:59:40.234 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:59:40.235 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:59:40.260 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 13:59:40.261 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 13:59:40.269 1585 1585 I Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread.
05-21 13:59:40.276 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 13:59:40.276 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SaveButton'; position: 0; useUnmergedTree: false.
05-21 13:59:40.318 8564 9837 I cr_CronetLibraryLoader: Cronet version: 113.0.5672.51, arch: x86_64
05-21 13:59:40.344 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:59:40.344 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:59:40.514 848 966 D EGL_emulation: app_time_stats: avg=1779.11ms min=1779.11ms max=1779.11ms count=1
05-21 13:59:40.577 1585 9487 I OpenGLRenderer: Davey! duration=985ms; Flags=1, FrameTimelineVsyncId=217840, IntendedVsync=7352288921179, Vsync=7352988921151, InputEventId=0, HandleInputStart=7352989816639, AnimationStart=7352989817831, PerformTraversalsStart=7352989818372, DrawStart=7353167868684, FrameDeadline=7352305587845, FrameInterval=7352989645090, FrameStartTime=16666666, SyncQueued=7353223858388, SyncStart=7353224604786, IssueDrawCommandsStart=7353225673997, SwapBuffers=7353259883882, FrameCompleted=7353274696956, DequeueBufferDuration=601287, QueueBufferDuration=536268, GpuCompleted=7353259883882, SwapBuffersCompleted=7353274696956, DisplayPresentTime=0, CommandSubmissionCompleted=7353259883882,
05-21 13:59:40.656 1371 2456 W Auth : [GetToken] GetToken failed with status code: DeviceManagementScreenlockRequired
05-21 13:59:40.669 8564 9837 W Auth : [GoogleAuthUtil] isUserRecoverableError status: DM_SCREENLOCK_REQUIRED
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: Network error, RPC Status Code = UNKNOWN
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: java.lang.RuntimeException: com.google.android.calendar.timely.net.grpc.GrpcStubException: Failed to retrieve auth token
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.acga.a(PG:9)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.agop.e(PG:2)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.agor.run(PG:12)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.agqk.execute(PG:1)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.agqm.b(PG:1)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.agru.done(PG:4)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:381)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.FutureTask.setException(FutureTask.java:250)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.FutureTask.run(FutureTask.java:269)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.gtr.run(PG:1)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.FutureTask.run(FutureTask.java:264)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.gtq.run(PG:7)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.lang.Thread.run(Thread.java:1012)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: Caused by: com.google.android.calendar.timely.net.grpc.GrpcStubException: Failed to retrieve auth token
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.sug.g(PG:10)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.sug.h(PG:10)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.sug.d(PG:1)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.lqs.call(PG:1)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at java.util.concurrent.FutureTask.run(FutureTask.java:264)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: ... 8 more
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: Caused by: com.google.android.gms.auth.UserRecoverableAuthException: DeviceManagementScreenlockRequired
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.tvk.c(PG:20)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.tvg.a(PG:24)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.tvk.i(PG:11)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.tvk.k(PG:32)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: at cal.sug.g(PG:8)
05-21 13:59:40.677 8564 8713 W PlatformNetworkImpl: ... 12 more
05-21 13:59:40.680 848 2458 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:59:40.680 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:59:40.683 8564 8713 I c.adax : Received sync error; type=GRPC_ERROR, latencyMs=3244
05-21 13:59:40.701 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 114 ms
05-21 13:59:40.705 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 13:59:40.706 1585 1585 W InputContextProxyV4: InputContextProxyV4.applyClientDiffInternal():897 Ignore [FetchSuggestions] diff due to stale request: 109<110, inputStateId=28, lastInputStateId=29
05-21 13:59:40.724 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 13:59:40.734 595 842 W SyncManager: failed sync operation JobId=48 ***/com.google u0 [com.google.android.calendar.tasks] OTHER ExpectedIn=-19s Reason=AccountsUpdated Retries=7, SyncResult: stats [ numIoExceptions: 1]
05-21 13:59:40.745 9128 9128 I ImeTracker: com.github.se.polyfit:3d901810: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 13:59:40.805 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:40.807 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:40.812 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:40.822 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:40.822 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:40.833 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 13:59:40.863 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x751367618670 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 13:59:40.869 6276 6276 D SearchTargetUtil: query= size=45
05-21 13:59:40.878 1679 2450 W AiAiEcho: LyftNotificationParser Ridesharing ETA not enabled
05-21 13:59:40.878 1679 2450 W AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid
05-21 13:59:40.903 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:59:40.927 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fbe90342-6e3b-4d15-a2c8-7e712a4159c4
05-21 13:59:40.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d4f9c95-39bc-4325-a9c7-155e6a6980aa
05-21 13:59:40.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6fe18374-96cc-4461-83ad-b2c911e23c94
05-21 13:59:40.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 202f5b97-bfcf-41e6-9a2a-12b7b8692294
05-21 13:59:40.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a0d729a-719d-48b3-a183-9f30056570bd
05-21 13:59:40.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97b009b6-608c-427e-85b8-fc399d8bc9b8
05-21 13:59:40.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69cd134e-db0d-4b1e-a27a-69816c0fb26b
05-21 13:59:40.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0074cc5e-550e-4e3a-8d9f-72bd611eb5b1
05-21 13:59:40.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b1373776-c1e0-46fe-aec8-ef27c4dec1c1
05-21 13:59:40.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4af2d740-4af2-496c-8f94-19c1d28ea2c4
05-21 13:59:40.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6888f7ef-0bc1-481c-a946-9474154923b6
05-21 13:59:40.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 756a6687-efca-4d3f-8e49-b101e0874e1d
05-21 13:59:40.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b056a8f7-3e05-40ee-9e6f-0c710d09b937
05-21 13:59:40.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ef4d84e-0832-4001-a2da-570323400c9d
05-21 13:59:40.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bce4654a-cd50-45ef-b6a7-53b6f730e2cd
05-21 13:59:40.930 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a467d9a-fadc-4f8b-b5a0-95409e7d7159
05-21 13:59:40.930 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d955c236-62fe-4857-8b3b-1e0c279ecc57
05-21 13:59:40.930 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4cde33e4-3534-4b2a-a1ec-024ff7762101
05-21 13:59:40.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b31039a-be7a-4444-b2b5-3af438b80a3b
05-21 13:59:40.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce230de2-a7cb-4dce-b910-1807b4d036c2
05-21 13:59:40.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 469ca78c-c44e-451c-84fe-5ec8b63579b6
05-21 13:59:40.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7f7d7b1-3ce5-4ddd-a795-4dde1ac1508a
05-21 13:59:40.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6c2fb2d6-f4f4-4ad2-9e7b-d4e029c053b2
05-21 13:59:40.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c0a735fe-c0a0-4eb8-a90b-5056647a6693
05-21 13:59:40.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4eab320b-6074-4d35-9bdb-c88407be526c
05-21 13:59:40.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5fc78b65-ee1f-4777-ae55-f206689d5cfe
05-21 13:59:40.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e90dc9d6-7ed2-48df-8231-f1bbcec95941
05-21 13:59:40.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ee4dd782-060a-403f-a1ef-8d531e73dc5d
05-21 13:59:40.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8d4ea50-796a-42d8-8148-089c40d297f2
05-21 13:59:40.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b3d363e-1eec-49d2-9e8f-d35f77046907
05-21 13:59:40.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 535d54ba-a8d3-40f7-b9cd-a398c1809215
05-21 13:59:40.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6afe323a-1c53-46fa-8f7f-8464c18c40da
05-21 13:59:40.935 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 13:59:40.950 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bd67b2a0-2d25-4f80-8ff4-046242103d78
05-21 13:59:40.959 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 13:59:41.041 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:59:41.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: afc736c0-c291-4a3d-b6a6-6986d9eec70a
05-21 13:59:41.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2d419e6d-cb09-49f3-9d3e-4f03024fbc2b
05-21 13:59:41.101 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:59:41.101 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fdd39154-7b2a-427f-8e54-8d0b7293b762
05-21 13:59:41.101 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e65d40ba-565a-4547-a7eb-90cdeac1a653
05-21 13:59:41.134 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 13:59:41.135 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bc80d2ca-db4b-4f59-890b-91f098bf7e32
05-21 13:59:41.135 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4d9abcf9-76b5-4014-931f-1798fcdea5b3
05-21 13:59:41.135 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 10947c5f-3810-4373-915f-bfabbf02e1be
05-21 13:59:41.135 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=586fd5ad-11c3-4d2d-ad62-8ea2e0bd0e43,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f40b58db-5ace-4a38-80e5-d638843c8435
05-21 13:59:41.221 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 13:59:41.221 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 13:59:41.263 848 966 D EGL_emulation: app_time_stats: avg=1576.21ms min=9.19ms max=26309.44ms count=17
05-21 13:59:41.307 9128 9288 D EGL_emulation: app_time_stats: avg=367.27ms min=93.39ms max=654.49ms count=3
05-21 13:59:41.340 9128 9128 I ImeTracker: com.github.se.polyfit:219732e5: onShown
05-21 13:59:41.536 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:59:41.536 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 13:59:41.560 848 966 D EGL_emulation: app_time_stats: avg=209.11ms min=44.25ms max=434.01ms count=5
05-21 13:59:41.595 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@65bb4bf
05-21 13:59:41.598 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@76016ba
05-21 13:59:41.775 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d75fc3b0 (UnprojectedRipple) with handle 0x75136763c250
05-21 13:59:41.791 595 917 W InputManager-JNI: Input channel object 'cdd86ef com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:41.967 595 624 W system_server: Long monitor contention with owner binder:595_7 (917) at android.content.res.Configuration com.android.server.wm.ActivityTaskManagerService.getGlobalConfigurationForPid(int)(ActivityTaskManagerService.java:1133) waiters=0 in void com.android.server.wm.WindowSurfacePlacer$Traverser.run() for 137ms
05-21 13:59:42.286 848 966 D EGL_emulation: app_time_stats: avg=12.26ms min=1.42ms max=52.34ms count=46
05-21 13:59:42.375 9128 9128 I Choreographer: Skipped 49 frames! The application may be doing too much work on its main thread.
05-21 13:59:42.420 9128 9128 I ImeTracker: com.github.se.polyfit:3d0a279c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:59:42.421 9128 9128 I ImeTracker: com.github.se.polyfit:3d0a279c: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:59:42.577 9128 9288 D EGL_emulation: app_time_stats: avg=18527.61ms min=18527.61ms max=18527.61ms count=1
05-21 13:59:42.588 9128 9144 I OpenGLRenderer: Davey! duration=1020ms; Flags=0, FrameTimelineVsyncId=218580, IntendedVsync=7354272254433, Vsync=7355088921067, InputEventId=0, HandleInputStart=7355105459301, AnimationStart=7355122415247, PerformTraversalsStart=7355141564225, DrawStart=7355153757990, FrameDeadline=7354288921099, FrameInterval=7355095503604, FrameStartTime=16666666, SyncQueued=7355234747208, SyncStart=7355239479905, IssueDrawCommandsStart=7355264615531, SwapBuffers=7355277848109, FrameCompleted=7355297648765, DequeueBufferDuration=23555, QueueBufferDuration=2993668, GpuCompleted=7355277848109, SwapBuffersCompleted=7355297648765, DisplayPresentTime=0, CommandSubmissionCompleted=7355277848109,
05-21 13:59:42.642 595 2208 I ImeTracker: com.github.se.polyfit:bf4b76e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:42.695 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 13:59:42.705 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 13:59:42.708 595 917 I ImeTracker: com.github.se.polyfit:bf4b76e: onFailed at PHASE_WM_HAS_IME_INSETS_CONTROL_TARGET
05-21 13:59:42.747 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:59:42.747 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 13:59:42.774 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 13:59:42.775 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 13:59:42.776 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 13:59:42.786 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 13:59:42.819 9128 9128 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 54451987
05-21 13:59:42.842 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:42.854 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:42.859 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:42.860 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:42.860 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:42.943 1585 3269 E native : E0000 00:00:1716292780.703072 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 13:59:43.121 1585 1786 D EGL_emulation: app_time_stats: avg=849.74ms min=7.76ms max=1626.09ms count=3
05-21 13:59:43.158 1893 1909 I gle.android.gms: CollectorTransition concurrent copying GC freed 135429(5896KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 22MB/44MB, paused 14.181ms,294us total 2.906s
05-21 13:59:43.234 595 2433 W system_server: Long monitor contention with owner binder:595_8 (918) at int com.android.server.wm.ActivityStarter.execute()(ActivityStarter.java:786) waiters=0 in void com.android.server.wm.WindowManagerService.reportSystemGestureExclusionChanged(com.android.server.wm.Session, android.view.IWindow, java.util.List) for 183ms
05-21 13:59:43.315 848 966 D EGL_emulation: app_time_stats: avg=13.49ms min=1.04ms max=72.75ms count=52
05-21 13:59:43.358 848 904 D SplashScreenView: Build android.window.SplashScreenView{49fd68e V.E...... ......ID 0,0-0,0}
05-21 13:59:43.358 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:59:43.358 848 904 D SplashScreenView: Branding: view: android.view.View{b41ceaf G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:59:43.404 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9529afc in: PAUSED
05-21 13:59:43.431 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@9529afc
05-21 13:59:43.582 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:59:43.909 595 632 W system_server: Long monitor contention with owner android.display (623) at void com.android.server.am.ActivityManagerService.trimApplications(boolean, int)(ActivityManagerService.java:16730) waiters=0 in boolean com.android.server.am.BroadcastQueueModernImpl.lambda$new$0(android.os.Message) for 158ms
05-21 13:59:44.393 848 966 D EGL_emulation: app_time_stats: avg=214.60ms min=26.53ms max=621.34ms count=5
05-21 13:59:44.983 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 13:59:44.991 595 917 W system_server: Long monitor contention with owner binder:595_14 (2208) at int com.android.server.am.ActivityManagerService.bindServiceInstance(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, long, java.lang.String, boolean, int, java.lang.String, android.app.IApplicationThread, java.lang.String, int)(ActivityManagerService.java:13404) waiters=0 in boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) for 225ms
05-21 13:59:44.997 595 632 W system_server: Long monitor contention with owner binder:595_14 (2208) at int com.android.server.am.ActivityManagerService.bindServiceInstance(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, long, java.lang.String, boolean, int, java.lang.String, android.app.IApplicationThread, java.lang.String, int)(ActivityManagerService.java:13404) waiters=2 in boolean com.android.server.am.BroadcastQueueModernImpl.lambda$new$0(android.os.Message) for 138ms
05-21 13:59:45.318 1829 1861 I earchbox:search: Background concurrent copying GC freed 229727(9317KB) AllocSpace objects, 1295(23MB) LOS objects, 8% free, 271MB/295MB, paused 995us,4.880ms total 30.206s
05-21 13:59:45.368 848 966 D EGL_emulation: app_time_stats: avg=3807.29ms min=3807.29ms max=3807.29ms count=1
05-21 13:59:45.412 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:59:45.412 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 13:59:45.488 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 29687(4258KB) AllocSpace objects, 21(364KB) LOS objects, 49% free, 6416KB/12MB, paused 151us,33us total 1.475s
05-21 13:59:45.520 848 966 D EGL_emulation: app_time_stats: avg=23.11ms min=1.00ms max=378.16ms count=31
05-21 13:59:45.552 377 9870 I resolv : GetAddrInfoHandler::run: {102 786534 102 983142 10129 0}
05-21 13:59:45.773 377 9871 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 13:59:45.797 377 9872 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 13:59:45.841 8564 8573 W ndroid.calendar: Suspending all threads took: 71.630ms
05-21 13:59:45.888 377 9872 I resolv : res_nsend: used send_dg 96 terrno: 0
05-21 13:59:45.891 377 9871 I resolv : res_nsend: used send_dg 160 terrno: 0
05-21 13:59:45.916 377 9871 I resolv : doQuery: rcode=0, ancount=4, return value=160
05-21 13:59:45.927 377 9872 I resolv : doQuery: rcode=0, ancount=3, return value=96
05-21 13:59:46.093 6276 6287 W System : A resource failed to call release.
05-21 13:59:46.097 6276 6287 W System : A resource failed to call release.
05-21 13:59:46.098 6276 6287 W System : A resource failed to call release.
05-21 13:59:46.098 6276 6287 W System : A resource failed to call release.
05-21 13:59:46.098 6276 6287 W System : A resource failed to call release.
05-21 13:59:46.098 6276 6287 W System : A resource failed to call release.
05-21 13:59:46.183 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9529afc in: STOPPED
05-21 13:59:46.227 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@9529afc
05-21 13:59:46.247 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:59:46.811 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:59:46.927 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9529afc in: DESTROYED
05-21 13:59:46.928 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:59:46.944 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d579071
05-21 13:59:47.174 595 2379 W InputManager-JNI: Input channel object 'd98cda4 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:47.417 9128 9128 I Choreographer: Skipped 68 frames! The application may be doing too much work on its main thread.
05-21 13:59:47.503 9305 9328 E SurfaceSyncGroup: Failed to receive transaction ready in 1000ms. Marking SurfaceSyncGroup(wmsSync-VRI[InstrumentationActivityInvoker$EmptyActivity]#86) as ready
05-21 13:59:47.504 9305 9328 E SurfaceSyncGroup: Failed to receive transaction ready in 1000ms. Marking SurfaceSyncGroup(VRI[InstrumentationActivityInvoker$EmptyActivity]#87) as ready
05-21 13:59:47.565 1829 3393 I OpenGLRenderer: Davey! duration=779ms; Flags=1, FrameTimelineVsyncId=220558, IntendedVsync=7359455587559, Vsync=7359455587559, InputEventId=0, HandleInputStart=7359469875593, AnimationStart=7359469876224, PerformTraversalsStart=7359469876955, DrawStart=7359985065738, FrameDeadline=7359472254225, FrameInterval=7359469852841, FrameStartTime=16666666, SyncQueued=7360172502743, SyncStart=7360185258241, IssueDrawCommandsStart=7360211228456, SwapBuffers=7360211596941, FrameCompleted=7360247713025, DequeueBufferDuration=5190, QueueBufferDuration=25359115, GpuCompleted=7360211596941, SwapBuffersCompleted=7360247713025, DisplayPresentTime=3629731375342974815, CommandSubmissionCompleted=7360211596941,
05-21 13:59:47.811 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@620f8ff]
05-21 13:59:47.871 9128 9160 I TestRunner: finished: addTag(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
-
11.81 s
passedeverythingDisplayed
-
05-21 13:59:48.146 9128 9160 I TestRunner: started: everythingDisplayed(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
05-21 13:59:48.170 9128 9162 W thub.se.polyfit: JNI critical lock held for 27.459ms on Thread[24,tid=9162,Runnable,Thread*=0x7513b75fd030,peer=0x15c02b00,"Measurement Worker"]
05-21 13:59:48.200 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ef95758]
05-21 13:59:48.207 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=175, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@c74b314
05-21 13:59:48.215 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 13:59:48.244 848 966 D EGL_emulation: app_time_stats: avg=958.89ms min=48.73ms max=2725.39ms count=3
05-21 13:59:48.350 9305 9305 I Choreographer: Skipped 112 frames! The application may be doing too much work on its main thread.
05-21 13:59:48.410 1728 2211 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 13:59:48.412 1728 2211 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 13:59:48.413 1679 1825 I AiAiEcho: Predicting[0]:
05-21 13:59:48.416 1679 1825 I AiAiEcho: EchoTargets:
05-21 13:59:48.416 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 13:59:48.423 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 13:59:48.425 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 13:59:48.512 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 13:59:48.531 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:59:48.735 9128 9162 I FA : Application backgrounded at: timestamp_millis: 1716292785015
05-21 13:59:48.752 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:cd05c9d1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:48.752 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:cd05c9d1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:48.962 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:49.009 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 13:59:49.083 1728 2288 E HwDetectorWithState: a: 3
05-21 13:59:49.106 848 904 D SplashScreenView: Build android.window.SplashScreenView{361304d V.E...... ......ID 0,0-0,0}
05-21 13:59:49.106 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:59:49.106 848 904 D SplashScreenView: Branding: view: android.view.View{5a73702 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:59:49.114 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:49.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:49.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:49.116 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:49.332 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@566a6cb
05-21 13:59:49.347 595 917 W InputManager-JNI: Input channel object '6bcfaca Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:59:49.380 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@26ae607 in: PRE_ON_CREATE
05-21 13:59:49.405 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 13:59:49.531 848 966 D EGL_emulation: app_time_stats: avg=156.76ms min=1.73ms max=3488.21ms count=25
05-21 13:59:49.617 848 966 D EGL_emulation: app_time_stats: avg=267.50ms min=9.06ms max=1128.95ms count=5
05-21 13:59:50.533 848 966 D EGL_emulation: app_time_stats: avg=14.26ms min=1.31ms max=290.90ms count=39
05-21 13:59:50.654 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@26ae607 in: CREATED
05-21 13:59:50.671 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@26ae607
05-21 13:59:50.750 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@26ae607 in: STARTED
05-21 13:59:51.303 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@26ae607
05-21 13:59:51.438 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@26ae607 in: RESUMED
05-21 13:59:51.478 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@26ae607
05-21 13:59:52.026 848 966 D EGL_emulation: app_time_stats: avg=24.63ms min=1.62ms max=771.02ms count=43
05-21 13:59:52.082 848 848 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.
05-21 13:59:52.121 848 956 I OpenGLRenderer: Davey! duration=757ms; Flags=0, FrameTimelineVsyncId=222140, IntendedVsync=7363988920711, Vsync=7364255587367, InputEventId=0, HandleInputStart=7364270692805, AnimationStart=7364270693526, PerformTraversalsStart=7364745060976, DrawStart=7364745163656, FrameDeadline=7364005587377, FrameInterval=7364270579714, FrameStartTime=16666666, SyncQueued=7364745191158, SyncStart=7364745219701, IssueDrawCommandsStart=7364745248955, SwapBuffers=7364745751066, FrameCompleted=7364746771808, DequeueBufferDuration=7714, QueueBufferDuration=184182, GpuCompleted=7364745751066, SwapBuffersCompleted=7364746771808, DisplayPresentTime=0, CommandSubmissionCompleted=7364745751066,
05-21 13:59:52.168 848 966 D EGL_emulation: app_time_stats: avg=312.46ms min=3.68ms max=2418.57ms count=8
05-21 13:59:52.212 848 956 I OpenGLRenderer: Davey! duration=900ms; Flags=0, FrameTimelineVsyncId=222140, IntendedVsync=7363988920711, Vsync=7364255587367, InputEventId=0, HandleInputStart=7364270692805, AnimationStart=7364270693526, PerformTraversalsStart=7364745060976, DrawStart=7364746889988, FrameDeadline=7364005587377, FrameInterval=7364270579714, FrameStartTime=16666666, SyncQueued=7364752745620, SyncStart=7364752943445, IssueDrawCommandsStart=7364786209136, SwapBuffers=7364887845828, FrameCompleted=7364889304396, DequeueBufferDuration=8967, QueueBufferDuration=247851, GpuCompleted=7364887845828, SwapBuffersCompleted=7364889304396, DisplayPresentTime=0, CommandSubmissionCompleted=7364887845828,
05-21 13:59:52.285 9128 9162 W thub.se.polyfit: JNI critical lock held for 16.329ms on Thread[24,tid=9162,Runnable,Thread*=0x7513b75fd030,peer=0x15c02b00,"Measurement Worker"]
05-21 13:59:53.109 9128 9374 I OpenGLRenderer: Davey! duration=1123ms; Flags=1, FrameTimelineVsyncId=222161, IntendedVsync=7364655587351, Vsync=7365005587337, InputEventId=0, HandleInputStart=7365015619417, AnimationStart=7365015626279, PerformTraversalsStart=7365015632681, DrawStart=7365684117860, FrameDeadline=7364672254017, FrameInterval=7365015355862, FrameStartTime=16666666, SyncQueued=7365726793227, SyncStart=7365744529549, IssueDrawCommandsStart=7365760526122, SwapBuffers=7365781559463, FrameCompleted=7365797232434, DequeueBufferDuration=5761, QueueBufferDuration=5839423, GpuCompleted=7365781559463, SwapBuffersCompleted=7365797232434, DisplayPresentTime=0, CommandSubmissionCompleted=7365781559463,
05-21 13:59:53.128 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 13:59:53.128 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 218113, 0, CUJ=J
05-21 13:59:53.129 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 218150, 0, CUJ=J
05-21 13:59:53.129 9128 9128 W FrameTracker: Missed SF frame:JANK_SURFACEFLINGER_DEADLINE_MISSED, 218165, 0, CUJ=J
05-21 13:59:53.129 9128 9128 W FrameTracker: Missed SF frame:JANK_SURFACEFLINGER_DEADLINE_MISSED, 218180, 0, CUJ=J
05-21 13:59:53.129 9128 9128 W FrameTracker: Missed SF frame:JANK_SURFACEFLINGER_DEADLINE_MISSED, 218195, 0, CUJ=J
05-21 13:59:53.132 9128 9128 W FrameTracker: Missed SF frame:JANK_SURFACEFLINGER_DEADLINE_MISSED, 218210, 0, CUJ=J
05-21 13:59:53.132 9128 9128 W FrameTracker: Missed SF frame:JANK_SURFACEFLINGER_DEADLINE_MISSED, 218232, 0, CUJ=J
05-21 13:59:53.132 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 218247, 0, CUJ=J
05-21 13:59:53.132 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 218269, 0, CUJ=J
05-21 13:59:53.206 9128 9477 V PerfettoTrigger: Not triggering com.android.telemetry.interaction-jank-monitor-69 - not enough time since last trigger
05-21 13:59:53.243 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 13:59:53.342 595 957 I ImeTracker: com.github.se.polyfit:838e13ff: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 13:59:53.342 595 957 I ImeTracker: com.github.se.polyfit:838e13ff: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 13:59:53.469 848 966 D EGL_emulation: app_time_stats: avg=1300.08ms min=1300.08ms max=1300.08ms count=1
05-21 13:59:53.456 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 13:59:53.513 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 13:59:53.525 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 13:59:53.525 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 13:59:53.525 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 13:59:53.669 595 957 W system_server: Long monitor contention with owner binder:595_13 (1983) at void com.android.server.wm.ActivityClientController.activityIdle(android.os.IBinder, android.content.res.Configuration, boolean)(ActivityClientController.java:175) waiters=0 in void com.android.server.wm.WindowManagerService$LocalService.updateInputMethodTargetWindow(android.os.IBinder, android.os.IBinder) for 268ms
05-21 13:59:53.750 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +4s616ms
05-21 13:59:53.841 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e9d8449
05-21 13:59:53.881 595 917 W InputManager-JNI: Input channel object '28e63fb Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 13:59:53.891 848 966 D EGL_emulation: app_time_stats: avg=1864.37ms min=1864.37ms max=1864.37ms count=1
05-21 13:59:53.915 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6cdd5e9
05-21 13:59:53.923 595 917 W InputManager-JNI: Input channel object 'c170ed2 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:54.081 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:58a8a204: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 13:59:54.082 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:58a8a204: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 13:59:54.118 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 13:59:54.197 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 13:59:54.249 1829 1861 W earchbox:search: Suspending all threads took: 18.939ms
05-21 13:59:54.490 1585 1714 I ProtoXDBBufferWrapper: ProtoXDBBufferWrapper.flushToStorage():153 Flushed 9 data item(s) to storage.
05-21 13:59:54.893 848 966 D EGL_emulation: app_time_stats: avg=9.65ms min=1.34ms max=72.44ms count=54
05-21 13:59:54.904 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 13:59:55.219 9128 9128 I Choreographer: Skipped 89 frames! The application may be doing too much work on its main thread.
05-21 13:59:55.249 1829 1861 I earchbox:search: Background young concurrent copying GC freed 123018(11MB) AllocSpace objects, 2046(37MB) LOS objects, 8% free, 254MB/278MB, paused 6.507ms,26.283ms total 3.093s
05-21 13:59:55.874 9128 9374 I OpenGLRenderer: Davey! duration=2053ms; Flags=0, FrameTimelineVsyncId=222404, IntendedVsync=7366455587279, Vsync=7367938920553, InputEventId=0, HandleInputStart=7367939815444, AnimationStart=7367939822066, PerformTraversalsStart=7367939829450, DrawStart=7368335096302, FrameDeadline=7366472253945, FrameInterval=7367939464782, FrameStartTime=16666666, SyncQueued=7368432671694, SyncStart=7368458736687, IssueDrawCommandsStart=7368458958219, SwapBuffers=7368504829538, FrameCompleted=7368535464616, DequeueBufferDuration=12504, QueueBufferDuration=11618065, GpuCompleted=7368504829538, SwapBuffersCompleted=7368535464616, DisplayPresentTime=0, CommandSubmissionCompleted=7368504829538,
05-21 13:59:55.984 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 13:59:56.144 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:59:56.144 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagSelector')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 13:59:56.186 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:59:56.186 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagSelector')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 13:59:56.207 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:59:56.207 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagSelector')) && (TestTag = 'MaxTags'); position: 0; useUnmergedTree: false.
05-21 13:59:56.210 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 13:59:56.210 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagSelector')) && (TestTag = 'MaxTags'); position: 0; useUnmergedTree: false.
05-21 13:59:56.214 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:59:56.214 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 13:59:56.217 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 13:59:56.217 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'AddTag'); position: 0; useUnmergedTree: false.
05-21 13:59:56.234 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 13:59:56.234 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'AddTag'); position: 0; useUnmergedTree: false.
05-21 13:59:56.247 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 13:59:56.247 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'AddMealTagDialog'; position: 0; useUnmergedTree: false.
05-21 13:59:56.785 595 623 W system_server: Long monitor contention with owner binder:595_7 (917) at int com.android.server.wm.ActivityStarter.execute()(ActivityStarter.java:786) waiters=0 in void com.android.server.wm.RootWindowContainer$RankTaskLayersRunnable.run() for 230ms
05-21 13:59:56.811 595 624 W system_server: Long monitor contention with owner binder:595_7 (917) at int com.android.server.wm.ActivityStarter.execute()(ActivityStarter.java:786) waiters=1 in void com.android.server.wm.WindowAnimator.lambda$new$1(long) for 258ms
05-21 13:59:56.870 595 1983 W system_server: Long monitor contention with owner binder:595_7 (917) at int com.android.server.wm.ActivityStarter.execute()(ActivityStarter.java:786) waiters=2 in void com.android.server.wm.ActivityClientController.activityTopResumedStateLost() for 257ms
05-21 13:59:56.870 595 918 W system_server: Long monitor contention with owner binder:595_7 (917) at int com.android.server.wm.ActivityStarter.execute()(ActivityStarter.java:786) waiters=3 in android.os.IBinder com.android.server.wm.WindowOrganizerController.startTransition(int, android.os.IBinder, android.window.WindowContainerTransaction) for 128ms
05-21 13:59:56.911 848 904 D SplashScreenView: Build android.window.SplashScreenView{32d3586 V.E...... ......ID 0,0-0,0}
05-21 13:59:56.911 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 13:59:56.911 848 904 D SplashScreenView: Branding: view: android.view.View{c32ce47 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 13:59:57.039 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:59:57.072 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@26ae607 in: PAUSED
05-21 13:59:57.103 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@26ae607
05-21 13:59:57.472 9128 9162 W thub.se.polyfit: JNI critical lock held for 19.982ms on Thread[24,tid=9162,Runnable,Thread*=0x7513b75fd030,peer=0x15c02b00,"Measurement Worker"]
05-21 13:59:58.035 848 966 D EGL_emulation: app_time_stats: avg=173.06ms min=2.28ms max=2612.97ms count=18
05-21 13:59:58.359 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 13:59:58.538 848 966 D EGL_emulation: app_time_stats: avg=1689.56ms min=28.49ms max=4826.25ms count=3
05-21 13:59:58.710 595 608 I system_server: NativeAlloc concurrent copying GC freed 386607(12MB) AllocSpace objects, 26(516KB) LOS objects, 43% free, 30MB/54MB, paused 3.098ms,179us total 8.623s
05-21 13:59:58.743 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@26ae607 in: STOPPED
05-21 13:59:58.768 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@26ae607
05-21 13:59:59.000 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 13:59:59.046 848 966 D EGL_emulation: app_time_stats: avg=19.04ms min=1.10ms max=259.11ms count=36
05-21 13:59:59.234 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@26ae607 in: DESTROYED
05-21 13:59:59.234 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 13:59:59.235 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@89b52ce
05-21 13:59:59.290 9305 9328 E SurfaceSyncGroup: Failed to receive transaction ready in 1000ms. Marking SurfaceSyncGroup(wmsSync-VRI[InstrumentationActivityInvoker$EmptyActivity]#88) as ready
05-21 13:59:59.290 9305 9328 E SurfaceSyncGroup: Failed to receive transaction ready in 1000ms. Marking SurfaceSyncGroup(VRI[InstrumentationActivityInvoker$EmptyActivity]#89) as ready
05-21 13:59:59.379 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 13:59:59.391 595 918 W InputManager-JNI: Input channel object '144cb60 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 13:59:59.511 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +2s865ms
05-21 13:59:59.516 9128 9128 I Choreographer: Skipped 43 frames! The application may be doing too much work on its main thread.
05-21 13:59:59.584 848 966 D EGL_emulation: app_time_stats: avg=209.13ms min=28.06ms max=728.74ms count=5
05-21 13:59:59.691 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f172412
05-21 13:59:59.694 9305 9305 I Choreographer: Skipped 84 frames! The application may be doing too much work on its main thread.
05-21 13:59:59.735 9305 9321 I OpenGLRenderer: Davey! duration=1570ms; Flags=1, FrameTimelineVsyncId=223663, IntendedVsync=7370838920437, Vsync=7370888920435, InputEventId=0, HandleInputStart=7370897027856, AnimationStart=7370897031693, PerformTraversalsStart=7370897033727, DrawStart=7371853593087, FrameDeadline=7370855587103, FrameInterval=7370897008700, FrameStartTime=16666666, SyncQueued=7371887205994, SyncStart=7371887561319, IssueDrawCommandsStart=7371887690980, SwapBuffers=7372066814485, FrameCompleted=7372409586760, DequeueBufferDuration=19717, QueueBufferDuration=2396729, GpuCompleted=7372066814485, SwapBuffersCompleted=7372409586760, DisplayPresentTime=0, CommandSubmissionCompleted=7372066814485,
05-21 13:59:59.770 595 1983 W InputManager-JNI: Input channel object '5532f33 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 13:59:59.786 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 13:59:59.786 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ef95758]
05-21 13:59:59.806 9128 9160 I TestRunner: finished: everythingDisplayed(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
-
10.82 s
passededitTagDialogIsDisplayed
-
05-21 13:59:59.947 9128 9160 I TestRunner: started: editTagDialogIsDisplayed(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
05-21 13:59:59.951 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:00.060 848 966 D EGL_emulation: app_time_stats: avg=18.01ms min=1.42ms max=103.80ms count=41
05-21 14:00:00.076 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:00.084 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit.test fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:00.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:00.090 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:00.096 9128 9162 I FA : Application backgrounded at: timestamp_millis: 1716292798084
05-21 14:00:00.248 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d347703]
05-21 14:00:00.460 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:00.486 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:00.729 595 957 W system_server: Long monitor contention with owner android.anim (624) at android.window.TaskSnapshot com.android.server.wm.SnapshotCache.getSnapshot(java.lang.Integer)(SnapshotCache.java:53) waiters=0 in boolean com.android.server.wm.ActivityClientController.finishActivity(android.os.IBinder, int, android.content.Intent, int) for 236ms
05-21 14:00:00.882 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=179, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@c5679a4
05-21 14:00:00.889 848 904 D SplashScreenView: Build android.window.SplashScreenView{e9c9eca V.E...... ......ID 0,0-0,0}
05-21 14:00:00.889 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:00.889 848 904 D SplashScreenView: Branding: view: android.view.View{b4d583b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:01.008 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:01.038 848 848 I Choreographer: Skipped 44 frames! The application may be doing too much work on its main thread.
05-21 14:00:01.046 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:01.046 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:01.047 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:01.057 848 1317 I OpenGLRenderer: Davey! duration=916ms; Flags=0, FrameTimelineVsyncId=224787, IntendedVsync=7372838920357, Vsync=7372988920351, InputEventId=0, HandleInputStart=7373005435169, AnimationStart=7373005437794, PerformTraversalsStart=7373005697067, DrawStart=7373753385667, FrameDeadline=7372855587023, FrameInterval=7372998235984, FrameStartTime=16666666, SyncQueued=7373753413439, SyncStart=7373756585934, IssueDrawCommandsStart=7373756622582, SwapBuffers=7373757111843, FrameCompleted=7373758328729, DequeueBufferDuration=5830, QueueBufferDuration=389054, GpuCompleted=7373757111843, SwapBuffersCompleted=7373758328729, DisplayPresentTime=0, CommandSubmissionCompleted=7373757111843,
05-21 14:00:01.129 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:01.136 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:01.153 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:01.167 1728 2287 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:01.167 1728 2287 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:01.201 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e3126f3 in: PRE_ON_CREATE
05-21 14:00:01.202 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:01.285 1728 2287 E HwDetectorWithState: a: 3
05-21 14:00:01.422 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:01.422 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:01.422 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:01.422 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:01.425 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 14:00:01.674 848 966 D EGL_emulation: app_time_stats: avg=1044.60ms min=27.49ms max=2061.72ms count=2
05-21 14:00:01.683 848 966 D EGL_emulation: app_time_stats: avg=266.71ms min=7.54ms max=912.77ms count=6
05-21 14:00:01.723 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 14:00:02.135 378 378 D Zygote : Forked child process 9887
05-21 14:00:02.191 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e3126f3 in: CREATED
05-21 14:00:02.201 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e3126f3
05-21 14:00:02.242 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e3126f3 in: STARTED
05-21 14:00:02.252 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e3126f3
05-21 14:00:02.335 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e3126f3 in: RESUMED
05-21 14:00:02.348 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e3126f3
05-21 14:00:02.693 848 966 D EGL_emulation: app_time_stats: avg=11.35ms min=1.07ms max=70.47ms count=53
05-21 14:00:02.830 1585 1714 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
05-21 14:00:02.854 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:02.933 9887 9887 I ndroid.settings: Using CollectorTypeCC GC.
05-21 14:00:02.957 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1f6532a
05-21 14:00:02.982 595 2379 W InputManager-JNI: Input channel object 'd46a8dd com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:03.003 9887 9887 W ndroid.settings: Unexpected CPU variant for x86: x86_64.
05-21 14:00:03.003 9887 9887 W ndroid.settings: Known variants: atom, sandybridge, silvermont, goldmont, goldmont-plus, tremont, kabylake, default
05-21 14:00:03.053 848 966 D EGL_emulation: app_time_stats: avg=150.77ms min=2.33ms max=962.45ms count=9
05-21 14:00:03.098 595 957 I ImeTracker: com.github.se.polyfit:c72ff3ec: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:03.098 595 957 I ImeTracker: com.github.se.polyfit:c72ff3ec: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:03.125 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +2s96ms
05-21 14:00:03.145 9887 9887 E ndroid.settings: Not starting debugger since process cannot load the jdwp agent.
05-21 14:00:03.163 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:56210891: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:03.167 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:56210891: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:03.171 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:03.177 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@64ddd96
05-21 14:00:03.179 595 2433 W InputManager-JNI: Input channel object 'a2a2f0c Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:03.199 595 623 W system_server: Long monitor contention with owner binder:595_B (957) at com.android.internal.inputmethod.InputBindResult com.android.server.inputmethod.InputMethodManagerService.startInputOrWindowGainedFocus(int, com.android.internal.inputmethod.IInputMethodClient, android.os.IBinder, int, int, int, android.view.inputmethod.EditorInfo, com.android.internal.inputmethod.IRemoteInputConnection, com.android.internal.inputmethod.IRemoteAccessibilityInputConnection, int, int, android.window.ImeOnBackInvokedDispatcher)(InputMethodManagerService.java:3708) waiters=0 in void com.android.server.inputmethod.InputMethodManagerService$LocalServiceImpl.reportImeControl(android.os.IBinder) for 166ms
05-21 14:00:03.201 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:03.208 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:03.222 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:03.237 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:03.248 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:03.377 438 459 W TransactionTracing: Could not find layer id 2577
05-21 14:00:03.378 438 459 W TransactionTracing: Could not find layer id 2577
05-21 14:00:03.580 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:03.695 848 966 D EGL_emulation: app_time_stats: avg=14.59ms min=1.13ms max=112.46ms count=42
05-21 14:00:03.957 9887 9887 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1000; state: ENABLED
05-21 14:00:03.957 9887 9887 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 1000; state: ENABLED
05-21 14:00:04.158 9887 9887 D CompatibilityChangeReporter: Compat change id reported: 3400644; UID 1000; state: ENABLED
05-21 14:00:04.359 9887 9887 D nativeloader: Configuring clns-shared-6 for other apk /system/framework/org.apache.http.legacy.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/system_ext/priv-app/SettingsGoogle/lib/x86_64:/system_ext/priv-app/SettingsGoogle/SettingsGoogle.apk!/lib/x86_64:/system/lib64:/system_ext/lib64, permitted_path=/data:/mnt/expand:/data/user_de/0/com.android.settings:/system_ext/priv-app/SettingsGoogle:/system/lib64:/system_ext/lib64
05-21 14:00:04.381 9128 9128 I Choreographer: Skipped 60 frames! The application may be doing too much work on its main thread.
05-21 14:00:04.497 9887 9887 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar
05-21 14:00:04.497 9887 9887 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar
05-21 14:00:04.707 9128 9145 I OpenGLRenderer: Davey! duration=1309ms; Flags=0, FrameTimelineVsyncId=226318, IntendedVsync=7376088920227, Vsync=7377088920187, InputEventId=0, HandleInputStart=7377102239561, AnimationStart=7377102246895, PerformTraversalsStart=7377102254579, DrawStart=7377334142325, FrameDeadline=7376105586893, FrameInterval=7377101714385, FrameStartTime=16666666, SyncQueued=7377384061133, SyncStart=7377384386819, IssueDrawCommandsStart=7377384709639, SwapBuffers=7377390748165, FrameCompleted=7377398808480, DequeueBufferDuration=24666, QueueBufferDuration=248923, GpuCompleted=7377390748165, SwapBuffersCompleted=7377398808480, DisplayPresentTime=0, CommandSubmissionCompleted=7377390748165,
05-21 14:00:04.717 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:04.717 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 14:00:04.742 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:04.742 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 14:00:04.781 848 966 D EGL_emulation: app_time_stats: avg=16.57ms min=1.04ms max=90.93ms count=47
05-21 14:00:05.293 9887 9887 D nativeloader: Configuring clns-shared-7 for other apk /system_ext/priv-app/SettingsGoogle/SettingsGoogle.apk. target_sdk_version=34, uses_libraries=, library_path=/system_ext/priv-app/SettingsGoogle/lib/x86_64:/system_ext/priv-app/SettingsGoogle/SettingsGoogle.apk!/lib/x86_64:/system/lib64:/system_ext/lib64, permitted_path=/data:/mnt/expand:/data/user_de/0/com.android.settings:/system_ext/priv-app/SettingsGoogle:/system/lib64:/system_ext/lib64
05-21 14:00:05.976 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:05.976 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:06.788 9887 9887 V GraphicsEnvironment: Currently set values for:
05-21 14:00:06.788 9887 9887 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[]
05-21 14:00:06.793 9887 9887 V GraphicsEnvironment: angle_gl_driver_selection_values=[]
05-21 14:00:06.805 9887 9887 V GraphicsEnvironment: ANGLE GameManagerService for com.android.settings: false
05-21 14:00:06.805 9887 9887 V GraphicsEnvironment: com.android.settings is not listed in per-application setting
05-21 14:00:06.806 9887 9887 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
05-21 14:00:07.114 9887 9887 V BatteryUsageContentProvider: initialize provider
05-21 14:00:07.214 9128 9128 W thub.se.polyfit: Weak pointer dereference blocked for 34 milliseconds.
05-21 14:00:07.924 9887 9887 D SpaSearchProvider: onCreate
05-21 14:00:07.957 399 399 E IPCThreadState: binder thread pool (1 threads) starved for 123 ms
05-21 14:00:08.209 9887 9887 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 1000; state: ENABLED
05-21 14:00:08.439 9887 9887 D BatteryStateDatabase: initialize battery states database
05-21 14:00:08.439 9887 9887 W BatteryUsageContentProvider: create content provider from null
05-21 14:00:08.596 9887 9887 D SettingsSliceProvider: init
05-21 14:00:08.596 9887 9887 D SettingsSliceProvider: onCreateSliceProvider
05-21 14:00:08.651 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:00:08.728 9128 9144 I OpenGLRenderer: Davey! duration=2476ms; Flags=1, FrameTimelineVsyncId=227095, IntendedVsync=7378888920115, Vsync=7379255586767, InputEventId=0, HandleInputStart=7379270725865, AnimationStart=7379270745482, PerformTraversalsStart=7379270748407, DrawStart=7380609920628, FrameDeadline=7378905586781, FrameInterval=7379270535592, FrameStartTime=16666666, SyncQueued=7381085305854, SyncStart=7381085609428, IssueDrawCommandsStart=7381085733979, SwapBuffers=7381289989871, FrameCompleted=7381365537697, DequeueBufferDuration=14287, QueueBufferDuration=51591170, GpuCompleted=7381289989871, SwapBuffersCompleted=7381365537697, DisplayPresentTime=0, CommandSubmissionCompleted=7381289989871,
05-21 14:00:08.848 9128 9128 I Choreographer: Skipped 135 frames! The application may be doing too much work on its main thread.
05-21 14:00:08.961 9887 9887 D SpaEnvironment: reset
05-21 14:00:08.972 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 804654(26MB) AllocSpace objects, 25(1200KB) LOS objects, 45% free, 28MB/52MB, paused 9.399ms,111us total 7.742s
05-21 14:00:09.067 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:00:09.115 595 634 I libprocessgroup: Successfully killed process cgroup uid 10085 pid 7919 in 7ms
05-21 14:00:09.117 595 2433 I ImeTracker: com.github.se.polyfit:730ef192: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:09.117 595 2433 I ImeTracker: com.github.se.polyfit:730ef192: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:09.119 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 14:00:09.131 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:09.131 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'AddMealTagDialog'; position: 0; useUnmergedTree: false.
05-21 14:00:09.137 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:09.148 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:09.149 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:09.149 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:09.149 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:09.157 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:09.157 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TitleRow')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 14:00:09.168 9128 9140 W System : A resource failed to call release.
05-21 14:00:09.170 9128 9140 W System : A resource failed to call release.
05-21 14:00:09.208 9887 9887 D ActivityEmbeddingUtils: isEmbeddingActivityEnabled = true
05-21 14:00:09.256 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:09.256 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TitleRow')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 14:00:09.262 9887 9887 D PeriodicJobReceiver: refresh periodic job from action=com.android.settings.battery.action.PERIODIC_JOB_UPDATE
05-21 14:00:09.262 9887 9907 D BatteryUsageDataLoader: loadUsageDataSafely() in the AsyncTask
05-21 14:00:09.264 9887 9887 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 1000; state: ENABLED
05-21 14:00:09.266 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:09.266 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TitleRow')) && (TestTag = 'RemoveMealTagButton'); position: 0; useUnmergedTree: false.
05-21 14:00:09.271 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:09.271 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'Label'); position: 0; useUnmergedTree: false.
05-21 14:00:09.278 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:09.278 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'Label'); position: 0; useUnmergedTree: false.
05-21 14:00:09.280 378 378 I Zygote : Process 7919 exited due to signal 9 (Killed)
05-21 14:00:09.288 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:09.288 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'LabelInput'); position: 0; useUnmergedTree: false.
05-21 14:00:09.293 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:09.293 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'LabelInput'); position: 0; useUnmergedTree: false.
05-21 14:00:09.299 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:09.299 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'Color'); position: 0; useUnmergedTree: false.
05-21 14:00:09.308 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:09.308 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'Color'); position: 0; useUnmergedTree: false.
05-21 14:00:09.314 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:09.314 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SaveButton'; position: 0; useUnmergedTree: false.
05-21 14:00:09.322 9887 9887 D CompatibilityChangeReporter: Compat change id reported: 170233598; UID 1000; state: ENABLED
05-21 14:00:09.323 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 14:00:09.323 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SaveButton'; position: 0; useUnmergedTree: false.
05-21 14:00:09.323 9887 9887 D PeriodicJobManager: schedule next alarm job at May 21, 2024, 15:00:00
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10384 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10384 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10384 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10384 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10383 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10383 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10383 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10383 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10383 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10379 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10379 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10377 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10377 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10375 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10375 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10373 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10373 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10353 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10353 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10351 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10351 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10349 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10349 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10347 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10347 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10344 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10344 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10342 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.326 595 957 W CpuPowerCalculator: UID 10342 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10340 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10340 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10338 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10338 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10328 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10328 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10326 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10326 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10324 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10324 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10322 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10322 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10320 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10320 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10318 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.327 595 957 W CpuPowerCalculator: UID 10318 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.328 595 957 W CpuPowerCalculator: UID 10316 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.328 595 957 W CpuPowerCalculator: UID 10316 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.328 595 957 W CpuPowerCalculator: UID 10314 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.328 595 957 W CpuPowerCalculator: UID 10314 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10312 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10312 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10304 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10304 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10282 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10282 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10280 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10280 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10278 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10278 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10276 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10276 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10266 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10264 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10263 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10262 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10261 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10260 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10258 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10257 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10256 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10255 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10254 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10253 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10252 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10251 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10250 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10249 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10248 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10247 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10246 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10234 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10233 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10232 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10231 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10230 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10229 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10228 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10227 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10226 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10225 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10224 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10223 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.329 595 957 W CpuPowerCalculator: UID 10222 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10221 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10220 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10219 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10216 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10214 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10212 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10210 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10208 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10206 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10194 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10193 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.330 595 634 I libprocessgroup: Successfully killed process cgroup uid 10095 pid 8386 in 0ms
05-21 14:00:09.330 595 957 W CpuPowerCalculator: UID 10193 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10192 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10192 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10192 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10192 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10192 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10188 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10188 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10188 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10188 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10188 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10182 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10182 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10182 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10182 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10182 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10182 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10181 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10181 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10181 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10181 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10178 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10178 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10178 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10178 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10178 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10178 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10178 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10176 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.331 595 957 W CpuPowerCalculator: UID 10176 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10176 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10176 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10176 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10174 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10174 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10174 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10174 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10174 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10170 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10170 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10170 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10170 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10170 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10169 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10169 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10169 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10169 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10167 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10167 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10167 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10166 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10166 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10166 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10166 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10166 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10163 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10163 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10163 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10163 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10163 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10163 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10163 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10162 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10162 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10162 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10162 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10160 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10160 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10160 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.332 595 957 W CpuPowerCalculator: UID 10160 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10160 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10156 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10156 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10156 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10156 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10156 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10154 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10154 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10154 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10154 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10154 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10153 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10153 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10153 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10153 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10153 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10153 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10152 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10152 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10152 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10152 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10152 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10151 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10151 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10151 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10151 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10151 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10149 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10149 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10149 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.333 595 957 W CpuPowerCalculator: UID 10149 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10148 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10148 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10148 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10148 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10148 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10147 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10147 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10147 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10147 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10147 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.334 595 957 W CpuPowerCalculator: UID 10145 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10145 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10145 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10145 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10145 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10142 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10142 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10142 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10142 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10140 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10140 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10140 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10140 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10140 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10139 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10139 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.335 595 957 W CpuPowerCalculator: UID 10139 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10139 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10139 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10138 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10138 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10138 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10138 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10138 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10137 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10137 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10137 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10137 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10137 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10136 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10136 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10136 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10136 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10136 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10131 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10131 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10131 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10131 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10131 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10130 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10130 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10130 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.336 595 957 W CpuPowerCalculator: UID 10130 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10130 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10129 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10129 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10129 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10129 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10129 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10129 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10128 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10128 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10128 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10128 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10128 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10127 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10127 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10127 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10127 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10126 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10126 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10126 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10126 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10126 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.337 595 957 W CpuPowerCalculator: UID 10125 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10125 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10125 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10125 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10124 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10124 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10124 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10124 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10124 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10122 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10122 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10122 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10122 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10121 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10121 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10121 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10121 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10120 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10120 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10120 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10120 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10120 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10118 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.338 595 957 W CpuPowerCalculator: UID 10118 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10118 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10118 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10117 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10117 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10117 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10117 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10117 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10116 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10116 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10116 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10116 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10115 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10115 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10115 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10115 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10115 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10115 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10106 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10106 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10106 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10106 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10104 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.339 595 957 W CpuPowerCalculator: UID 10104 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10104 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10104 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10104 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10096 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10096 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10096 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10096 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10096 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10095 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10095 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10095 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10095 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10090 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10090 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10090 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10090 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10088 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10088 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10088 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10088 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10088 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10086 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10086 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10086 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10085 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10085 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10085 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10085 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10085 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10083 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.340 595 957 W CpuPowerCalculator: UID 10083 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10083 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10083 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10082 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10082 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10082 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10082 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10082 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10081 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10081 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 10081 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 9999 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 9999 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 2000 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 2000 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 2000 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 2000 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1092 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1092 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1086 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1086 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1082 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1082 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1080 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1076 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1076 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1073 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1073 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.341 595 957 W CpuPowerCalculator: UID 1073 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1073 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1072 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1072 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1069 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1069 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1068 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1068 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1068 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1068 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1067 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1067 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1066 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1066 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1064 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1064 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1058 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1058 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1053 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1053 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1047 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1047 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1046 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1046 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1041 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1041 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1040 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1040 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1036 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1036 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1027 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1027 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1027 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1021 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1021 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1020 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1020 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1019 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1019 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1017 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1017 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1013 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1013 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1010 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1010 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1003 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1003 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1002 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1002 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1002 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1002 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1001 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1001 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1001 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1001 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1000 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1000 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1000 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 1000 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 0 CPU cluster # mismatch: Power Profile # 2 actual # 6
05-21 14:00:09.342 595 957 W CpuPowerCalculator: UID 0 CPU freq # mismatch: Power Profile # 2 actual # 12
05-21 14:00:09.366 848 904 D SplashScreenView: Build android.window.SplashScreenView{5b871e1 V.E...... ......ID 0,0-0,0}
05-21 14:00:09.366 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:09.366 848 904 D SplashScreenView: Branding: view: android.view.View{7413b06 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:09.370 378 378 I Zygote : Process 8386 exited due to signal 9 (Killed)
05-21 14:00:09.386 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:09.427 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e3126f3 in: PAUSED
05-21 14:00:09.452 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e3126f3
05-21 14:00:09.461 595 634 I libprocessgroup: Successfully killed process cgroup uid 10142 pid 8412 in 46ms
05-21 14:00:09.550 378 378 I Zygote : Process 8412 exited due to signal 9 (Killed)
05-21 14:00:09.591 7267 7556 D BtGatt.ScanManager: uid 10129 isForeground true scanMode -1
05-21 14:00:09.601 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:00:09.601 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
05-21 14:00:09.733 848 966 D EGL_emulation: app_time_stats: avg=1335.97ms min=16.82ms max=6468.85ms count=5
05-21 14:00:09.744 848 966 D EGL_emulation: app_time_stats: avg=2481.52ms min=22.58ms max=4940.46ms count=2
05-21 14:00:09.749 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:09.762 9887 9907 W DataProcessor: shouldShowBatteryAttributionList(): 0.1
05-21 14:00:09.762 9887 9907 W BatteryUsageDataLoader: getBatteryEntryList() returns null or empty content
05-21 14:00:09.762 9887 9907 D BatteryUsageDataLoader: getBatteryUsageStats() in 500/ms
05-21 14:00:09.865 9887 9907 D DatabaseUtils: insert() data into database with isFullChargeStart:false
05-21 14:00:09.867 9887 9907 D DatabaseUtils: sendBatteryEntryData() size=1 in 105/ms
05-21 14:00:09.868 9887 9913 D AppUsageDataLoader: loadAppUsageDataSafely() in the AsyncTask
05-21 14:00:09.869 9887 9913 D BatteryUsageContentProvider: getQueryUserId from uri: content://com.android.settings.battery.usage.provider/appUsageLatestTimestamp?userid=0
05-21 14:00:09.877 9887 9913 D BatteryUsageContentProvider: query app usage latest timestamp 1716292809869 for user 0 in 8/ms
05-21 14:00:09.895 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 201480(7828KB) AllocSpace objects, 8(160KB) LOS objects, 49% free, 17MB/34MB, paused 604us,57us total 298.510ms
05-21 14:00:09.901 9887 9913 D DatabaseUtils: getAppUsageStartTimestampOfUser() userId=0 latestTimestamp=May 21, 2024, 13:25:47 in 32/ms
05-21 14:00:09.909 9887 9913 D DataProcessor: getAppUsageEventsForUser(): 0 from 1716290747685 to 1716292809869 in 7/ms
05-21 14:00:09.909 9887 9913 D DataProcessor: getAppUsageEvents() for all unlocked users in 41/ms
05-21 14:00:10.030 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:10.036 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +679ms
05-21 14:00:10.064 9887 9913 W DataProcessor: Read 267 relevant events (424 total) from UsageStatsManager
05-21 14:00:10.064 9887 9913 D AppUsageDataLoader: loadAppUsageData() size=267 in 196/ms
05-21 14:00:10.146 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:10.154 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:10.155 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:10.155 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:10.155 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:10.156 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=183, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@2134072
05-21 14:00:10.156 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:10.185 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:10.188 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:10.188 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:10.277 1829 1861 I earchbox:search: Background concurrent copying GC freed 399145(29MB) AllocSpace objects, 4123(76MB) LOS objects, 8% free, 248MB/272MB, paused 391us,123us total 11.918s
05-21 14:00:10.282 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:79e4ca68: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:10.282 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:79e4ca68: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:10.298 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:10.313 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:10.313 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:10.313 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:10.315 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:10.346 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e3126f3 in: STOPPED
05-21 14:00:10.364 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e3126f3
05-21 14:00:10.577 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1694b1d
05-21 14:00:10.581 595 838 W InputManager-JNI: Input channel object 'f57cf18 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:10.595 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1556b95
05-21 14:00:10.635 595 953 W InputManager-JNI: Input channel object 'b9531a0 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:10.636 9887 9913 D DatabaseUtils: insert() app usage events data into database
05-21 14:00:10.636 9887 9913 D DatabaseUtils: sendAppUsageEventData() size=267 in 572/ms
05-21 14:00:10.673 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4eca200
05-21 14:00:10.682 595 953 W InputManager-JNI: Input channel object '2facc0 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:10.727 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e3126f3 in: DESTROYED
05-21 14:00:10.728 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:10.728 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cd50f0c
05-21 14:00:10.749 595 2387 W InputManager-JNI: Input channel object '63a312f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:10.749 848 966 D EGL_emulation: app_time_stats: avg=25.97ms min=3.33ms max=136.14ms count=30
05-21 14:00:10.788 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d347703]
05-21 14:00:10.790 9128 9160 I TestRunner: finished: editTagDialogIsDisplayed(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
-
2.54 s
passedremoveAddTagAfterMaxTags
-
05-21 14:00:10.803 9128 9160 I TestRunner: started: removeAddTagAfterMaxTags(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
05-21 14:00:10.808 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3edf8f7]
05-21 14:00:10.828 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:10.853 848 904 D SplashScreenView: Build android.window.SplashScreenView{148c52f V.E...... ......ID 0,0-0,0}
05-21 14:00:10.853 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:10.853 848 904 D SplashScreenView: Branding: view: android.view.View{96a773c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:10.872 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:10.919 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cc2fa6 in: PRE_ON_CREATE
05-21 14:00:10.920 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:10.960 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:10.966 1728 2211 E HwDetectorWithState: a: 3
05-21 14:00:11.399 848 966 D EGL_emulation: app_time_stats: avg=125.76ms min=6.48ms max=838.40ms count=13
05-21 14:00:11.693 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cc2fa6 in: CREATED
05-21 14:00:11.706 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@8cc2fa6
05-21 14:00:11.723 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cc2fa6 in: STARTED
05-21 14:00:11.737 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@8cc2fa6
05-21 14:00:11.764 848 966 D EGL_emulation: app_time_stats: avg=12.59ms min=1.55ms max=39.68ms count=54
05-21 14:00:11.770 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x751367617d40 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:11.772 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:11.772 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 84d28299-4b00-4411-a685-5234fd6bf508
05-21 14:00:11.772 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d85d3da3-f47e-4e14-917c-27776f45a63a
05-21 14:00:11.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8aedacab-c0e7-4647-a38d-7c4f6e7eb685
05-21 14:00:11.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd1ff5d6-4405-4562-84f1-ef8029125c38
05-21 14:00:11.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ce4a5fe-6208-44ea-97e3-753ff9aa3318
05-21 14:00:11.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3e1d0058-fb08-47df-a311-8f1aedee02bb
05-21 14:00:11.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d8d3854-6dde-4adc-b692-f5a0d5b72abb
05-21 14:00:11.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da92b65d-f42b-4235-845a-e2d2e3670e70
05-21 14:00:11.773 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 994a408e-5890-47c2-a868-f955f3fcefe6
05-21 14:00:11.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2c4bb332-7ad9-4859-b2f9-d4a7a3c15f13
05-21 14:00:11.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62937dc9-80c5-4cb0-95c6-dcdf82734028
05-21 14:00:11.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 496b776d-3756-45b3-915b-17355f3dbaba
05-21 14:00:11.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c82d776c-5d16-4fa9-b1ff-a80d1eaf058f
05-21 14:00:11.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d14355e7-bbdf-4dd1-bb4b-79dc14606063
05-21 14:00:11.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1c71a240-99d9-456d-b6a8-bd5a14a952e1
05-21 14:00:11.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0ea0627c-04cb-460a-b107-66749c44fcd2
05-21 14:00:11.774 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 311cdbc4-41df-4ef6-96af-befc91bcf75c
05-21 14:00:11.776 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e48ec4c-e0f0-4608-8e47-e4560e6c2872
05-21 14:00:11.776 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3bc91345-9c56-4df5-a638-3fa18631fc11
05-21 14:00:11.776 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 511b4b36-e052-4512-a24a-be8a3cb0d6d0
05-21 14:00:11.776 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09eb34c0-db6f-4fc1-8c17-5d2909b329c5
05-21 14:00:11.777 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93eb19da-098f-478b-b832-ae79d4ee90b8
05-21 14:00:11.778 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 566a74af-a4d6-47ef-95cb-1c53b9f38e8e
05-21 14:00:11.778 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c408ea65-20c4-4a47-a201-9550d205b287
05-21 14:00:11.778 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c1f7f8e-30d5-4a33-98fc-b6e308f72cbe
05-21 14:00:11.778 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 44c56765-f3c4-4c45-a955-d34fc67fa76a
05-21 14:00:11.778 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2402b84c-2180-48b9-a881-811df35410d2
05-21 14:00:11.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a37b3f98-3d54-492f-861f-7b24f221b9e2
05-21 14:00:11.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5fa6136f-8195-43e6-ab74-fa43fcd53e39
05-21 14:00:11.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f4062986-7149-47f5-aa80-897103daf7c3
05-21 14:00:11.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 78cdd5d0-855f-4cd4-9fc7-dca36ad1a073
05-21 14:00:11.779 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d62d1bec-15f4-4587-8a8b-d1c8cc01f814
05-21 14:00:11.780 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:11.781 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b94bafb0-bb68-41be-8e02-6f53c1d328f3
05-21 14:00:11.791 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:11.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 734942f0-7980-4a74-8157-c30f961e452d
05-21 14:00:11.791 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 293d9fa6-44ec-4a2f-85c5-dffd2682ec00
05-21 14:00:11.793 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:11.793 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 759a14e8-479e-4374-9100-f60cd1d947a8
05-21 14:00:11.793 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bd3cc281-136b-4c56-b217-9ea66a842615
05-21 14:00:11.794 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:11.794 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0b3f0f89-4756-4aa6-bb14-4161a3c89e3d
05-21 14:00:11.795 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 085246c7-d602-4f96-a4b0-cbffdeb917db
05-21 14:00:11.795 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ac52b11a-ff7c-4aaf-8107-f8b6a2b72788
05-21 14:00:11.795 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=ad2f990e-8366-4f1a-adb0-78ee75395826,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 30f10406-5728-4dd3-95b0-1773d062b7ea
05-21 14:00:11.799 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cc2fa6 in: RESUMED
05-21 14:00:11.816 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@8cc2fa6
05-21 14:00:11.963 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:11.965 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s126ms
05-21 14:00:12.015 595 2387 I ImeTracker: com.github.se.polyfit:d59a8d9d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:12.015 595 2387 I ImeTracker: com.github.se.polyfit:d59a8d9d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:12.019 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:12.022 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:12.023 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:12.023 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:12.023 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:12.033 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:12.036 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4147a9c9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:12.037 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4147a9c9: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:12.129 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:12.315 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@726854b
05-21 14:00:12.317 595 953 W InputManager-JNI: Input channel object '74d4dac Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:12.515 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:12.515 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'AddTag'); position: 0; useUnmergedTree: false.
05-21 14:00:12.546 848 904 D SplashScreenView: Build android.window.SplashScreenView{f25fd88 V.E...... ......ID 0,0-0,0}
05-21 14:00:12.546 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:12.546 848 904 D SplashScreenView: Branding: view: android.view.View{59c9321 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:12.569 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:12.589 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cc2fa6 in: PAUSED
05-21 14:00:12.603 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@8cc2fa6
05-21 14:00:12.698 848 966 D EGL_emulation: app_time_stats: avg=87.90ms min=2.51ms max=495.55ms count=14
05-21 14:00:12.711 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:12.716 6276 6287 W System : A resource failed to call release.
05-21 14:00:12.716 6276 6287 W System : A resource failed to call release.
05-21 14:00:12.717 6276 6287 W System : A resource failed to call release.
05-21 14:00:12.717 6276 6287 W System : A resource failed to call release.
05-21 14:00:12.717 6276 6287 W System : A resource failed to call release.
05-21 14:00:12.718 6276 6287 W System : A resource failed to call release.
05-21 14:00:12.764 848 966 D EGL_emulation: app_time_stats: avg=14.29ms min=1.59ms max=104.27ms count=45
05-21 14:00:12.904 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:12.910 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +373ms
05-21 14:00:12.931 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:12.934 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=187, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@d7ee091
05-21 14:00:12.995 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:12.999 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:13.000 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:13.010 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:13.010 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:13.010 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:13.010 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:13.011 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:13.065 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:8b1ad6cf: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:13.068 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:8b1ad6cf: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:13.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:13.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:13.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:13.086 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:13.087 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:13.131 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cc2fa6 in: STOPPED
05-21 14:00:13.161 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@8cc2fa6
05-21 14:00:13.252 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cc2fa6 in: DESTROYED
05-21 14:00:13.253 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:13.256 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7af6f8c
05-21 14:00:13.287 595 2387 W InputManager-JNI: Input channel object 'b6e1ae5 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:13.325 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3edf8f7]
05-21 14:00:13.327 9128 9160 I TestRunner: finished: removeAddTagAfterMaxTags(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
-
4.24 s
passedaddTagDialogIsDisplayed
-
05-21 14:00:13.337 9128 9160 I TestRunner: started: addTagDialogIsDisplayed(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
05-21 14:00:13.344 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@441fdd5]
05-21 14:00:13.373 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:13.415 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c66ea3
05-21 14:00:13.428 595 953 W InputManager-JNI: Input channel object 'f7af04b Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:13.433 848 904 D SplashScreenView: Build android.window.SplashScreenView{1be3ad V.E...... ......ID 0,0-0,0}
05-21 14:00:13.433 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:13.433 848 904 D SplashScreenView: Branding: view: android.view.View{cd6e2 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:13.472 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2dd4165
05-21 14:00:13.483 595 2431 W InputManager-JNI: Input channel object 'b149979 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:13.565 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9f376bc in: PRE_ON_CREATE
05-21 14:00:13.567 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:13.580 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:13.583 1728 2287 E HwDetectorWithState: a: 3
05-21 14:00:13.771 848 966 D EGL_emulation: app_time_stats: avg=26.87ms min=2.52ms max=175.05ms count=32
05-21 14:00:14.070 848 966 D EGL_emulation: app_time_stats: avg=87.92ms min=3.74ms max=647.43ms count=15
05-21 14:00:14.232 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9f376bc in: CREATED
05-21 14:00:14.243 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@9f376bc
05-21 14:00:14.265 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9f376bc in: STARTED
05-21 14:00:14.283 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@9f376bc
05-21 14:00:14.354 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9f376bc in: RESUMED
05-21 14:00:14.372 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@9f376bc
05-21 14:00:14.495 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:14.497 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s111ms
05-21 14:00:14.539 595 957 I ImeTracker: com.github.se.polyfit:1946abec: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:14.540 595 957 I ImeTracker: com.github.se.polyfit:1946abec: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:14.549 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:14.550 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:14.550 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:14.550 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:14.550 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:14.551 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:88a505e1: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:14.552 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:88a505e1: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:14.559 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:14.735 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:14.791 848 966 D EGL_emulation: app_time_stats: avg=23.87ms min=2.29ms max=284.03ms count=33
05-21 14:00:14.847 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a400da9
05-21 14:00:14.848 595 2431 W InputManager-JNI: Input channel object '9971901 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:14.873 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:14.874 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d8466792-dc00-485a-ba3e-2650a548cd9a
05-21 14:00:14.874 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a175d6bc-2b71-4f7d-b380-b2af192e07ea
05-21 14:00:14.874 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3f83c6f-ec78-4229-b599-e415ddffdfd6
05-21 14:00:14.874 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 399bcce5-253b-4f1c-a7c3-c1c8ed388154
05-21 14:00:14.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 68ef550d-aa06-4b39-aab6-fba9bbb7ce5b
05-21 14:00:14.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 073a5acb-ca60-4274-9afc-cd3b8eb8436c
05-21 14:00:14.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f3f0b667-a701-4eae-ab42-0193549fc9b9
05-21 14:00:14.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62aeb84c-b913-4202-8fb0-5b5744b1bff8
05-21 14:00:14.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 35024609-18b1-420e-8fe1-570fe73a609a
05-21 14:00:14.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b82624b6-2cf6-411a-8808-cb9be21d9d19
05-21 14:00:14.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 938dab35-1857-4f26-8cf9-dd8abbd5f8be
05-21 14:00:14.875 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d02a8f08-ccf9-4756-a64f-58954730e92c
05-21 14:00:14.876 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b61475c-a621-4bbd-8eef-4c0342121188
05-21 14:00:14.876 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 59db1166-5eaf-4f80-9e6f-6e2b53454e37
05-21 14:00:14.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ffa9451-0a03-466f-940f-417b478d3503
05-21 14:00:14.878 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676111a0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: adb7116e-c886-4093-a5a1-75e1861121db
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b2b407e-69a7-410e-8363-996b670af944
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 28efb449-8e39-43ce-baf4-a475aa4bb3e9
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41f8086a-0e5b-456c-9185-2218421e794f
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eef04c08-8877-4d3b-b639-a730467d698a
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 17d8e816-1b85-4143-800c-7a57dc73f3d3
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bde2be42-1ee7-4aac-b63f-3719cc898f3a
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf2a5d33-95cb-4a68-8789-d5b371f0a9ff
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cb967996-5966-4057-b577-7c70d52ca781
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1086e25a-9bf2-4b75-a5ea-2e9e80b0ad4e
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 686cc38c-16f8-4d1c-b305-c4544d8b0937
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d65ca2aa-b7f5-4a01-9983-cb91a17d86fa
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a5085ac-9860-450d-a8b0-e5f8978f24d5
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa3b95ca-1269-4584-baad-487caf72d7c1
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 13c8d514-5bd2-4c53-b012-4f7766efcc08
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 070fd71a-e6c5-463e-86de-47be27936dd0
05-21 14:00:14.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bae68bc9-ca75-4872-a979-b75d87468238
05-21 14:00:14.879 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:14.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c9c76939-8812-4e7f-bc39-aa618f2e5a29
05-21 14:00:14.879 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:14.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4a51affa-b80d-4d5e-a43a-b349be3573d6
05-21 14:00:14.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0edf94a5-8b54-40ba-8eda-a0d0a33b661d
05-21 14:00:14.880 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:14.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bf15af1b-0d29-4991-ab99-8af10134a944
05-21 14:00:14.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3fa768d7-127a-40af-bde9-5a942583bb4e
05-21 14:00:14.881 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:14.881 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9ae25567-73a0-4463-94b4-98c0b35e7577
05-21 14:00:14.881 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4360a31b-6425-404f-a269-5d742833ce90
05-21 14:00:14.881 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6798e35c-61b2-4691-8138-02d12d1ca06d
05-21 14:00:14.881 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=8bb33eb1-eafc-4823-b05a-f35911701693,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 53adada5-1828-4d9d-a981-5c18df5b1a04
05-21 14:00:14.902 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:14.902 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'AddTag'); position: 0; useUnmergedTree: false.
05-21 14:00:14.908 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:14.908 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'AddTag'); position: 0; useUnmergedTree: false.
05-21 14:00:14.927 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:14.927 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'AddMealTagDialog'; position: 0; useUnmergedTree: false.
05-21 14:00:15.398 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:15.398 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:15.806 848 966 D EGL_emulation: app_time_stats: avg=8.40ms min=1.99ms max=34.75ms count=59
05-21 14:00:15.907 595 2387 I ImeTracker: com.github.se.polyfit:bdc62c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:15.907 595 2387 I ImeTracker: com.github.se.polyfit:bdc62c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:15.914 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:15.917 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:15.917 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:15.917 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:15.920 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:15.942 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:15.942 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TitleRow')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 14:00:16.041 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:16.041 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TitleRow')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 14:00:16.051 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:16.051 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TitleRow')) && (TestTag = 'RemoveMealTagButton'); position: 0; useUnmergedTree: false.
05-21 14:00:16.063 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:16.063 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'Label'); position: 0; useUnmergedTree: false.
05-21 14:00:16.069 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:16.069 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'Label'); position: 0; useUnmergedTree: false.
05-21 14:00:16.083 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:16.083 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'LabelInput'); position: 0; useUnmergedTree: false.
05-21 14:00:16.091 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:16.091 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'Color'); position: 0; useUnmergedTree: false.
05-21 14:00:16.101 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:16.101 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagContentContainer')) && (TestTag = 'Color'); position: 0; useUnmergedTree: false.
05-21 14:00:16.106 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:16.106 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SaveButton'; position: 0; useUnmergedTree: false.
05-21 14:00:16.115 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_ENABLED(description={null}).
05-21 14:00:16.115 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SaveButton'; position: 0; useUnmergedTree: false.
05-21 14:00:16.165 848 904 D SplashScreenView: Build android.window.SplashScreenView{5a839a V.E...... ......ID 0,0-0,0}
05-21 14:00:16.165 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:16.165 848 904 D SplashScreenView: Branding: view: android.view.View{dbf24cb G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:16.186 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:16.204 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9f376bc in: PAUSED
05-21 14:00:16.222 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@9f376bc
05-21 14:00:16.367 848 966 D EGL_emulation: app_time_stats: avg=170.82ms min=4.50ms max=1601.91ms count=13
05-21 14:00:16.389 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:16.617 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:16.622 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +467ms
05-21 14:00:16.760 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:16.762 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:16.767 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:16.853 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:16.858 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=191, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@6d00651
05-21 14:00:16.910 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:16.912 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:16.912 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:16.913 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:16.914 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:16.927 595 623 W system_server: Long monitor contention with owner android.anim (624) at android.content.res.Configuration com.android.server.wm.ActivityTaskManagerService.getGlobalConfigurationForPid(int)(ActivityTaskManagerService.java:1133) waiters=1 in void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message) for 116ms
05-21 14:00:17.009 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@54d3f66
05-21 14:00:17.018 595 953 W InputManager-JNI: Input channel object '2d40e69 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:17.027 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:4a9c3e1a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:17.027 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:4a9c3e1a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:17.033 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:17.036 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:17.037 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:17.038 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:17.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:17.042 848 966 D EGL_emulation: app_time_stats: avg=71.38ms min=10.94ms max=606.77ms count=17
05-21 14:00:17.102 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9f376bc in: STOPPED
05-21 14:00:17.137 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@9f376bc
05-21 14:00:17.248 595 608 I system_server: NativeAlloc concurrent copying GC freed 236287(7538KB) AllocSpace objects, 39(4272KB) LOS objects, 44% free, 30MB/54MB, paused 852us,131us total 344.605ms
05-21 14:00:17.304 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b9d336e
05-21 14:00:17.359 595 2433 W InputManager-JNI: Input channel object 'c2827af com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:17.422 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6680ab6
05-21 14:00:17.437 595 2431 W InputManager-JNI: Input channel object '4da6495 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:17.500 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9f376bc in: DESTROYED
05-21 14:00:17.502 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:17.503 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@398d3a2
05-21 14:00:17.537 595 2433 W InputManager-JNI: Input channel object '6ee0b5c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:17.560 9128 9128 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.
05-21 14:00:17.571 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@441fdd5]
05-21 14:00:17.575 9128 9160 I TestRunner: finished: addTagDialogIsDisplayed(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
-
3.59 s
passedremoveTag
-
05-21 14:00:17.583 9128 9160 I TestRunner: started: removeTag(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
05-21 14:00:17.598 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@5e561a8]
05-21 14:00:17.628 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:17.652 848 904 D SplashScreenView: Build android.window.SplashScreenView{57a8f76 V.E...... ......ID 0,0-0,0}
05-21 14:00:17.652 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:17.652 848 904 D SplashScreenView: Branding: view: android.view.View{8293977 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:17.669 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:17.724 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9de57bb in: PRE_ON_CREATE
05-21 14:00:17.725 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:17.783 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:17.786 1728 2211 E HwDetectorWithState: a: 3
05-21 14:00:17.829 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:17.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a9cedc1b-b02a-40a5-9fa9-676fb0de5701
05-21 14:00:17.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ece67296-5f8e-467f-8674-c98a365329a1
05-21 14:00:17.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed6306f5-ca70-4ba1-8e30-7095353330ae
05-21 14:00:17.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42e9354f-1608-4ceb-9c8f-54b7033e9740
05-21 14:00:17.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0dcb0564-c1c0-42e8-a7cc-ad2d044ef329
05-21 14:00:17.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a0c640c-c14d-435c-9a52-0f3b4962ed4a
05-21 14:00:17.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25d01813-8d0e-4e95-8448-7e70d07863e4
05-21 14:00:17.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4d8bece8-37ce-485e-94ec-bb228978b854
05-21 14:00:17.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70d7086d-e026-4aae-a0e2-0543853d6e8b
05-21 14:00:17.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a589c506-b9c8-4f3b-b349-c1cd9d3495f2
05-21 14:00:17.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2fc0caac-4e55-40f2-9c8c-1165cc597bb6
05-21 14:00:17.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 78491e73-8beb-45f9-b99d-3eb31e355e58
05-21 14:00:17.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 251fd003-3d77-4beb-a10e-7daf4a164448
05-21 14:00:17.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 67f21c2c-89e3-4f67-bae2-65aa7912513d
05-21 14:00:17.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aaeb5dd8-1653-412a-856c-39fced3702b9
05-21 14:00:17.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6768f23f-a508-4335-9efc-591472770b03
05-21 14:00:17.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 20b53572-9386-43be-a366-11cd2e526100
05-21 14:00:17.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04d91a9f-c824-46d1-9a6a-97a32fb1d516
05-21 14:00:17.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2c69dc1-568e-46d8-b920-1a5e95e819a7
05-21 14:00:17.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b25941a9-da1f-44d6-abc8-8f44340856fe
05-21 14:00:17.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a7951ae1-4b89-4c5e-9545-3d70c97dd79d
05-21 14:00:17.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b8d158e1-8089-4115-b27e-7d66a9d1e0f8
05-21 14:00:17.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89b876fb-cf72-4357-b1ed-663a973d1dcb
05-21 14:00:17.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e47d1e5-1f53-4eba-93fd-95fb1049e7f3
05-21 14:00:17.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0b2cb60-5289-4a8f-807c-19b17d650846
05-21 14:00:17.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f3f557e-3a08-4fb2-b3b3-9aeffdeff1b7
05-21 14:00:17.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a64388df-71c5-470f-930c-6b5a7d70991d
05-21 14:00:17.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fcb90e52-594c-46cd-849d-defcb4ad972b
05-21 14:00:17.835 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4495bb2a-9ce4-452c-8a41-e8d42a3d2dae
05-21 14:00:17.835 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b60ebf0-676b-4dab-9f01-eb530ec6d1ae
05-21 14:00:17.837 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d86f0760-4644-47d9-86a7-e025fa2aa8c8
05-21 14:00:17.837 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d83bc520-2236-4656-9962-119405cf8b9d
05-21 14:00:17.838 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x751367614b90 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:17.838 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:17.839 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7cfc51f0-cd5e-4864-b668-7a7ea222d1ee
05-21 14:00:17.839 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:17.839 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 36647fd9-9956-41f4-b2b7-426362bfbf6b
05-21 14:00:17.839 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8c27b71b-e066-4ace-bc59-dcaf6268c4b4
05-21 14:00:17.840 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:00:17.840 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 130d2149-2973-43cf-a7b1-cb294196f9e4
05-21 14:00:17.840 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 289fec84-cdaf-4b7d-9d5f-0901dfe01c09
05-21 14:00:17.842 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:17.842 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5de4cd20-0195-4437-8e9e-9f455f2012b0
05-21 14:00:17.842 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c800040d-db3f-4c9a-900a-e74d7bcc1234
05-21 14:00:17.842 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e333a6f3-98df-4422-b861-0bc999b052ad
05-21 14:00:17.842 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=1fd70c74-61dc-41f7-9033-1bd354046767,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ef774c8d-2142-4e7b-870c-eb8b668b3670
05-21 14:00:17.844 848 966 D EGL_emulation: app_time_stats: avg=101.95ms min=7.00ms max=674.63ms count=14
05-21 14:00:17.845 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:00:18.052 848 966 D EGL_emulation: app_time_stats: avg=17.14ms min=2.23ms max=136.13ms count=41
05-21 14:00:18.385 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9de57bb in: CREATED
05-21 14:00:18.400 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@9de57bb
05-21 14:00:18.418 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9de57bb in: STARTED
05-21 14:00:18.433 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@9de57bb
05-21 14:00:18.490 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9de57bb in: RESUMED
05-21 14:00:18.504 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@9de57bb
05-21 14:00:18.648 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:18.650 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +998ms
05-21 14:00:18.654 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:18.654 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:b0e4fad9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:18.659 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:b0e4fad9: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:18.660 1829 1861 I earchbox:search: Background concurrent copying GC freed 526222(23MB) AllocSpace objects, 1047(19MB) LOS objects, 8% free, 251MB/275MB, paused 196us,56us total 388.953ms
05-21 14:00:18.688 595 2431 I ImeTracker: com.github.se.polyfit:28618f5d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:18.689 595 2431 I ImeTracker: com.github.se.polyfit:28618f5d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:18.702 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:18.704 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:18.705 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:18.705 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:18.705 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:18.789 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:18.849 848 966 D EGL_emulation: app_time_stats: avg=83.73ms min=12.36ms max=388.84ms count=12
05-21 14:00:18.988 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c037249
05-21 14:00:18.994 595 953 W InputManager-JNI: Input channel object '8f155f8 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:19.016 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:19.016 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 14:00:19.034 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:19.034 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TitleRow')) && (TestTag = 'RemoveMealTagButton'); position: 0; useUnmergedTree: false.
05-21 14:00:19.069 848 966 D EGL_emulation: app_time_stats: avg=20.48ms min=3.66ms max=122.16ms count=44
05-21 14:00:19.601 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:19.601 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:19.955 595 953 I ImeTracker: com.github.se.polyfit:4a1cdb00: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:19.955 595 953 I ImeTracker: com.github.se.polyfit:4a1cdb00: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:19.958 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:19.961 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:19.961 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:19.962 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:19.964 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:20.055 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:20.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c70487b9-7aa7-4085-a241-f2c4ebbbb59d
05-21 14:00:20.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b753c1a6-c231-4c3d-93c8-5512c822ca4a
05-21 14:00:20.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ee495cd-0c72-44ae-b9a6-434c0864f627
05-21 14:00:20.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b611ad55-1e6f-4cdf-bae5-73d6bdc16d4a
05-21 14:00:20.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e6f563d-6d20-463b-afa1-4ba8bb62043b
05-21 14:00:20.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d11e2fd-fd65-4012-8631-46cbe3aaf8f0
05-21 14:00:20.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e328b8bd-222f-4e4f-8c06-399c5d15a96e
05-21 14:00:20.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffbb7824-9328-407d-9add-181841af53cc
05-21 14:00:20.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 20e68a5b-738f-472b-b04f-24974068f971
05-21 14:00:20.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c001da67-106f-4a71-82f6-5eb80b0bf3a6
05-21 14:00:20.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03cfadb1-7dc8-40a5-9ed6-5928b207fa15
05-21 14:00:20.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7258fd62-4883-4cfb-989c-a824f04eaf24
05-21 14:00:20.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79d04669-0cfc-4714-912f-a532f9b197ab
05-21 14:00:20.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 805ccfc2-fb52-4869-9fc1-12761a0b7eb0
05-21 14:00:20.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1daf5bf7-7a7c-4cbf-9a77-f53315c0dea3
05-21 14:00:20.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ad69bc0-4568-4ce0-a274-4ae15f63132c
05-21 14:00:20.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c32cc8a-8d2d-4d8d-9dfb-265425ce0709
05-21 14:00:20.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93154451-f106-4c3f-841f-2afa29acd171
05-21 14:00:20.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 28801446-8430-4758-9cfc-be95524f4a50
05-21 14:00:20.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bbf36bb2-722b-4859-888f-d454d0993532
05-21 14:00:20.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb9aa33d-4cd0-4dbc-ad42-2035f9c8431d
05-21 14:00:20.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d1e14321-d73d-4940-8a45-9bf10e447d23
05-21 14:00:20.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 349b7488-9e8f-4e9a-b306-8970f180590f
05-21 14:00:20.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d2e6cadd-e04c-4e7f-ac79-58a117a9f359
05-21 14:00:20.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 37ea15cf-ff55-4e60-972c-c3b7fa742be6
05-21 14:00:20.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c9844c35-6a2e-4422-98ca-b7b7f64eb3b6
05-21 14:00:20.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b88ce54c-561a-4c6a-b87a-4847f212fbd9
05-21 14:00:20.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b2963fc-e949-40da-9bd0-8c10faaabc2b
05-21 14:00:20.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d227b56-d0aa-4d80-a0e9-b8e189db990a
05-21 14:00:20.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1f7a3c4d-4196-4d66-abbe-8940f0b20edb
05-21 14:00:20.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5bcd77b1-7b04-4ed9-a120-29a5b14e6a33
05-21 14:00:20.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e4449a5d-20f0-4090-82e4-2790499c129d
05-21 14:00:20.061 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:20.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9f14bb6f-4678-4171-80f8-52e3761bb9fc
05-21 14:00:20.063 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:20.063 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a290 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:20.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 510383fb-cac1-475d-8610-72d8c56cac13
05-21 14:00:20.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 19fbf3d8-3cf1-41a8-962a-0aaa6ea0025b
05-21 14:00:20.064 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:20.065 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e55505a0-834c-4e1c-beda-34d530e33860
05-21 14:00:20.065 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 03bd0766-7887-466d-9a11-50b2c6d89790
05-21 14:00:20.067 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:20.067 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 95a70d2d-1206-471e-886b-474cf9002430
05-21 14:00:20.068 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: be3d16f3-38cc-47fd-949a-e39749f7942b
05-21 14:00:20.068 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1dbae87e-0f35-4c34-adf5-7d961b196424
05-21 14:00:20.068 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=cdb7dd6b-ee35-4daf-bc6d-60ad66f3c372,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 23f12f4c-54d4-48f4-b653-3d39a05f8562
05-21 14:00:20.108 848 966 D EGL_emulation: app_time_stats: avg=10.00ms min=1.65ms max=40.41ms count=56
05-21 14:00:20.109 6276 6287 W System : A resource failed to call release.
05-21 14:00:20.109 6276 6287 W System : A resource failed to call release.
05-21 14:00:20.109 6276 6287 W System : A resource failed to call release.
05-21 14:00:20.110 6276 6287 W System : A resource failed to call release.
05-21 14:00:20.110 6276 6287 W System : A resource failed to call release.
05-21 14:00:20.110 6276 6287 W System : A resource failed to call release.
05-21 14:00:20.172 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:20.172 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'MealTagList')) && (TestTag = 'MealTag'); position: 0; useUnmergedTree: false.
05-21 14:00:20.180 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@383201d
05-21 14:00:20.297 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d76721e0 (UnprojectedRipple) with handle 0x7513676332b0
05-21 14:00:20.297 595 2431 W InputManager-JNI: Input channel object '22d859c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:20.347 9128 9288 D EGL_emulation: app_time_stats: avg=571.88ms min=31.72ms max=1290.97ms count=3
05-21 14:00:20.376 595 2431 I ImeTracker: com.github.se.polyfit:4a04cbe1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:20.376 595 2431 I ImeTracker: com.github.se.polyfit:4a04cbe1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:20.377 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:20.378 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:20.378 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:20.378 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:20.378 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:20.445 848 904 D SplashScreenView: Build android.window.SplashScreenView{e56cee5 V.E...... ......ID 0,0-0,0}
05-21 14:00:20.445 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:20.445 848 904 D SplashScreenView: Branding: view: android.view.View{81e0dba G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:20.469 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:20.479 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9de57bb in: PAUSED
05-21 14:00:20.492 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@9de57bb
05-21 14:00:20.580 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:20.580 848 966 D EGL_emulation: app_time_stats: avg=576.93ms min=37.74ms max=1646.23ms count=3
05-21 14:00:20.782 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:20.787 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +346ms
05-21 14:00:20.828 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:20.830 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=195, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@1c42f25
05-21 14:00:20.865 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:20.865 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:20.865 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:20.866 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:20.866 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:20.912 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:20.913 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:20.913 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:20.990 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:447807c4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:20.991 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:447807c4: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:21.007 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:21.011 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:21.012 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:21.013 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:21.015 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:21.031 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9de57bb in: STOPPED
05-21 14:00:21.042 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@9de57bb
05-21 14:00:21.081 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9de57bb in: DESTROYED
05-21 14:00:21.092 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:21.094 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@50be9d9
05-21 14:00:21.117 595 2431 W InputManager-JNI: Input channel object 'c7f9a41 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:21.135 848 966 D EGL_emulation: app_time_stats: avg=62.79ms min=16.89ms max=267.47ms count=16
05-21 14:00:21.169 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@5e561a8]
05-21 14:00:21.172 9128 9160 I TestRunner: finished: removeTag(com.github.se.polyfit.ui.components.selector.MealTagSelectorTest)
-
7.14 s
com.github.se.polyfit.ui.components.textField.MealInputTextFieldTest
-
4.42 s
passedmealsDisplayWhenSearched
-
05-21 14:00:21.197 9128 9160 I TestRunner: started: mealsDisplayWhenSearched(com.github.se.polyfit.ui.components.textField.MealInputTextFieldTest)
05-21 14:00:21.203 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a2a7461
05-21 14:00:21.213 595 2433 W InputManager-JNI: Input channel object 'e15ec7e Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:21.217 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4b0f572]
05-21 14:00:21.273 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:21.314 848 904 D SplashScreenView: Build android.window.SplashScreenView{319f2b1 V.E...... ......ID 0,0-0,0}
05-21 14:00:21.314 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:21.314 848 904 D SplashScreenView: Branding: view: android.view.View{fe47396 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:21.442 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbda4ed in: PRE_ON_CREATE
05-21 14:00:21.443 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:21.478 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:21.482 1728 2287 E HwDetectorWithState: a: 3
05-21 14:00:21.967 848 966 D EGL_emulation: app_time_stats: avg=97.93ms min=8.59ms max=665.98ms count=14
05-21 14:00:22.149 848 966 D EGL_emulation: app_time_stats: avg=20.37ms min=1.68ms max=160.79ms count=40
05-21 14:00:22.349 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbda4ed in: CREATED
05-21 14:00:22.370 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@fbda4ed
05-21 14:00:22.398 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbda4ed in: STARTED
05-21 14:00:22.417 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@fbda4ed
05-21 14:00:22.528 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbda4ed in: RESUMED
05-21 14:00:22.552 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@fbda4ed
05-21 14:00:22.847 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:22.850 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s548ms
05-21 14:00:22.910 595 2387 I ImeTracker: com.github.se.polyfit:78d1c48c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:22.911 595 2387 I ImeTracker: com.github.se.polyfit:78d1c48c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:22.926 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:22.928 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:22.929 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:22.929 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:22.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:22.934 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x751367615910 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:22.936 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62757250-4a59-4d68-8427-8a16b235cf6a
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 96221171-4f60-4cbc-99e6-da7a7dfcf078
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8e35fc8-4126-4198-85d2-94d4becc95af
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4009fd40-a9d2-4b4c-8295-e73119760621
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 517ddf15-5c16-4be3-999b-33ec616cc4b3
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0771f864-49e5-4770-8f02-d7c114ecaf88
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 729fd6c3-7573-4137-bfbf-f39859dd19f3
05-21 14:00:22.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb41733a-d62a-4b3d-bbc4-18ec2c7556fc
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 834c4ddb-c69c-424b-bd46-038c9805d2f9
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c87304b9-28fa-47ad-b693-3bb11cd14f4a
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c5439eb6-1f92-417c-b93b-25bd0d4a220f
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d7d7c2d-9080-4c9b-9d49-246577ed5b7f
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3220ab88-897d-4099-af31-22e6ec91419a
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 098ee6c2-71e8-412d-9b2d-624c4466f1ca
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e264c3d-ad7a-46dc-8def-d9d8abeb5024
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0485706e-ec20-4c54-91ef-3bd37078266d
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 83798c17-0475-4b30-bba8-96691b53c74e
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f418ef4f-c8f4-4f10-8174-121f548b842e
05-21 14:00:22.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3699aa85-3c6e-4430-9fb5-09cff6b8b784
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a5c13568-3306-488f-b3d8-b242448a4187
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 289d46ff-b2f5-4709-bb65-e6ba6b2f4640
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c82e981c-6101-4d58-a67a-55270ee9ba59
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aceaa72e-4577-4094-b5da-651a57d49a41
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b85cb84f-17fc-4a8b-82ba-a5c3c2a0d61c
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3848a44-b528-414e-b4ce-65007f14e726
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b386f49-db47-44ac-b5d5-93f7b946aae1
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f8ffc9c-a931-4138-8352-5360c5a8e3e5
05-21 14:00:22.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fbf71d2d-dfc4-4f9b-82b9-d52f48345447
05-21 14:00:22.942 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 91053fca-6d7a-4032-9b8e-188484e9c1e7
05-21 14:00:22.942 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ac842bc1-c191-45bd-b28b-6367b3eeaee5
05-21 14:00:22.950 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3803461a-0269-462d-9f57-146872381d7e
05-21 14:00:22.950 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dfe489f2-8aac-4fc8-b6cd-48879ed1cf11
05-21 14:00:22.950 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:22.951 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 377e6fe9-2192-4b40-a06c-e8140887732c
05-21 14:00:22.951 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:22.952 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5669721d-50ef-4287-8259-6859d43d059e
05-21 14:00:22.952 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1bd0ae20-0e9a-4522-b7a5-612a2fb385b3
05-21 14:00:22.954 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:22.954 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0a71b6a1-4bd1-4d7d-a9c6-6bd075a6a4dc
05-21 14:00:22.954 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9fee4980-5614-4943-88c0-a5b4109fc84e
05-21 14:00:22.956 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:22.956 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 06f22a3a-bab2-4e58-bf53-58ffe2e89672
05-21 14:00:22.956 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3b18c53b-068b-440c-8c6d-941c4dcc4b46
05-21 14:00:22.956 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a2c6dde8-5183-4f85-9d58-a5d5c7db18a0
05-21 14:00:22.956 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=5f140370-9b76-4911-b75d-eac58bbd9019,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: beac928e-d7e7-4738-a0c4-431d4fba01d2
05-21 14:00:22.977 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4f843
05-21 14:00:22.979 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3262fd6b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:22.979 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3262fd6b: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:22.989 595 838 W InputManager-JNI: Input channel object 'd8464cf com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:23.119 848 966 D EGL_emulation: app_time_stats: avg=100.25ms min=2.65ms max=806.87ms count=11
05-21 14:00:23.150 848 966 D EGL_emulation: app_time_stats: avg=14.68ms min=1.20ms max=133.08ms count=40
05-21 14:00:23.158 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8aa08ed
05-21 14:00:23.160 595 2387 W InputManager-JNI: Input channel object '5e5ed97 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:23.169 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:23.198 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 711072(23MB) AllocSpace objects, 20(932KB) LOS objects, 44% free, 29MB/52MB, paused 19.266ms,100us total 729.802ms
05-21 14:00:23.409 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:00:23.409 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 14:00:23.413 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:23.413 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 14:00:23.416 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:23.416 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 14:00:23.432 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:00:23.444 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:00:23.444 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SearchMealBar')) && (Text + EditableText contains 'Enter a meal…' (ignoreCase: false)); position: 0; useUnmergedTree: false.
05-21 14:00:23.449 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:23.450 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:23.450 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:00:23.450 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:23.450 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:23.451 9128 9128 I ImeTracker: com.github.se.polyfit:d2e346ef: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:23.451 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:00:23.455 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:23.456 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:23.456 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:23.457 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:23.463 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{c2c86df VFED..... .F....ID 0,0-1080,176 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:23.474 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:00:23.474 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:23.476 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:23.481 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:23.523 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:23.523 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: InputConnectionWrapper.waitForInputConnectionFutureInternal():1530 Failed to get the input connection call's result.
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: java.util.concurrent.TimeoutException: Waited 500 milliseconds (plus 408917 nanoseconds delay) for muo@75b3fae[status=PENDING, info=[task=[running=[RUNNING ON ICWrapper-1], huw@dd5514f]]]
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at mrp.get(PG:46)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at hvf.h(PG:1)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at hvf.w(PG:5)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at pgk.n(PG:6)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at hvo.z(PG:1)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at hvo.m(PG:1)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at hvf.r(PG:2)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at btv.q(PG:113)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at dfg.onStartInputView(PG:30)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.startViews(InputMethodService.java:2965)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.showWindow(InputMethodService.java:2873)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInput(InputMethodService.java:973)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at dff.showSoftInput(PG:2)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInputWithToken(InputMethodService.java:940)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.IInputMethodWrapper.executeMessage(IInputMethodWrapper.java:228)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.os.Handler.dispatchMessage(Handler.java:106)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.os.Looper.loopOnce(Looper.java:205)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.os.Looper.loop(Looper.java:294)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at java.lang.reflect.Method.invoke(Native Method)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-21 14:00:23.981 1585 1585 E InputConnectionWrapper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
05-21 14:00:23.981 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 504 ms
05-21 14:00:23.990 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:23.990 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:00:24.002 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:00:24.045 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:00:24.045 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:00:24.057 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:00:24.060 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:00:24.061 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:00:24.080 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:00:24.088 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:24.089 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:24.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:00:24.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:24.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:24.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:24.089 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:24.090 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:24.091 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:24.092 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:24.100 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:24.100 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:24.100 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:24.100 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:24.102 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:24.108 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:24.112 1585 1585 I Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread.
05-21 14:00:24.117 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:00:24.117 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:00:24.145 9128 9128 I ImeTracker: com.github.se.polyfit:de71a44b: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:00:24.145 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{c2c86df VFED..... .F....ID 0,0-1080,176 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:00:24.147 9128 9128 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread.
05-21 14:00:24.159 848 966 D EGL_emulation: app_time_stats: avg=6.75ms min=1.41ms max=37.71ms count=60
05-21 14:00:24.172 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:24.176 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:00:24.185 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:24.185 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:24.192 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:24.197 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:24.197 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:24.199 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:24.262 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:24.283 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:24.313 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:24.325 9128 9128 I ImeTracker: com.github.se.polyfit:de71a44b: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:24.403 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:24.403 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SearchMealBar')) && (Text + EditableText contains 'Enter a meal…' (ignoreCase: false)); position: 0; useUnmergedTree: false.
05-21 14:00:24.413 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:00:24.413 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 14:00:24.419 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:24.419 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 14:00:24.429 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:00:24.429 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 14:00:24.436 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:00:24.436 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 14:00:24.448 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:24.448 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 14:00:24.505 9128 9288 D EGL_emulation: app_time_stats: avg=332.48ms min=6.82ms max=698.62ms count=5
05-21 14:00:24.511 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:00:24.511 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'MealSearchScrollableList'; position: 0; useUnmergedTree: false.
05-21 14:00:24.530 848 904 D SplashScreenView: Build android.window.SplashScreenView{bd579d0 V.E...... ......ID 0,0-0,0}
05-21 14:00:24.530 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:24.530 848 904 D SplashScreenView: Branding: view: android.view.View{be26dc9 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:24.544 9128 9128 I ImeTracker: com.github.se.polyfit:d2e346ef: onShown
05-21 14:00:24.552 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:24.580 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbda4ed in: PAUSED
05-21 14:00:24.592 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@fbda4ed
05-21 14:00:24.695 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:24.790 848 966 D EGL_emulation: app_time_stats: avg=831.66ms min=17.10ms max=1646.23ms count=2
05-21 14:00:24.943 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:24.953 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +423ms
05-21 14:00:24.993 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:25.004 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=199, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@3c768b0
05-21 14:00:25.060 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:25.061 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:25.061 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:25.061 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:25.064 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:25.103 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:25.106 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:25.106 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:25.168 848 966 D EGL_emulation: app_time_stats: avg=26.31ms min=1.48ms max=129.24ms count=33
05-21 14:00:25.206 1829 1861 I earchbox:search: Background young concurrent copying GC freed 171883(4487KB) AllocSpace objects, 358(6756KB) LOS objects, 2% free, 257MB/265MB, paused 369us,88us total 171.429ms
05-21 14:00:25.225 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:1191daf4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:25.243 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:00:25.244 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:25.248 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 14:00:25.250 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:00:25.251 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:00:25.252 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:00:25.255 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:25.266 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:25.266 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:25.266 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:25.269 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:25.293 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a4d0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:25.344 1585 1714 I NebulaeTrainingCacheMetricsProcessor: NebulaeTrainingCacheMetricsProcessor.processEndSession():447 No input action collection in this session, skip logging.
05-21 14:00:25.348 1585 3269 E native : E0000 00:00:1716292780.710516 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:00:25.353 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:25.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ad374817-a846-43f9-a726-17d5f739460a
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dfe5b81a-a898-48f4-9a53-e5c9025f35a6
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2d270f4e-a8da-4c6e-9ffa-9a59acd3037b
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69f673e3-53b9-4bf4-8ff7-9a849f5ee5bb
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4ea0d65-501f-4c99-aa76-3464bcacae62
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2fc915c-e6f1-41c0-9ea2-6fa6bc8b5c52
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16b363dd-d9c7-41b2-aae3-127df1a1102b
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93bf158a-f9ad-4dde-839c-218bbdabc1ed
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b3693bb-1a66-4fbd-b2fd-f0c6c4d753e1
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca6c139d-6528-425c-8dff-0d98a96ddbe2
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70e4afa6-eab8-4633-a9de-2fb096acc927
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 00160382-62dd-43a8-ab36-6ac0301fe0e4
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 99958861-c242-41a5-8bab-8584f2327b6b
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d37c07b7-011b-4706-a680-085cf8245633
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2f94542-43de-42bc-8b9b-47808bd7ada5
05-21 14:00:25.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e3683e2-b419-471a-98e2-b9fe2df2fd41
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73712aea-c5f6-4eca-bd07-cb07494b34ba
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d73d801c-b9ab-4a4c-b6f4-22e8eed0e089
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c1e064fe-ed19-4ef8-8b23-2740bf756340
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8e65012b-7bd4-43bc-9b08-27c5764a0bdd
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79a986fa-80e2-439f-a62c-5476d17b61ee
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e207d0c2-1a1e-4874-83ab-f24b510d87ee
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6240a2ac-206f-40fd-bfcf-020447e42293
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 933872f6-84cc-45e7-8dc6-4cbb9774cea5
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fe1b501b-d28f-4e09-98a0-596fab16e1bf
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e540a203-f247-4d9f-afa9-26a0010c8fa1
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f9adf03-71fc-4f94-b700-a807c3df5613
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b3086fa-48e8-4e6d-8d81-d9dba23eaa38
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22ddbe44-1969-4ecb-a5bc-d18cebc28e70
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed4ad06d-1498-41f8-a0d2-1d6317fd8a91
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 191675ac-ad3e-4c61-acec-c19579ddfe29
05-21 14:00:25.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7c066f74-9de3-4de6-be2e-b448bab2dbc0
05-21 14:00:25.356 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:25.356 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 08c3bb60-0118-4304-9312-5cbd0787959b
05-21 14:00:25.356 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:25.356 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a24e279f-97b6-4f1e-8fc2-d05152d2d58e
05-21 14:00:25.356 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b3c6e3be-01ec-43fc-942b-3e26fb4bb582
05-21 14:00:25.356 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:25.356 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6f0931c1-d26e-4b08-aa96-51ed202510a2
05-21 14:00:25.357 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d7d92f08-780b-4255-943a-8e52080cdb1c
05-21 14:00:25.357 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:25.357 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2501f9a3-2481-4f18-8c8c-c9b41bbd4f78
05-21 14:00:25.357 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aee070fd-ef3d-4e00-ba17-53d275e939ee
05-21 14:00:25.357 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4b3bb633-1893-4d34-ad93-ff7db4a1ca25
05-21 14:00:25.357 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=ab35bb0c-aaa9-48b5-a26b-1446627df91e,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 18c0b6a7-ee04-4c9f-ac57-0bad1dd24d33
05-21 14:00:25.395 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbda4ed in: STOPPED
05-21 14:00:25.408 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@867340b
05-21 14:00:25.418 595 2387 W InputManager-JNI: Input channel object '6fc2e74 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:25.427 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@fbda4ed
05-21 14:00:25.497 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbda4ed in: DESTROYED
05-21 14:00:25.498 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:25.499 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@551ad94
05-21 14:00:25.506 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4a80a1b
05-21 14:00:25.534 595 838 W InputManager-JNI: Input channel object 'bcf3c9e com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:25.585 9128 9128 I ImeTracker: com.google.android.apps.nexuslauncher:1191daf4: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:25.588 9128 9128 I ImeTracker: com.github.se.polyfit:1e5a2c6d: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:25.589 9128 9128 I ImeTracker: com.github.se.polyfit:1e5a2c6d: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:25.597 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4b0f572]
05-21 14:00:25.616 9128 9160 I TestRunner: finished: mealsDisplayWhenSearched(com.github.se.polyfit.ui.components.textField.MealInputTextFieldTest)
-
2.71 s
passedeverythingIsDisplayed
-
05-21 14:00:25.623 9128 9160 I TestRunner: started: everythingIsDisplayed(com.github.se.polyfit.ui.components.textField.MealInputTextFieldTest)
05-21 14:00:25.632 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@581dd48]
05-21 14:00:25.641 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@25c931c
05-21 14:00:25.645 595 957 W InputManager-JNI: Input channel object '9ff71d1 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:25.672 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:25.684 848 904 D SplashScreenView: Build android.window.SplashScreenView{2dd24bf V.E...... ......ID 0,0-0,0}
05-21 14:00:25.684 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:25.684 848 904 D SplashScreenView: Branding: view: android.view.View{415078c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:25.702 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:25.745 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbcc5db in: PRE_ON_CREATE
05-21 14:00:25.745 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:25.805 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:25.806 1728 2211 E HwDetectorWithState: a: 3
05-21 14:00:26.115 1829 1861 I earchbox:search: Background concurrent copying GC freed 523158(22MB) AllocSpace objects, 897(16MB) LOS objects, 8% free, 257MB/281MB, paused 1.092ms,98us total 687.254ms
05-21 14:00:26.185 848 966 D EGL_emulation: app_time_stats: avg=23.21ms min=1.03ms max=112.50ms count=37
05-21 14:00:26.340 848 966 D EGL_emulation: app_time_stats: avg=217.66ms min=2.26ms max=848.68ms count=7
05-21 14:00:26.479 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbcc5db in: CREATED
05-21 14:00:26.497 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@fbcc5db
05-21 14:00:26.517 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbcc5db in: STARTED
05-21 14:00:26.534 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@fbcc5db
05-21 14:00:26.602 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbcc5db in: RESUMED
05-21 14:00:26.620 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@fbcc5db
05-21 14:00:26.768 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:26.771 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s92ms
05-21 14:00:26.839 595 2431 I ImeTracker: com.github.se.polyfit:a8dd2f2b: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:26.839 595 2431 I ImeTracker: com.github.se.polyfit:a8dd2f2b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:26.842 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:26.843 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:26.844 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:26.844 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:26.844 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:26.869 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:26.870 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:be26fde9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:26.871 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:be26fde9: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:27.081 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:27.101 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7407b6
05-21 14:00:27.107 595 838 W InputManager-JNI: Input channel object '8ebf7a3 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:27.151 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 241740, 48954685, CUJ=J
05-21 14:00:27.151 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 241740, 48954685, CUJ=J
05-21 14:00:27.151 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 241762, 0, CUJ=J
05-21 14:00:27.151 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 241762, 0, CUJ=J
05-21 14:00:27.151 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 241762, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 241784, 66456109, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 241807, 0, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 241807, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 241829, 78246299, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 241829, 78246299, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 241852, 82705342, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 241852, 82705342, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 241875, 0, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 241875, 0, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 241875, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 241884, 0, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 241884, 0, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 241884, CUJ=J
05-21 14:00:27.152 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 241892, 66980992, CUJ=J
05-21 14:00:27.188 848 966 D EGL_emulation: app_time_stats: avg=15.46ms min=1.41ms max=110.24ms count=43
05-21 14:00:27.380 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:00:27.380 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 14:00:27.401 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:27.401 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 14:00:27.410 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:00:27.410 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SearchMealBar')) && (Text + EditableText contains 'Enter a meal…' (ignoreCase: false)); position: 0; useUnmergedTree: false.
05-21 14:00:27.416 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:27.416 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SearchMealBar')) && (Text + EditableText contains 'Enter a meal…' (ignoreCase: false)); position: 0; useUnmergedTree: false.
05-21 14:00:27.422 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:27.422 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 14:00:27.425 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:27.425 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Meal')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 14:00:27.428 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:27.428 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Meal')) && (TestTag = 'MealCalories'); position: 0; useUnmergedTree: false.
05-21 14:00:27.430 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:27.430 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'MealSearchScrollableList'; position: 0; useUnmergedTree: false.
05-21 14:00:27.449 848 904 D SplashScreenView: Build android.window.SplashScreenView{7871297 V.E...... ......ID 0,0-0,0}
05-21 14:00:27.449 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:27.449 848 904 D SplashScreenView: Branding: view: android.view.View{3f71c84 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:27.469 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:27.488 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbcc5db in: PAUSED
05-21 14:00:27.504 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@fbcc5db
05-21 14:00:27.585 6276 6287 W System : A resource failed to call release.
05-21 14:00:27.585 6276 6287 W System : A resource failed to call release.
05-21 14:00:27.585 6276 6287 W System : A resource failed to call release.
05-21 14:00:27.585 6276 6287 W System : A resource failed to call release.
05-21 14:00:27.585 6276 6287 W System : A resource failed to call release.
05-21 14:00:27.585 6276 6287 W System : A resource failed to call release.
05-21 14:00:27.610 848 966 D EGL_emulation: app_time_stats: avg=93.53ms min=2.42ms max=562.08ms count=13
05-21 14:00:27.631 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:27.685 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 149404(5767KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 17MB/34MB, paused 338us,180us total 140.077ms
05-21 14:00:27.810 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:00:27.832 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:27.839 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +393ms
05-21 14:00:27.865 438 459 W TransactionTracing: Could not find layer id 2810
05-21 14:00:27.870 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:27.875 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=203, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@e8e4c40
05-21 14:00:27.888 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:27.888 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:27.888 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:27.889 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:27.891 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:27.989 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:27.990 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:27.990 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:28.160 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:f110295b: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:28.160 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:f110295b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:28.161 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbcc5db in: STOPPED
05-21 14:00:28.186 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:28.191 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:28.192 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:28.193 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@fbcc5db
05-21 14:00:28.194 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:28.195 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:28.251 595 2431 D WifiNl80211Manager: Scan result ready event
05-21 14:00:28.252 595 2431 D WifiNative: Scan result ready event
05-21 14:00:28.297 848 966 D EGL_emulation: app_time_stats: avg=26.31ms min=4.94ms max=148.71ms count=40
05-21 14:00:28.307 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@fbcc5db in: DESTROYED
05-21 14:00:28.307 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:28.308 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@59ab4ee
05-21 14:00:28.308 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@29ea0f9
05-21 14:00:28.312 595 838 W InputManager-JNI: Input channel object 'ade515c Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:28.324 595 957 W InputManager-JNI: Input channel object 'd281ece com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:28.349 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@581dd48]
05-21 14:00:28.353 9128 9160 I TestRunner: finished: everythingIsDisplayed(com.github.se.polyfit.ui.components.textField.MealInputTextFieldTest)
-
22.10 s
com.github.se.polyfit.ui.flow.AddMealFlowTest
-
10.14 s
passednutritionalInformationIsShown
-
05-21 14:00:28.359 9128 9160 I TestRunner: started: nutritionalInformationIsShown(com.github.se.polyfit.ui.flow.AddMealFlowTest)
05-21 14:00:28.392 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6aa78be]
05-21 14:00:28.422 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:28.459 848 904 D SplashScreenView: Build android.window.SplashScreenView{86c899c V.E...... ......ID 0,0-0,0}
05-21 14:00:28.459 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:28.459 848 904 D SplashScreenView: Branding: view: android.view.View{2cc4fa5 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:28.548 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b556ce9 in: PRE_ON_CREATE
05-21 14:00:28.552 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:28.600 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:28.601 1728 2287 E HwDetectorWithState: a: 3
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 242965, 0, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 242965, 0, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 242965, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 242972, 0, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 242972, 0, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 242972, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 243003, 141918782, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 243003, 141918782, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 243012, 129330445, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 243012, 129330445, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 66, 243077, 124775169, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 243149, 104229243, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 243149, 104229243, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 243185, 100775163, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 243185, 100775163, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 243229, 0, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 243229, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 243272, 0, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 243272, 0, CUJ=J
05-21 14:00:28.633 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 243272, CUJ=J
05-21 14:00:29.012 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761b460 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b5cee877-190d-4d30-a236-0e4db05dc356
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 816deca8-3507-4534-aae7-8a81b0f3c20d
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3538aee0-aac4-4e8c-9150-c8d9ae89c831
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb875ddb-b667-4de4-9609-eaddf392b1fd
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8657bce4-4581-4e3e-ac97-63e5c893363a
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e42bd34b-b045-4fd2-bfc7-9d93f43f167a
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5e25ad7e-d0be-4b6c-baf1-ab32970dda8c
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 23955adc-29eb-45eb-b3e9-ba60748f3d5b
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 578455b0-423a-48eb-b2dd-0c5c1a5a08ac
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2bd9dba8-869f-4bc1-8718-fd0f41e7a157
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 139b9ec6-ef96-418c-9a33-11b1925db8ff
05-21 14:00:29.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0bb71eb7-d000-49f9-8edf-5566effdbe41
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0ecda2d6-cb42-479e-befb-01d85df41018
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e62c78e-3601-4d29-afd0-f59ef1aa96d5
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab4276e3-9869-4a85-8f8f-dab0dd07e3cd
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e457a894-7a46-471e-9b46-654d1b1bee04
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2244bc7f-3055-4859-832f-3e0adf3deed4
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef890cf1-3e58-41e8-9bfc-c3b30fe8c5e3
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b6c9909-f366-4fca-a977-4da3c0d1572b
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb14d837-2169-49ae-8924-fcdbb2baa017
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 53b485ec-15a6-46af-b3bd-27a6946984bf
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f64a4f69-bdcc-48b1-8c62-511c4d5d8465
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33a1bdd0-f8c1-4a09-be5c-2d871c57d077
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c9b5353-d602-404f-8ecd-8e087986fa83
05-21 14:00:29.022 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5976ff45-3b5f-492d-ab7f-7c0bcbc1ae2c
05-21 14:00:29.023 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c23ff7bc-bbb8-4580-97e6-9d87982a6d9f
05-21 14:00:29.023 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 56e40c6d-9ffb-459f-8539-82d98ede9212
05-21 14:00:29.023 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c61269ea-2abd-4be9-b73b-c0d6f1911bd0
05-21 14:00:29.023 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a73dc11b-3ef8-4910-a85b-946e8aaf862b
05-21 14:00:29.023 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4741a37b-13f2-486f-89c2-890636698db2
05-21 14:00:29.023 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 73ec7ffd-445b-4644-bd1a-d00fe3ef1598
05-21 14:00:29.023 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 71c22a29-8e48-4db4-9616-fba783c34b93
05-21 14:00:29.024 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:29.024 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 79fb8011-c124-4036-a8c1-10b3a1c24c71
05-21 14:00:29.025 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:29.025 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 78f9ce45-acb7-4707-9a9f-57c5b864e819
05-21 14:00:29.025 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4d9b48fc-60b5-4f97-849e-66f034d73708
05-21 14:00:29.026 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:29.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fd482334-89e2-45bc-8294-74c09a29da93
05-21 14:00:29.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 442e1191-b871-4c87-9cde-3fc666c5dbc6
05-21 14:00:29.027 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:29.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a2236bda-d709-4655-b563-7395fb017caf
05-21 14:00:29.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7d7ae688-2619-48e6-91ac-ab1dd8d0157b
05-21 14:00:29.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 966fac97-2833-41f4-997d-5d0f00c6f5e2
05-21 14:00:29.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=9aff7a29-1383-40af-8ae7-db8e621d3401,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ae132916-6526-4603-aa40-06b0d7455df4
05-21 14:00:29.032 848 966 D EGL_emulation: app_time_stats: avg=105.08ms min=8.42ms max=591.77ms count=13
05-21 14:00:29.133 595 608 I system_server: NativeAlloc concurrent copying GC freed 227627(6922KB) AllocSpace objects, 7(136KB) LOS objects, 44% free, 30MB/54MB, paused 377us,55us total 155.455ms
05-21 14:00:29.198 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b556ce9 in: CREATED
05-21 14:00:29.209 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@b556ce9
05-21 14:00:29.220 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b556ce9 in: STARTED
05-21 14:00:29.232 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@b556ce9
05-21 14:00:29.276 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b556ce9 in: RESUMED
05-21 14:00:29.286 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@b556ce9
05-21 14:00:29.314 848 966 D EGL_emulation: app_time_stats: avg=15.62ms min=0.91ms max=120.16ms count=46
05-21 14:00:29.394 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:29.396 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +951ms
05-21 14:00:29.436 595 957 I ImeTracker: com.github.se.polyfit:b7bda144: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:29.437 595 957 I ImeTracker: com.github.se.polyfit:b7bda144: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:29.438 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:29.441 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:29.441 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:29.441 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:29.442 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:29.451 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1ba0c13
05-21 14:00:29.454 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:29.457 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:300cd18c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:29.457 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:300cd18c: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:29.467 595 957 W InputManager-JNI: Input channel object 'e86c98c com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:29.679 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:29.735 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f86a388
05-21 14:00:29.737 595 953 W InputManager-JNI: Input channel object '60e1987 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:29.778 9128 9128 I Navigation: Navigating to AddMeal
05-21 14:00:29.930 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:29.930 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:30.321 848 966 D EGL_emulation: app_time_stats: avg=17.56ms min=3.75ms max=131.87ms count=47
05-21 14:00:30.485 9128 9128 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread.
05-21 14:00:30.528 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:30.528 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientButton')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:00:30.607 9128 9374 I OpenGLRenderer: Davey! duration=730ms; Flags=0, FrameTimelineVsyncId=244365, IntendedVsync=7402588919167, Vsync=7403188919143, InputEventId=0, HandleInputStart=7403205771132, AnimationStart=7403205774237, PerformTraversalsStart=7403205780258, DrawStart=7403208118026, FrameDeadline=7402622252499, FrameInterval=7403205362243, FrameStartTime=16666666, SyncQueued=7403217581024, SyncStart=7403217632007, IssueDrawCommandsStart=7403217757881, SwapBuffers=7403230190732, FrameCompleted=7403319833553, DequeueBufferDuration=2634, QueueBufferDuration=190394, GpuCompleted=7403230190732, SwapBuffersCompleted=7403319833553, DisplayPresentTime=0, CommandSubmissionCompleted=7403230190732,
05-21 14:00:30.609 9128 9128 V Add Ingredient: Clicked
05-21 14:00:30.902 9128 9288 D EGL_emulation: app_time_stats: avg=77.76ms min=10.65ms max=711.87ms count=19
05-21 14:00:30.977 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676068b0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:30.977 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:30.980 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 424b5362-c14c-4c3a-a3b9-1dae709d41db
05-21 14:00:30.980 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07e12f3b-f245-4903-8010-743c61c0807f
05-21 14:00:30.980 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ddfa5b3-1cf8-463c-934c-e66a81ee35d6
05-21 14:00:30.981 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6442a4f-477c-4951-b5d3-ab9b5d6d6cb9
05-21 14:00:30.981 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d9a14b7-a974-48d4-baba-e55e769dc68b
05-21 14:00:30.981 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b83b7afc-28c9-4df5-a63d-e43a6840e826
05-21 14:00:30.981 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 945e15d6-a553-4729-8014-a7b074891a43
05-21 14:00:30.981 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 073ece88-79de-44e2-acb4-426d57ac4364
05-21 14:00:30.982 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4aa4ee29-3895-4b66-b182-133659cc02f2
05-21 14:00:30.982 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b9c4f161-09cd-466c-9b99-969931f8659a
05-21 14:00:30.982 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 313bc2db-d6e4-4498-837e-83400893e2e3
05-21 14:00:30.982 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a9084fe-3c2a-4ba1-aab5-39fca3412cf3
05-21 14:00:30.982 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a83d8994-1b16-4632-a349-4295e32f1b96
05-21 14:00:30.982 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bca880ee-c7ea-4c15-bf16-7e6cdbffd672
05-21 14:00:30.983 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e6ceb9df-38eb-4e7a-ad56-7765d08b1327
05-21 14:00:30.983 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f1867239-1cf2-4eee-8749-99f2554e8bbc
05-21 14:00:30.983 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3eeb7f99-a33b-400d-a799-93492597cfcd
05-21 14:00:30.983 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e038144f-8f7b-4525-8e68-b5efe6b7ffd5
05-21 14:00:30.984 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ec514ea-39c7-4182-bde1-6c5275e9dedb
05-21 14:00:30.984 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 779312ed-d9d7-47fc-ada9-0ffe06fdfaa7
05-21 14:00:30.984 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 08c33c34-4c36-4523-94c0-90ffac8bd4c5
05-21 14:00:30.984 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5dad3d86-1c4b-42b2-8b92-f05bfb2a9cf8
05-21 14:00:30.984 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 991fdbd9-a506-46d0-b79f-e1d66ceee870
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47c71dde-893e-49b2-9715-26bec05cd00a
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 15a1989e-5a31-4dd4-bf05-3b81253addd0
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0932224c-44c0-4bc0-95ea-82b31a1f9dea
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5dc37cda-61ba-4d78-9118-9ad33fff2b0c
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ad0be06b-e047-4a99-abe6-c97b4e86bebf
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef4e8560-21ad-4c75-96c2-a9746fb0a383
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 262575f8-881b-4593-9b6e-58a13e1f0ce8
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 961c6656-fa2c-4c16-b1e3-e57c1699d880
05-21 14:00:30.985 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 681e0837-486c-4648-b6f8-8caadb22e349
05-21 14:00:30.986 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:30.986 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 939c7142-42d6-4afc-b8c3-e7592b815ca3
05-21 14:00:30.987 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 14:00:30.988 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8b9a5db2-b90a-4a6c-b562-861bc22c7a94
05-21 14:00:30.988 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0391eb4b-953c-441c-8a22-064825158150
05-21 14:00:30.989 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:00:30.990 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 246e937b-590f-445e-a8b4-b000074819ca
05-21 14:00:30.990 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4b1e13af-8fdf-49e4-b506-06dde84e4331
05-21 14:00:30.991 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:30.992 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a317414c-f38d-4d50-b21b-6cc4022d476c
05-21 14:00:30.992 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 53241ed9-08a4-42ee-bc89-4e616e5634d6
05-21 14:00:30.992 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5157c0e1-2d0f-4b1d-b448-61f6961dcf71
05-21 14:00:30.992 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=32b877c9-930f-48fc-9977-69495ac58e73,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aabc4f7e-b78e-429a-bf2c-f48c2344fbc5
05-21 14:00:31.279 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:31.279 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:31.370 9128 9128 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread.
05-21 14:00:31.421 9128 9662 I OpenGLRenderer: Davey! duration=771ms; Flags=0, FrameTimelineVsyncId=244802, IntendedVsync=7403338919137, Vsync=7404088919107, InputEventId=0, HandleInputStart=7404090737875, AnimationStart=7404090745128, PerformTraversalsStart=7404093316337, DrawStart=7404093664623, FrameDeadline=7403355585803, FrameInterval=7404090438471, FrameStartTime=16666666, SyncQueued=7404095127285, SyncStart=7404111599186, IssueDrawCommandsStart=7404111655441, SwapBuffers=7404115840745, FrameCompleted=7404126737252, DequeueBufferDuration=3808934, QueueBufferDuration=111787, GpuCompleted=7404115840745, SwapBuffersCompleted=7404126737252, DisplayPresentTime=0, CommandSubmissionCompleted=7404115840745,
05-21 14:00:31.916 9128 9288 D EGL_emulation: app_time_stats: avg=11.61ms min=9.34ms max=16.77ms count=61
05-21 14:00:32.226 9128 9374 I OpenGLRenderer: Davey! duration=1573ms; Flags=1, FrameTimelineVsyncId=244802, IntendedVsync=7403338919137, Vsync=7404088919107, InputEventId=0, HandleInputStart=7404090737875, AnimationStart=7404090745128, PerformTraversalsStart=7404093316337, DrawStart=7404861069025, FrameDeadline=7403355585803, FrameInterval=7404090438471, FrameStartTime=16666666, SyncQueued=7404897816764, SyncStart=7404915138351, IssueDrawCommandsStart=7404915442494, SwapBuffers=7404917627548, FrameCompleted=7404929968058, DequeueBufferDuration=8225, QueueBufferDuration=245547, GpuCompleted=7404917627548, SwapBuffersCompleted=7404929968058, DisplayPresentTime=0, CommandSubmissionCompleted=7404917627548,
05-21 14:00:32.258 9128 9128 I Choreographer: Skipped 52 frames! The application may be doing too much work on its main thread.
05-21 14:00:32.310 9128 9374 I OpenGLRenderer: Davey! duration=903ms; Flags=0, FrameTimelineVsyncId=245520, IntendedVsync=7404105585773, Vsync=7404972252405, InputEventId=0, HandleInputStart=7404978445143, AnimationStart=7404978456333, PerformTraversalsStart=7404979489014, DrawStart=7404987792335, FrameDeadline=7404938919073, FrameInterval=7404977987983, FrameStartTime=16666666, SyncQueued=7404987829644, SyncStart=7404988431750, IssueDrawCommandsStart=7404988677046, SwapBuffers=7404995438103, FrameCompleted=7405009271504, DequeueBufferDuration=7023, QueueBufferDuration=243753, GpuCompleted=7404995438103, SwapBuffersCompleted=7405009271504, DisplayPresentTime=0, CommandSubmissionCompleted=7404995438103,
05-21 14:00:32.326 9128 9374 I OpenGLRenderer: Davey! duration=906ms; Flags=0, FrameTimelineVsyncId=245520, IntendedVsync=7404105585773, Vsync=7404972252405, InputEventId=0, HandleInputStart=7404978445143, AnimationStart=7404978456333, PerformTraversalsStart=7404979489014, DrawStart=7404988883394, FrameDeadline=7404955585739, FrameInterval=7404977987983, FrameStartTime=16666666, SyncQueued=7404990997976, SyncStart=7405009785524, IssueDrawCommandsStart=7405009944460, SwapBuffers=7405010920858, FrameCompleted=7405030930971, DequeueBufferDuration=16240, QueueBufferDuration=213147, GpuCompleted=7405010920858, SwapBuffersCompleted=7405030930971, DisplayPresentTime=0, CommandSubmissionCompleted=7405010920858,
05-21 14:00:32.372 595 838 I ImeTracker: com.github.se.polyfit:6638fb24: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:32.373 595 838 I ImeTracker: com.github.se.polyfit:6638fb24: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:32.381 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:32.383 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:32.383 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:32.383 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:32.384 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:32.740 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:00:32.769 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:32.771 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:32.771 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:00:32.771 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:32.772 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:32.773 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:32.773 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:32.774 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:32.774 9128 9128 I ImeTracker: com.github.se.polyfit:6cd4e0e: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:32.774 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:32.774 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:00:32.787 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{e5a4d70 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:32.796 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:00:32.797 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:32.797 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:32.798 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:33.010 9128 9128 I ImeTracker: com.github.se.polyfit:305f54c7: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:00:33.010 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{e5a4d70 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:00:33.017 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 218 ms
05-21 14:00:33.019 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:33.020 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:00:33.021 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:00:33.023 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:00:33.023 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:00:33.023 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:00:33.025 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:00:33.025 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:00:33.030 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:00:33.043 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:33.045 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:33.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:00:33.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:33.047 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:33.048 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:33.048 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:33.049 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:33.053 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:33.059 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:33.064 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:33.064 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:33.064 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:33.065 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:33.066 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:33.069 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:33.088 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:33.089 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:33.103 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:33.180 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:33.181 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:00:33.197 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:33.198 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:33.199 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:33.284 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:33.296 9128 9288 D EGL_emulation: app_time_stats: avg=217.34ms min=79.26ms max=323.17ms count=5
05-21 14:00:33.327 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:33.335 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 14:00:33.335 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:33.336 9128 9128 I ImeTracker: com.github.se.polyfit:305f54c7: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:33.482 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:33.505 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x751367617ef0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:33.506 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:33.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cc9e5249-5a20-4dcb-ab1c-b42865f897a7
05-21 14:00:33.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69bdd2c5-10b7-42c2-aa68-b41c8423c3ae
05-21 14:00:33.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bc802829-29ab-46b6-956f-9a747174b10e
05-21 14:00:33.506 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6434c04d-6aa9-4359-a534-041ff1f47943
05-21 14:00:33.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c6468bfc-c57d-4524-b122-fac6dad9b77f
05-21 14:00:33.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2be3e66-9cec-42ef-9ac2-df7bc8eee2da
05-21 14:00:33.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a071cabc-e293-4c66-99ba-a2c86985aa52
05-21 14:00:33.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a9b535f0-3681-4655-92db-2e29298c37d6
05-21 14:00:33.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ddd3a36d-33e0-4a15-989a-845b8a9f09e6
05-21 14:00:33.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0681fc75-5c20-4bb5-aceb-41edf07b7ba0
05-21 14:00:33.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e926adb8-292f-4d75-b843-6ec2800b3ac7
05-21 14:00:33.507 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0c1c2200-4881-4d05-8357-9194f7c1adcf
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8b3b5921-9723-4e0e-ad46-e286961d59c4
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2ef9eb7-ea0d-42e7-a452-feb3ed0c94a3
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9c2d98db-73c7-4b8c-aba8-764f24c21be6
05-21 14:00:33.508 848 966 D EGL_emulation: app_time_stats: avg=78.46ms min=6.06ms max=2203.30ms count=40
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 852eddbe-2b47-4ac2-aa1e-e1c8b1b838cb
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8eaa636c-9acb-4cff-94cb-a7725b39e0cf
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26e6d8e7-a136-47a8-b9d8-81a0e3d76856
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d69ee9f-6314-4103-9111-ed38fc0b3785
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c37ab8cd-c949-4435-902b-1b8eda5527bf
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c855ea9a-3a0b-40dc-905c-662427a869dd
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a5e9689f-8dcf-4b94-96af-a3849242eaab
05-21 14:00:33.508 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38b4d530-5daf-4822-b70f-f7a51e5d0949
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92c1b48b-eacf-4003-9be3-633a3a78cbf1
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 65eff6ef-6ab5-442c-8cfa-9dc74285b72a
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6cdda0d-7c8c-4fa0-bd79-b7b578394755
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b18dc0b6-5a23-4c2f-991f-56e889520118
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c2d8b170-aff5-4e2b-898d-841655fb49e8
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5719a667-1a03-4684-b889-fa8974f50c9e
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: afa99bce-d818-47d4-bcaf-4ebf5658b8ed
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2bf6e0a7-9bd3-4a86-bbaa-823bb33ca2ff
05-21 14:00:33.509 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 877c3fad-4388-4319-8882-fe371b8dc8bd
05-21 14:00:33.510 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:33.510 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3a0ec82c-41bf-4dc8-836d-d54126f712aa
05-21 14:00:33.511 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:33.511 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6938abf8-079c-4f8b-b0ba-7397f78fd31e
05-21 14:00:33.511 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b42712fc-2ce6-43dc-ac37-1c0718074fc2
05-21 14:00:33.512 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:33.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 20689a31-5e9c-4901-8eb9-3ca08d3cac0a
05-21 14:00:33.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 92b70a99-0c6f-453b-b5df-88bfeeec6170
05-21 14:00:33.513 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:33.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f4e7b025-ecb7-4668-add7-26d32a80b459
05-21 14:00:33.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d2c4330f-861a-4aa0-90dc-dc28982ae026
05-21 14:00:33.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2d110bfb-60f1-4488-b6a3-28f07258e0bc
05-21 14:00:33.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=47d8d183-0fc2-4637-bda0-70c34875bd32,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 73eda6f8-7e9f-41b6-be2f-67d18599bab2
05-21 14:00:33.563 9128 9128 I ImeTracker: com.github.se.polyfit:6cd4e0e: onShown
05-21 14:00:33.580 9128 9128 W FrameTracker: Missed SF frame:UNKNOWN: 80, 246322, 0, CUJ=J
05-21 14:00:33.580 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 246375, 0, CUJ=J
05-21 14:00:33.580 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 246395, 0, CUJ=J
05-21 14:00:33.580 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 246417, 0, CUJ=J
05-21 14:00:33.580 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 246439, 0, CUJ=J
05-21 14:00:33.580 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 246454, 0, CUJ=J
05-21 14:00:33.580 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 246469, 0, CUJ=J
05-21 14:00:33.580 9128 9477 V PerfettoTrigger: Not triggering com.android.telemetry.interaction-jank-monitor-69 - not enough time since last trigger
05-21 14:00:33.584 595 2387 I ImeTracker: com.github.se.polyfit:79de4a99: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:33.586 9128 9128 I ImeTracker: com.github.se.polyfit:c573765: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:33.586 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:00:33.586 9128 9128 I ImeTracker: com.github.se.polyfit:c573765: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:33.596 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:33.596 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:33.599 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:33.599 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:33.600 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292832796, INPUT_SESSION=1716292832774, TRAINING_CACHE_SESSION=1716292833021, IME_SESSION=1716292833019}], ending it now.
05-21 14:00:33.600 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292832796, INPUT_SESSION=1716292832774, TRAINING_CACHE_SESSION=1716292833021, IME_SESSION=1716292833019}], ending it now.
05-21 14:00:33.603 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:33.603 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:00:33.603 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:00:33.604 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:00:33.604 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:33.604 1585 1585 E SessionManager: SessionManager.beginSession():60 Try to begin a session [IME_SESSION] whose parent [INPUT_VIEW_SESSION] hasn't begun.
05-21 14:00:33.611 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:33.618 1585 3269 E native : E0000 00:00:1716292833.602785 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:00:33.625 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:33.626 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:33.626 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:33.626 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:33.626 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:33.626 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:33.627 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:33.627 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:33.627 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:33.628 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 14:00:33.629 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 14:00:33.629 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:33.630 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:33.630 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:33.630 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:33.667 1829 1861 I earchbox:search: Background young concurrent copying GC freed 12815(1251KB) AllocSpace objects, 227(4264KB) LOS objects, 0% free, 265MB/265MB, paused 142us,32us total 111.650ms
05-21 14:00:33.868 9128 9128 I ImeTracker: com.github.se.polyfit:10c0f2b4: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:00:33.869 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{e5a4d70 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:00:33.903 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 273 ms
05-21 14:00:33.905 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:33.920 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:33.921 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:33.922 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:33.922 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:33.923 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:33.923 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:33.924 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:33.925 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:33.925 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:33.926 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:33.927 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:33.927 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:33.927 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:33.928 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:33.929 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:33.932 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:33.933 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:33.991 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:33.991 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:33.995 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.002 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:34.028 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.029 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.030 9128 9128 I ImeTracker: com.github.se.polyfit:79de4a99: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:34.036 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.105 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:34.121 9128 9128 I ImeTracker: com.github.se.polyfit:10c0f2b4: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:34.192 595 838 I ImeTracker: com.github.se.polyfit:79b776f7: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:34.193 1829 1861 I earchbox:search: Background concurrent copying GC freed 541281(25MB) AllocSpace objects, 1320(24MB) LOS objects, 8% free, 248MB/272MB, paused 959us,36us total 526.386ms
05-21 14:00:34.198 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:34.198 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:34.198 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:34.198 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:34.198 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292833629, INPUT_SESSION=1716292833600, IME_SESSION=1716292833905}], ending it now.
05-21 14:00:34.198 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292833629, INPUT_SESSION=1716292833600, IME_SESSION=1716292833905}], ending it now.
05-21 14:00:34.200 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:34.200 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:34.200 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.200 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:34.231 595 838 I ImeTracker: com.github.se.polyfit:92fedae2: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:34.303 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:00:34.305 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 105 ms
05-21 14:00:34.307 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:34.307 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:34.310 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:34.311 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:34.311 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:34.311 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:34.311 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:34.312 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:34.312 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:34.312 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:34.312 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:34.312 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.313 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.314 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:34.314 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:34.315 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:34.316 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:34.317 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:34.318 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:34.327 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:34.328 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:34.328 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:34.330 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:34.330 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292834200, INPUT_SESSION=1716292834199, IME_SESSION=1716292834307}], ending it now.
05-21 14:00:34.330 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292834200, INPUT_SESSION=1716292834199, IME_SESSION=1716292834307}], ending it now.
05-21 14:00:34.331 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:34.331 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:34.331 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:34.333 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.333 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.334 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:34.334 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:34.335 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.336 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:34.337 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:34.338 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:34.338 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:34.338 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:34.338 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:34.338 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:34.338 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:34.339 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:34.340 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.341 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.341 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:34.344 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:34.345 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:34.346 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:34.347 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:34.348 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:34.351 9128 9288 D EGL_emulation: app_time_stats: avg=205.61ms min=61.01ms max=454.49ms count=5
05-21 14:00:34.353 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.366 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.366 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.373 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.378 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.378 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.385 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.386 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:34.389 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.389 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.392 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.397 1585 1786 D EGL_emulation: app_time_stats: avg=198.34ms min=6.31ms max=588.34ms count=6
05-21 14:00:34.400 9128 9128 I ImeTracker: com.github.se.polyfit:79b776f7: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:34.405 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:34.419 9128 9128 I ImeTracker: com.github.se.polyfit:92fedae2: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:34.457 595 2431 I ImeTracker: com.github.se.polyfit:dd70f401: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:34.457 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:34.458 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:34.458 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:34.458 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:34.458 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292834331, INPUT_SESSION=1716292834330, IME_SESSION=1716292834335}], ending it now.
05-21 14:00:34.458 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292834331, INPUT_SESSION=1716292834330, IME_SESSION=1716292834335}], ending it now.
05-21 14:00:34.458 9128 9128 I ImeTracker: com.github.se.polyfit:f3c4e2a7: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:34.458 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:00:34.458 9128 9128 I ImeTracker: com.github.se.polyfit:f3c4e2a7: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:34.459 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:34.459 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:34.459 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:34.466 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.525 848 966 D EGL_emulation: app_time_stats: avg=14.53ms min=1.70ms max=28.91ms count=49
05-21 14:00:34.813 9128 9128 I ImeTracker: com.github.se.polyfit:aa72882e: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:00:34.813 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{e5a4d70 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:00:34.820 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 361 ms
05-21 14:00:34.822 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239599, 0, CUJ=J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239614, 0, CUJ=J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239636, 0, CUJ=J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239644, 0, CUJ=J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239659, 0, CUJ=J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239674, 0, CUJ=J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239704, 0, CUJ=J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239719, 0, CUJ=J
05-21 14:00:34.822 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 239734, 0, CUJ=J
05-21 14:00:34.831 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:34.832 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:34.834 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:34.834 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:34.835 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:34.835 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:34.835 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:34.835 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:34.835 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:34.835 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:34.836 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:34.836 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.836 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.836 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:34.836 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:34.837 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:34.837 9128 9477 V PerfettoTrigger: Not triggering com.android.telemetry.interaction-jank-monitor-69 - not enough time since last trigger
05-21 14:00:34.838 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:34.838 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:34.838 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:34.854 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.854 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.858 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.867 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.867 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.870 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:34.873 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:34.888 9128 9128 I ImeTracker: com.github.se.polyfit:dd70f401: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:34.890 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:34.904 9128 9128 I ImeTracker: com.github.se.polyfit:aa72882e: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:34.919 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:34.919 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 14:00:34.924 595 2387 I ImeTracker: com.github.se.polyfit:7cffe84d: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:34.925 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:34.925 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:34.925 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:34.925 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:34.925 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292834459, INPUT_SESSION=1716292834458, IME_SESSION=1716292834832}], ending it now.
05-21 14:00:34.926 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292834459, INPUT_SESSION=1716292834458, IME_SESSION=1716292834832}], ending it now.
05-21 14:00:34.926 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:34.927 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:34.927 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:34.927 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:34.952 595 2387 I ImeTracker: com.github.se.polyfit:5eb68b11: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:35.039 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:00:35.040 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 113 ms
05-21 14:00:35.041 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:35.042 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:35.044 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:35.045 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:35.045 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:35.045 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:35.045 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:35.045 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:35.045 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:35.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:35.046 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:35.046 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:35.047 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:35.047 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:35.047 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:35.047 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:35.048 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:35.049 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:35.049 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:35.068 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.069 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.073 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.080 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:35.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:35.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:35.083 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:35.083 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292834926, INPUT_SESSION=1716292834926, IME_SESSION=1716292835042}], ending it now.
05-21 14:00:35.084 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292834926, INPUT_SESSION=1716292834926, IME_SESSION=1716292835042}], ending it now.
05-21 14:00:35.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:35.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:35.086 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:35.087 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:35.104 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:35.107 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:35.108 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:35.111 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:35.112 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:35.113 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:35.113 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:35.114 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:35.114 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:35.114 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:35.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:35.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:35.117 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:35.117 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:35.118 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:35.118 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:35.118 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:35.119 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:35.120 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:35.120 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:35.125 9128 9128 I ImeTracker: com.github.se.polyfit:7cffe84d: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:35.153 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.153 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.157 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:35.158 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.168 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.168 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.176 9128 9128 I ImeTracker: com.github.se.polyfit:5eb68b11: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:35.178 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.180 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.180 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.188 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:35.271 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:35.271 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:00:35.298 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@765df64
05-21 14:00:35.299 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3ddf1f7
05-21 14:00:35.350 9128 9288 D EGL_emulation: app_time_stats: avg=142.62ms min=30.23ms max=356.29ms count=7
05-21 14:00:35.427 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d76d91e0 (UnprojectedRipple) with handle 0x751367625e70
05-21 14:00:35.430 595 2433 W InputManager-JNI: Input channel object 'c50bbb0 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:35.509 9128 9128 I ImeTracker: com.github.se.polyfit:422e0c0e: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:35.510 9128 9128 I ImeTracker: com.github.se.polyfit:422e0c0e: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:35.555 9128 9288 D EGL_emulation: app_time_stats: avg=161.18ms min=9.31ms max=3056.63ms count=22
05-21 14:00:35.595 595 2433 I ImeTracker: com.github.se.polyfit:98000cde: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:35.597 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:00:35.597 595 2433 I ImeTracker: com.github.se.polyfit:98000cde: onFailed at PHASE_WM_HAS_IME_INSETS_CONTROL_TARGET
05-21 14:00:35.598 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:35.600 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:35.601 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:35.602 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:35.602 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:35.603 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:35.607 9128 9128 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 54451987
05-21 14:00:35.616 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@7e94493, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 14:00:35.618 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@91497ce, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 14:00:35.670 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:35.670 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:00:35.687 848 966 D EGL_emulation: app_time_stats: avg=25.65ms min=1.91ms max=443.02ms count=36
05-21 14:00:35.700 9128 9128 I Navigation: Navigating to AdditionalMealInfo
05-21 14:00:35.706 9128 9128 V Finished: Clicked
05-21 14:00:35.710 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:35.710 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 14:00:35.988 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 853497(27MB) AllocSpace objects, 14(616KB) LOS objects, 48% free, 25MB/49MB, paused 113us,116us total 533.126ms
05-21 14:00:36.109 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x751367607900 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:36.109 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:36.109 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cb94c4f1-70ba-404e-8124-b72f26fc4e17
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4b1d2d0-c3a7-466a-8419-3459f1ac5705
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16759d85-bfaa-4dbc-aab1-61151ec41d47
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a06be27c-9c7c-4aae-8a84-26a43489a16e
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d833e42f-8edd-4f5b-8b28-3711b5f55ae2
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0fe2b392-67ad-4412-ad98-40f5a7051401
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 06e8dd7d-3e8c-4f9b-b244-85560eb2ba4b
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 81cddc64-db09-4054-8600-f7773c77ead9
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fcc3a123-220d-4a4b-a6c3-dae62279d2e0
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b026679-4031-4ffd-b6f4-bd3ef3055fd5
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 868ccd26-d797-43a4-838c-15eefa333ae7
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 76937832-5634-4e62-a7c3-e6f5b9f3965f
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6381a309-e160-400f-8fa5-8d83bb3bfb7e
05-21 14:00:36.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea04fc62-9f0f-4f71-8875-4473c2efc833
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b8508b4-94e6-4b3e-aa71-79c70321f01c
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb51e451-3e75-4683-a363-be6041879b59
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da8c1679-be0b-4858-ad88-ec7e3e657428
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffc56853-31f2-455c-9a04-c0459c22dcf1
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7df2e1a6-9fc5-4682-ac67-af469555f2fe
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b01b5cde-068a-42c5-bc68-2cbc36fbff5d
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 314b2512-f0f3-4f1b-8800-ba1ee5d9e6f2
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eef6c2f9-dac4-4324-bcfc-7191c3c119e0
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5e866ec9-67a0-4763-81a5-da965fc6a75d
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ced279b5-cae5-4e89-b9da-c3ac0a0ef812
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04bdc7b1-d806-4189-a6ad-e83536d75f9a
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5452c3b1-9d10-4cf6-affd-5b5201a189f4
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66fa47fc-2210-4dba-923f-3c265112c54f
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ce1caac-1b6c-4875-b72e-187713d0d27e
05-21 14:00:36.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ca91643-9db3-418c-9540-35b412e9e264
05-21 14:00:36.112 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 010b34b6-40e4-4085-a2ab-2b73287d0cf0
05-21 14:00:36.112 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8d1ca2a5-c1a5-4f9b-b22c-b02a55bfeb28
05-21 14:00:36.112 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 196676f6-44e4-4375-b57d-268f1b64858d
05-21 14:00:36.112 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:36.112 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 807d7b59-2b44-4638-a630-01f35d3622a3
05-21 14:00:36.117 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:36.117 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 33411a92-ad84-4056-baed-7f9e64dc4088
05-21 14:00:36.117 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 51f39676-4f56-4d9f-b3fe-0f65b4987926
05-21 14:00:36.118 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:36.118 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 448e02ca-cf2f-4a04-9981-b9a70c8fa3fa
05-21 14:00:36.119 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 93235c48-542e-40d9-8ad6-7ac74020a277
05-21 14:00:36.124 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:36.125 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9c4400fd-bf8e-491a-91fc-97851be0957b
05-21 14:00:36.125 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5d87f163-df5f-47c6-b51f-7e0a68e780fa
05-21 14:00:36.125 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 12667032-ddf9-4dab-9801-415f86cde20e
05-21 14:00:36.125 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=95686a62-0188-42f7-829f-c5206fdc5ac0,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f1c9a9e6-ccf2-4bbf-8e63-c17780344f4a
05-21 14:00:36.137 9128 9140 W System : A resource failed to call release.
05-21 14:00:36.139 9128 9140 W System : A resource failed to call release.
05-21 14:00:36.144 6276 6287 W System : A resource failed to call release.
05-21 14:00:36.144 6276 6287 W System : A resource failed to call release.
05-21 14:00:36.144 6276 6287 W System : A resource failed to call release.
05-21 14:00:36.295 9128 9128 I Choreographer: Skipped 34 frames! The application may be doing too much work on its main thread.
05-21 14:00:36.372 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:36.372 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DinnerRow')) && (TestTag = 'DinnerButton'); position: 0; useUnmergedTree: false.
05-21 14:00:36.386 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:36.386 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:00:36.559 9128 9288 D EGL_emulation: app_time_stats: avg=21.21ms min=8.95ms max=193.72ms count=40
05-21 14:00:36.574 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:36.574 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:00:36.616 9128 9128 I Navigation: Navigating to Nutrition
05-21 14:00:36.622 9128 9128 V Additional Meal Information: Done
05-21 14:00:36.629 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:36.629 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 14:00:36.687 848 966 D EGL_emulation: app_time_stats: avg=15.04ms min=6.68ms max=30.68ms count=58
05-21 14:00:37.476 9128 9128 I Choreographer: Skipped 49 frames! The application may be doing too much work on its main thread.
05-21 14:00:37.557 9128 9145 I OpenGLRenderer: Davey! duration=873ms; Flags=0, FrameTimelineVsyncId=248842, IntendedVsync=7409372252229, Vsync=7410188918863, InputEventId=0, HandleInputStart=7410197623909, AnimationStart=7410197627756, PerformTraversalsStart=7410197893741, DrawStart=7410199288695, FrameDeadline=7409388918895, FrameInterval=7410196815809, FrameStartTime=16666666, SyncQueued=7410229470918, SyncStart=7410244667380, IssueDrawCommandsStart=7410245417796, SwapBuffers=7410248595462, FrameCompleted=7410260902330, DequeueBufferDuration=4720481, QueueBufferDuration=366571, GpuCompleted=7410248595462, SwapBuffersCompleted=7410260902330, DisplayPresentTime=0, CommandSubmissionCompleted=7410248595462,
05-21 14:00:37.561 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:37.561 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 14:00:37.581 848 904 D SplashScreenView: Build android.window.SplashScreenView{b0334e7 V.E...... ......ID 0,0-0,0}
05-21 14:00:37.581 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:37.581 848 904 D SplashScreenView: Branding: view: android.view.View{c261894 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:37.619 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:37.619 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b556ce9 in: PAUSED
05-21 14:00:37.641 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@b556ce9
05-21 14:00:37.731 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:37.743 848 966 D EGL_emulation: app_time_stats: avg=617.76ms min=2.14ms max=8064.77ms count=14
05-21 14:00:37.745 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:00:37.937 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:37.944 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +356ms
05-21 14:00:38.029 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:38.031 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:38.031 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:38.054 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:38.054 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:38.054 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:38.055 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:38.055 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:38.059 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=207, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@40f856
05-21 14:00:38.061 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:38.092 438 459 W TransactionTracing: Could not find layer id 2868
05-21 14:00:38.102 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:cdc7085f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:38.103 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:cdc7085f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:38.111 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:38.119 848 966 D EGL_emulation: app_time_stats: avg=73.66ms min=12.67ms max=881.50ms count=19
05-21 14:00:38.120 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:38.121 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:38.121 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:38.121 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:38.197 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b556ce9 in: STOPPED
05-21 14:00:38.223 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@b556ce9
05-21 14:00:38.365 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b556ce9 in: DESTROYED
05-21 14:00:38.366 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:38.368 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9bdc6f7
05-21 14:00:38.420 595 2358 W InputManager-JNI: Input channel object '32e349 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:38.454 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b7507e
05-21 14:00:38.459 595 2387 W InputManager-JNI: Input channel object '91d0c4 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:38.504 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6aa78be]
05-21 14:00:38.505 9128 9160 I TestRunner: finished: nutritionalInformationIsShown(com.github.se.polyfit.ui.flow.AddMealFlowTest)
-
8.16 s
passedadditionalMealInfoIsShown
-
05-21 14:00:38.512 9128 9160 I TestRunner: started: additionalMealInfoIsShown(com.github.se.polyfit.ui.flow.AddMealFlowTest)
05-21 14:00:38.525 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2c7f553]
05-21 14:00:38.529 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@dec0fac
05-21 14:00:38.534 595 838 W InputManager-JNI: Input channel object '7638e06 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:38.548 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:38.570 848 904 D SplashScreenView: Build android.window.SplashScreenView{998289 V.E...... ......ID 0,0-0,0}
05-21 14:00:38.570 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:38.570 848 904 D SplashScreenView: Branding: view: android.view.View{618828e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:38.586 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:38.629 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d0def2 in: PRE_ON_CREATE
05-21 14:00:38.630 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:38.678 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:38.681 1728 2211 E HwDetectorWithState: a: 3
05-21 14:00:39.102 848 966 D EGL_emulation: app_time_stats: avg=81.93ms min=5.83ms max=638.69ms count=15
05-21 14:00:39.131 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fe210 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:39.131 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 254032c1-65c1-4f6c-855f-a49a1b659f04
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ba2dade-e8a5-4f15-bac5-7f1bcf053cf4
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d40009d7-8e3e-4451-93fc-82a8cdf5e133
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97509aa6-8327-4005-bbad-329ab74572fc
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f8eab3d-4ad7-443b-a05b-e707d8eacbd2
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4d105fb6-223e-4cb3-be90-ae6f49e51dc7
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58148bd4-8886-4f97-923e-3850b14c8387
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9f9f1b48-c04c-440c-80f3-e1a763f9c0ae
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47b2dd82-bac2-46e7-a8bc-a1f341b6cdb7
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01224264-b5a0-46fe-a0b7-7c4c7d23c08a
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d5efc44-1722-4e95-b0ed-a8d54d327d63
05-21 14:00:39.132 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 63b61f88-f4b7-4e13-8676-293ac2953c72
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f55cb1b1-77e6-4ba2-bedd-4632cbdcea6e
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 14af1c60-1a79-466a-b101-15383da0b5f3
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3a75b0d-e3dc-4bc1-93df-c911e2e6c60c
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: daae2d8d-fb7f-4370-8c97-92aa7f81970a
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed18b057-82e4-4f49-b5f6-832396b0d17c
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 56c58b25-61cf-4a04-8fe1-d826b3cf79e5
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 28e28c03-d677-4be9-9787-bd332ceb7f8a
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 102ff947-3cab-4fa5-9a3e-3c8a92e586ba
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 826498a3-a76c-4dad-b38f-e95059527302
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b95e564e-1b13-4a06-84ce-6cfd5d0d1aaf
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 53637995-8e1f-424a-9edf-78b51e2ded5e
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6b86718-8c81-4e6a-b6c9-08e80a982a14
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea1bbe3e-e2fe-42e1-b5ed-35c155d017e5
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 72afac51-9286-4e7a-a7e1-bba95b8cdd96
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c1a1e57a-edd5-446b-8291-503e8a1f948f
05-21 14:00:39.133 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e75bca5a-5b79-4cb6-ade4-c94671955273
05-21 14:00:39.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47c05edc-2fa4-4179-bfe9-8847bd823551
05-21 14:00:39.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e40d0d51-31bb-4da9-bb12-d9dba48d69b0
05-21 14:00:39.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2dff1c20-8654-482c-8b89-ddf3fb74f765
05-21 14:00:39.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e616509f-97c9-4f13-9509-797615f516cf
05-21 14:00:39.134 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:39.134 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4394ed8c-d10d-4c79-9b13-7c9d04045f55
05-21 14:00:39.135 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:39.135 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f6642dec-9e9d-4a5e-a888-f4376012dff3
05-21 14:00:39.137 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4a96a47b-d057-4aa0-b19f-28fd84ae7f55
05-21 14:00:39.137 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:39.138 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a1cde3ac-9b47-4825-968e-d98d482931d4
05-21 14:00:39.138 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 59500e7e-a8a8-4e90-b8e6-2f17a65cd2d9
05-21 14:00:39.139 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:39.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d1a90239-505c-4117-a5e0-17cf5ffa6542
05-21 14:00:39.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5215d5a4-b0e7-4c0e-9001-59343d8a83cf
05-21 14:00:39.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a77d5ad6-5e56-4161-a0be-d71d3c3322d3
05-21 14:00:39.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=cb036e79-71ec-4845-b1ac-18c28b6d77e6,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2ef65661-1906-4ab6-853c-1b2bf0115ab9
05-21 14:00:39.163 848 966 D EGL_emulation: app_time_stats: avg=26.61ms min=3.50ms max=163.69ms count=33
05-21 14:00:39.279 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d0def2 in: CREATED
05-21 14:00:39.297 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1d0def2
05-21 14:00:39.321 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d0def2 in: STARTED
05-21 14:00:39.336 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1d0def2
05-21 14:00:39.389 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d0def2 in: RESUMED
05-21 14:00:39.403 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1d0def2
05-21 14:00:39.511 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:39.513 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +957ms
05-21 14:00:39.529 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a264bbc9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:39.530 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:39.530 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:a264bbc9: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:39.564 595 838 I ImeTracker: com.github.se.polyfit:d3c28748: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:39.564 595 838 I ImeTracker: com.github.se.polyfit:d3c28748: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:39.566 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:39.567 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:39.568 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:39.568 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:39.568 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:39.646 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:39.683 9128 9128 I Navigation: Navigating to AddMeal
05-21 14:00:39.813 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@58ebe45
05-21 14:00:39.814 595 953 W InputManager-JNI: Input channel object '3b09efa Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:39.869 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:39.869 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:40.172 848 966 D EGL_emulation: app_time_stats: avg=15.34ms min=1.19ms max=97.94ms count=50
05-21 14:00:40.329 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:40.329 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientButton')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:00:40.385 9128 9128 V Add Ingredient: Clicked
05-21 14:00:40.849 9128 9288 D EGL_emulation: app_time_stats: avg=44.66ms min=13.84ms max=477.14ms count=30
05-21 14:00:40.959 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:40.959 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:40.963 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616d20 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:40.963 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:40.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a531ac5-128e-4350-b86c-a183c7bb6b33
05-21 14:00:40.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a8af122-ce09-472e-bd84-2b09fce26b8f
05-21 14:00:40.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d349ba69-d418-4852-84b4-1ef44fcb014a
05-21 14:00:40.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d4ebd120-322d-49db-8f09-41b864743875
05-21 14:00:40.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0eb25041-4314-48b9-aec6-d418c7805f1a
05-21 14:00:40.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd54b8de-7cc2-4f21-8425-deedd6596ad2
05-21 14:00:40.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 87edd287-25b1-4aad-9e15-eef48cd2b8b6
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d58a4ed-397f-4563-b7e9-5760e557c1f0
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 805b3286-ef6f-49a9-b1ba-4d126df7a5a2
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 71d92c1c-7a6d-4901-ac03-3d2cdb117540
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3fde263e-0b90-4629-8cda-871d93d57a12
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: beaea7c8-e199-42f9-8770-62b041de7ce2
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 379138c8-3fca-408a-8b78-739d230dd10c
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c0934fe1-e219-4b8e-b084-31ad0fac13e7
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: abb6ef6b-0f3b-45e0-b65b-229ee713cb71
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8e1e7c1c-276c-47e9-a58c-77524148d4ff
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6bedc04-4d8e-4cb5-9791-d0b48f5a7bff
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21730965-9bb0-41a6-a018-2094e33346c7
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b7a00b8-9b6f-4e44-96a2-d1b6fe5e155b
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54b99444-b209-4eb3-bce2-af3f9bd63a58
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 11d22e0d-3c9d-4fca-9ff1-8e372b7c41f1
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0c3a5d63-ebed-4a72-97d8-9236e8cdc65a
05-21 14:00:40.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a25378e3-39e2-441b-9d1c-3bdd47711d1d
05-21 14:00:40.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d2e4136-1e5b-44f8-8e91-bff0c8d23ed5
05-21 14:00:40.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 56871561-c325-4f2c-af6c-f38993fcc95f
05-21 14:00:40.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ba78a03-b424-41a3-8deb-0b8087126ff6
05-21 14:00:40.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8a873ab5-3014-4367-946d-907936cde17e
05-21 14:00:40.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4a0a9fea-4f73-411e-9a7c-a8ff9c2dc71e
05-21 14:00:40.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62c0ee28-e56e-40fc-9020-dfa58d22e1b0
05-21 14:00:40.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 730018a6-919c-4706-a8be-2187e3b09054
05-21 14:00:40.966 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a09c1eda-0159-442d-9afe-4b65b0ba176a
05-21 14:00:40.966 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 35db7274-b366-4b21-8f7c-ce47bae16582
05-21 14:00:40.966 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:40.966 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3837f955-7ccd-4b7d-aa38-8344e4dbc80f
05-21 14:00:40.966 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:40.966 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fd76915f-eeb1-461d-834b-9fb4f558a032
05-21 14:00:40.967 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 91fb5b3d-1476-45e1-8b89-5d0ba1d2647e
05-21 14:00:40.967 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:40.967 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a89b3c60-32b6-4027-a8e2-d2c4b4f43e00
05-21 14:00:40.967 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 09e3e654-b723-4d4c-9ad0-bd1f9906c84b
05-21 14:00:40.968 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:40.968 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 394aeaa8-1263-44b3-8a3a-a38708c14bdb
05-21 14:00:40.968 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 88018f6a-6dbd-4dfc-a53a-a58afcb92488
05-21 14:00:40.968 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dfee39e6-1993-4535-a7f1-ec0723772a27
05-21 14:00:40.968 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=428e7f03-5c9c-4aaf-82c1-c77e825d1b58,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ad60bbf9-0cd5-4bcc-9d0e-595720eb228b
05-21 14:00:41.047 9128 9128 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread.
05-21 14:00:41.237 848 966 D EGL_emulation: app_time_stats: avg=21.10ms min=7.14ms max=65.99ms count=47
05-21 14:00:41.489 1829 1861 I earchbox:search: Background concurrent copying GC freed 548298(26MB) AllocSpace objects, 1442(26MB) LOS objects, 8% free, 253MB/277MB, paused 106us,105us total 363.397ms
05-21 14:00:41.560 9128 9662 I OpenGLRenderer: Davey! duration=1145ms; Flags=1, FrameTimelineVsyncId=251862, IntendedVsync=7413122252079, Vsync=7413755585387, InputEventId=0, HandleInputStart=7413768120534, AnimationStart=7413768135462, PerformTraversalsStart=7413769275136, DrawStart=7414237013830, FrameDeadline=7413138918745, FrameInterval=7413767181445, FrameStartTime=16666666, SyncQueued=7414253051534, SyncStart=7414253227327, IssueDrawCommandsStart=7414253297747, SwapBuffers=7414253825337, FrameCompleted=7414267665232, DequeueBufferDuration=3917, QueueBufferDuration=231471, GpuCompleted=7414253825337, SwapBuffersCompleted=7414267665232, DisplayPresentTime=288234774265332736, CommandSubmissionCompleted=7414253825337,
05-21 14:00:41.586 9128 9128 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread.
05-21 14:00:41.677 595 2433 I ImeTracker: com.github.se.polyfit:b1bcdbfd: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:41.677 595 2433 I ImeTracker: com.github.se.polyfit:b1bcdbfd: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:41.679 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:41.680 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:41.680 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:41.681 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:41.681 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:41.986 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:00:42.036 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:42.038 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:42.038 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:00:42.038 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:42.039 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:42.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:42.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:42.041 9128 9128 I ImeTracker: com.github.se.polyfit:d98e62d8: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:42.041 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:42.041 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:00:42.041 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:42.054 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{b45bfec VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:42.066 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:00:42.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:42.068 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:42.074 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:42.272 9128 9128 I ImeTracker: com.github.se.polyfit:7c119c0c: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:00:42.272 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{b45bfec VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:00:42.275 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 205 ms
05-21 14:00:42.276 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:42.277 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:00:42.278 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:00:42.280 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:00:42.280 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:00:42.280 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:00:42.287 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:00:42.287 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:00:42.288 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:00:42.307 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:42.309 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:42.310 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:00:42.310 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:42.310 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:42.310 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:42.310 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:42.310 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:42.311 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:42.312 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:42.319 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:42.319 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:42.319 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:42.319 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:42.321 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:42.325 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:42.345 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:42.345 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:42.350 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:42.412 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:42.414 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:00:42.441 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:42.441 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:42.444 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:42.490 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:42.526 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:42.577 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:42.594 9128 9128 I ImeTracker: com.github.se.polyfit:7c119c0c: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:42.950 848 966 D EGL_emulation: app_time_stats: avg=570.82ms min=33.34ms max=1595.94ms count=3
05-21 14:00:42.950 9128 9288 D EGL_emulation: app_time_stats: avg=280.52ms min=61.63ms max=634.77ms count=5
05-21 14:00:42.951 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 267 ms
05-21 14:00:42.957 9128 9128 I ImeTracker: com.github.se.polyfit:d98e62d8: onShown
05-21 14:00:42.958 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 253375, 0, CUJ=J
05-21 14:00:42.958 9128 9128 W FrameTracker: Missed SF frame:JANK_SURFACEFLINGER_DEADLINE_MISSED, 253405, 0, CUJ=J
05-21 14:00:42.991 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 14:00:42.992 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:43.171 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:43.226 595 953 I ImeTracker: com.github.se.polyfit:620440a9: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:43.228 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:43.228 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:43.229 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:43.229 9128 9128 I ImeTracker: com.github.se.polyfit:2840591f: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:43.230 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:00:43.230 9128 9128 I ImeTracker: com.github.se.polyfit:2840591f: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:43.231 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:43.231 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292842066, INPUT_SESSION=1716292842041, TRAINING_CACHE_SESSION=1716292842277, IME_SESSION=1716292842276}], ending it now.
05-21 14:00:43.232 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292842066, INPUT_SESSION=1716292842041, TRAINING_CACHE_SESSION=1716292842277, IME_SESSION=1716292842276}], ending it now.
05-21 14:00:43.237 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:43.238 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:00:43.239 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:00:43.239 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:00:43.240 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:43.240 1585 1585 E SessionManager: SessionManager.beginSession():60 Try to begin a session [IME_SESSION] whose parent [INPUT_VIEW_SESSION] hasn't begun.
05-21 14:00:43.241 1829 1861 I earchbox:search: Background young concurrent copying GC freed 58483(5807KB) AllocSpace objects, 1035(19MB) LOS objects, 8% free, 242MB/265MB, paused 2.623ms,118us total 108.625ms
05-21 14:00:43.249 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:43.251 1585 3269 E native : E0000 00:00:1716292833.604500 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:00:43.252 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:43.253 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:43.253 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:43.253 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:43.254 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:43.254 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:43.254 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:43.254 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:43.256 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:43.260 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 14:00:43.260 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 14:00:43.261 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:43.262 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:43.262 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:43.264 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:43.640 9128 9128 I ImeTracker: com.github.se.polyfit:4bf40b83: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:00:43.640 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{b45bfec VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:00:43.651 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 389 ms
05-21 14:00:43.654 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:43.658 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:43.670 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:43.671 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:43.671 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:43.671 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:43.671 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:43.671 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:43.673 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:43.674 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:43.675 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:43.675 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:43.676 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:43.676 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:43.676 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:43.678 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:43.681 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:43.682 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:43.718 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:43.718 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:43.722 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:43.746 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:43.762 9128 9128 I ImeTracker: com.github.se.polyfit:620440a9: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:43.763 1585 1786 D EGL_emulation: app_time_stats: avg=451.71ms min=30.74ms max=715.43ms count=3
05-21 14:00:43.777 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:43.777 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:43.778 595 838 I ImeTracker: com.github.se.polyfit:36cf4502: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:43.793 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:43.823 595 2358 I ImeTracker: com.github.se.polyfit:f422b440: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:43.902 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:00:43.923 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 154 ms
05-21 14:00:43.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:43.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:43.925 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:43.925 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:43.925 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292843261, INPUT_SESSION=1716292843232, IME_SESSION=1716292843654}], ending it now.
05-21 14:00:43.925 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292843261, INPUT_SESSION=1716292843232, IME_SESSION=1716292843654}], ending it now.
05-21 14:00:43.926 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:43.927 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:43.927 1585 1593 I putmethod.latin: Background concurrent copying GC freed 166575(7861KB) AllocSpace objects, 64(3328KB) LOS objects, 49% free, 11MB/23MB, paused 165us,25us total 204.190ms
05-21 14:00:43.927 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:43.929 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:43.949 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022051700_2[12]
05-21 14:00:43.949 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_us_2022101700_1[16]
05-21 14:00:43.949 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_840_2022102600_1[16]
05-21 14:00:43.949 1585 1595 W SP : File ref is being finalized but wasn't closed, file: main_en_gb_2022101700_1[16]
05-21 14:00:43.960 848 966 D EGL_emulation: app_time_stats: avg=16.22ms min=2.23ms max=39.88ms count=45
05-21 14:00:43.963 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:43.973 9128 9128 I ImeTracker: com.github.se.polyfit:4bf40b83: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:43.976 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:00:43.979 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:43.979 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:43.983 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:43.984 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:43.985 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:43.985 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:43.985 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:43.985 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:43.986 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:43.986 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:43.986 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:43.987 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:43.987 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:43.987 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:43.987 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:43.987 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:43.988 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:43.989 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:43.989 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:43.990 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:43.991 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:43.993 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:43.993 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:43.994 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292843926, INPUT_SESSION=1716292843925, IME_SESSION=1716292843980}], ending it now.
05-21 14:00:43.994 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:43.994 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:43.995 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292843926, INPUT_SESSION=1716292843925, IME_SESSION=1716292843980}], ending it now.
05-21 14:00:43.996 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:43.997 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.001 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:44.001 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:44.003 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.011 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:44.011 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:44.012 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:44.013 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:44.013 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:44.013 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:44.013 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:44.013 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:44.013 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:44.013 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:44.013 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 99cf9842-a8eb-43e9-acb7-950386c05a18
05-21 14:00:44.013 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:44.013 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:44.013 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef12ed98-66fd-4eb6-8c4a-518a33856197
05-21 14:00:44.013 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:44.013 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5816a1ed-7dc9-4c62-b197-352fd6dce819
05-21 14:00:44.014 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f8480 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b144cba-d083-4516-b769-33773efeb3dd
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a15768ff-ed42-4481-987a-7f2926906237
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54db86a0-4eb5-460f-af6e-9bcfed9c8a62
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e674d18d-e1c7-4da9-a786-c03652b87e7c
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d5f47bea-97d5-445d-99bc-2eb9354453f9
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 446b6956-cd3b-48c4-9f5e-e041c25fec4b
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 961d52b6-c5bf-4789-9dfb-09ae6351dc06
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1c25fe67-e3ab-40f5-8157-d6b0b824f5ea
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f5463900-bb7b-4982-a7f8-ee21455fa6c4
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb70e222-b795-400e-8587-30cd1a7998e2
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54f29867-7a81-41b6-9ec1-71be0fa8b7eb
05-21 14:00:44.014 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d449c47b-2528-4958-b09c-8a90038cecd3
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cfe6746e-0ee3-466b-9a29-ee3219c5026d
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d4fb74e5-a85c-4f55-8387-e41887474f98
05-21 14:00:44.014 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b9071ac-5e04-40db-9ea3-ceaf97cc6467
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8116e3fe-2789-42f6-b4be-bc639e4a11d4
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3875dec3-a840-4147-9995-edd5119226b0
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca5ff1d5-f51d-4c1d-be6e-eb40a3d70e03
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 769e87ea-ce9d-4688-afef-e9ab37131a7b
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 497a8055-6196-490a-8893-23f5b27618b8
05-21 14:00:44.015 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4336b999-3292-473c-ad47-de18045e60f6
05-21 14:00:44.015 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab0aeddf-8f80-4442-ab17-b3175c0d543e
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5e154324-cef0-4607-a37f-32633b6898c2
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a950440d-3590-4eea-93ad-392fe9b9221a
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a6613b3-a1fe-4b01-bd48-6210050a6044
05-21 14:00:44.015 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cda5d08d-9b93-4f11-b73e-5bf74fdee00f
05-21 14:00:44.015 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c46dbcd-57d1-4753-9321-5546ad8acdb5
05-21 14:00:44.015 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:44.016 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 99025d5b-2bd0-41c0-8ceb-6343e1dbc803
05-21 14:00:44.016 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c29f6f8e-d966-420e-81ae-73bad9adcacd
05-21 14:00:44.016 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:44.016 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:44.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a470ea51-76d3-4f1b-8611-ed89c9b1e76e
05-21 14:00:44.017 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:44.021 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:44.021 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:44.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 25071561-1498-4f1a-8b11-e1a194cfbb41
05-21 14:00:44.029 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.029 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.029 9128 9128 I ImeTracker: com.github.se.polyfit:36cf4502: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:44.029 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7926ed34-6c6b-41e4-b937-e82d6d0fd293
05-21 14:00:44.030 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:44.030 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b61c84ff-146c-43de-bb20-76e5355eeced
05-21 14:00:44.030 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3a72b667-6428-49b1-aaf3-dd9f6c2c6727
05-21 14:00:44.032 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:44.033 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 636f3287-c010-4cda-8bf0-86c64934d21a
05-21 14:00:44.033 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ba9b6936-af44-4feb-a9f3-3619d03bd4e4
05-21 14:00:44.033 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 304eea75-d1c3-448f-a489-e22de7f01e01
05-21 14:00:44.033 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=ec209d6e-32d7-4783-8b3c-60c190564fb2,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dacc4e15-4f1a-404f-b840-0ade7d261a9d
05-21 14:00:44.033 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.046 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.046 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.050 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.056 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:44.066 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.066 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.068 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.070 6276 6287 W System : A resource failed to call release.
05-21 14:00:44.070 6276 6287 W System : A resource failed to call release.
05-21 14:00:44.070 6276 6287 W System : A resource failed to call release.
05-21 14:00:44.070 9128 9128 I ImeTracker: com.github.se.polyfit:f422b440: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:44.110 595 1960 I ImeTracker: com.github.se.polyfit:7e510f98: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:44.111 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:44.111 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:44.111 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:44.111 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:44.112 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292843996, INPUT_SESSION=1716292843995, IME_SESSION=1716292844011}], ending it now.
05-21 14:00:44.112 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292843996, INPUT_SESSION=1716292843995, IME_SESSION=1716292844011}], ending it now.
05-21 14:00:44.113 9128 9128 I ImeTracker: com.github.se.polyfit:d692b1f3: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:00:44.113 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:00:44.113 9128 9128 I ImeTracker: com.github.se.polyfit:d692b1f3: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:44.115 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:44.116 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:44.117 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:44.117 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.160 9128 9288 D EGL_emulation: app_time_stats: avg=201.66ms min=47.85ms max=591.79ms count=6
05-21 14:00:44.337 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:00:44.353 1829 1861 I earchbox:search: Background young concurrent copying GC freed 43710(4422KB) AllocSpace objects, 765(14MB) LOS objects, 4% free, 252MB/265MB, paused 124us,80us total 134.484ms
05-21 14:00:44.574 9128 9128 I ImeTracker: com.github.se.polyfit:76581af7: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:00:44.577 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{b45bfec VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:00:44.584 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 467 ms
05-21 14:00:44.590 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:44.591 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:44.593 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:44.594 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:44.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:44.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:44.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:44.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:44.594 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:44.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:44.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:44.595 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.595 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.595 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:44.595 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:44.595 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:44.608 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:44.610 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:44.610 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:44.631 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:44.646 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.647 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.656 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.657 9128 9128 I ImeTracker: com.github.se.polyfit:7e510f98: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:44.657 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.657 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.660 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.665 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:44.676 9128 9128 I ImeTracker: com.github.se.polyfit:76581af7: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:44.682 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:44.682 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 14:00:44.694 595 2431 I ImeTracker: com.github.se.polyfit:578cbdf1: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:44.695 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:44.695 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:44.696 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:44.697 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:44.697 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292844115, INPUT_SESSION=1716292844112, IME_SESSION=1716292844591}], ending it now.
05-21 14:00:44.697 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292844115, INPUT_SESSION=1716292844112, IME_SESSION=1716292844591}], ending it now.
05-21 14:00:44.699 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:44.700 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:44.701 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:44.702 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.736 595 2431 I ImeTracker: com.github.se.polyfit:69d3566a: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:00:44.788 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:00:44.790 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:44.790 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:44.792 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:44.793 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:44.793 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:44.794 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:44.794 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:44.794 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:44.794 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:44.794 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:44.794 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:44.803 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.803 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.803 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:44.803 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:44.804 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:44.804 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:44.805 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:44.805 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:44.816 1585 1786 D EGL_emulation: app_time_stats: avg=258.19ms min=30.36ms max=582.96ms count=4
05-21 14:00:44.817 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.817 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.817 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:00:44.817 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:44.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:44.818 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:00:44.818 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292844699, INPUT_SESSION=1716292844698, IME_SESSION=1716292844791}], ending it now.
05-21 14:00:44.818 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292844699, INPUT_SESSION=1716292844698, IME_SESSION=1716292844791}], ending it now.
05-21 14:00:44.819 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:00:44.820 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.820 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:44.820 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:00:44.822 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.823 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:44.836 9128 9128 I ImeTracker: com.github.se.polyfit:578cbdf1: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:44.837 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:00:44.837 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:00:44.839 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:00:44.839 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:44.840 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = HIDE
05-21 14:00:44.840 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:44.840 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:00:44.840 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:00:44.840 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:00:44.840 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:00:44.840 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:00:44.841 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.841 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:00:44.841 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:00:44.842 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:44.842 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:00:44.843 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:00:44.844 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:00:44.844 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:00:44.850 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.850 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.854 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.857 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.857 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.858 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.861 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.861 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.862 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:00:44.903 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:00:44.903 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:44.903 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:00:44.911 9128 9128 I ImeTracker: com.github.se.polyfit:69d3566a: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:00:44.927 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@51de452
05-21 14:00:44.928 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ad5023
05-21 14:00:44.983 1829 1861 I earchbox:search: Background concurrent copying GC freed 258032(16MB) AllocSpace objects, 1841(33MB) LOS objects, 8% free, 251MB/275MB, paused 217us,40us total 445.073ms
05-21 14:00:44.994 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d769ec70 (UnprojectedRipple) with handle 0x75136762aaf0
05-21 14:00:44.997 595 2431 W InputManager-JNI: Input channel object 'd8ad9ac com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:45.096 9128 9128 I ImeTracker: com.github.se.polyfit:33fe9803: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:45.096 9128 9128 I ImeTracker: com.github.se.polyfit:33fe9803: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:45.144 9128 9288 D EGL_emulation: app_time_stats: avg=89.12ms min=8.73ms max=3389.07ms count=48
05-21 14:00:45.191 595 2431 I ImeTracker: com.github.se.polyfit:3444f27d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:45.201 595 953 I ImeTracker: com.github.se.polyfit:3444f27d: onFailed at PHASE_WM_HAS_IME_INSETS_CONTROL_TARGET
05-21 14:00:45.205 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:00:45.205 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:00:45.206 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:45.207 9128 9128 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 54451987
05-21 14:00:45.207 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:45.207 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:45.207 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:45.208 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:45.208 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@c7d5ff9, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 14:00:45.208 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@ab8deec, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 14:00:45.209 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:00:45.209 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:00:45.216 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:45.216 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:00:45.254 848 966 D EGL_emulation: app_time_stats: avg=29.57ms min=4.70ms max=562.29ms count=36
05-21 14:00:45.256 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:45.256 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:00:45.282 9128 9128 I Navigation: Navigating to AdditionalMealInfo
05-21 14:00:45.288 9128 9128 V Finished: Clicked
05-21 14:00:45.293 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:45.293 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Additional Meal Info Title'); position: 0; useUnmergedTree: false.
05-21 14:00:45.868 848 904 D SplashScreenView: Build android.window.SplashScreenView{bfa4d08 V.E...... ......ID 0,0-0,0}
05-21 14:00:45.868 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:45.868 848 904 D SplashScreenView: Branding: view: android.view.View{93b6ca1 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:45.886 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:45.899 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d0def2 in: PAUSED
05-21 14:00:45.909 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1d0def2
05-21 14:00:45.970 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:46.014 848 966 D EGL_emulation: app_time_stats: avg=526.62ms min=2.87ms max=6228.37ms count=13
05-21 14:00:46.150 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:46.157 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +285ms
05-21 14:00:46.184 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:46.192 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=211, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@f3e4dbc
05-21 14:00:46.201 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:46.201 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:46.201 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:46.202 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:46.203 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:46.299 848 966 D EGL_emulation: app_time_stats: avg=17.58ms min=1.45ms max=125.21ms count=50
05-21 14:00:46.301 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:46.314 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:46.315 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:46.334 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fa880 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:46.341 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:46.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e89ff2ad-4c98-468d-93f1-ed3aac920340
05-21 14:00:46.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 977588c2-70b3-4082-ba9c-b28122d7ca1e
05-21 14:00:46.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbc36221-7508-41c8-9c75-429dedf415a7
05-21 14:00:46.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 53712cd4-77ca-4df0-a885-1240380fcb54
05-21 14:00:46.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b905fe9f-f02a-4285-b95f-4882b974a49d
05-21 14:00:46.343 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9bbd944a-d0ba-40e9-866c-2ddbfc055cf7
05-21 14:00:46.343 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d18614a-29e9-4197-94dc-e4566380bd90
05-21 14:00:46.343 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d5a8e86-6246-4a72-98de-d57ee78f9959
05-21 14:00:46.343 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2c4ca5f6-b952-45d9-a1fb-c155b0a6e227
05-21 14:00:46.343 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cc2e2e15-271d-4b0c-a9bf-84364163894e
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ede599da-b9b9-469f-b8a8-f48251d86a60
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3769a3ba-0338-4023-9460-57138b6597ed
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ec87a30-5a93-4590-ae7d-21a4980d41ec
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3f447bc6-623a-4e3d-815d-a8fd1e0dfbc3
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b5ad009d-72ac-42e7-8e28-c887e2108c4e
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 53e9517c-d26d-4a49-99ab-d5a4b884714d
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc89acda-459d-4034-a352-4286f3eaf491
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01f64002-b1e6-4c40-84d3-18d27ee3bef7
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 12edb0dc-5113-4ed4-a805-07cb5e5c492d
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cbcf62b3-ed30-4c74-9381-f91a0f912eeb
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c9a8bb9-20a6-476e-87f4-7db2a43e2ba6
05-21 14:00:46.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ea43fa2-a383-4622-8465-288217bee746
05-21 14:00:46.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: de84a277-7ea1-4794-95ee-a1490719cb64
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b19976d-6d73-4654-9bb7-28d5910cbbec
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d38ba966-0cda-44e6-b0bf-31aba839401a
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8c08570-e59e-4768-b42a-21e3a3accbd5
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ece03fd-a5d4-4acf-8309-ccc20a09e7ca
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 325b8ed9-e69b-4cf9-97ce-da0256c09da0
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2ecd10f-dbc7-4c27-b589-e71009ea09d1
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7b3d6d2-649f-46eb-8875-abed44b9294f
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f747ee33-10ee-4a52-90aa-87d1aae8f01c
05-21 14:00:46.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3e0ad2be-9f78-4223-839c-01537852da0e
05-21 14:00:46.347 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:46.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b528bf26-19ac-4b1c-b141-e6212786f099
05-21 14:00:46.347 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:46.348 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 50165190-c3f0-4e0b-a735-4ef3974142d5
05-21 14:00:46.348 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f19efa3e-2cd4-497f-9a24-ce55521798d1
05-21 14:00:46.348 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:46.348 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 02e9ba44-f9aa-408d-ba4c-d16e46150b11
05-21 14:00:46.348 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1ee911a5-0da5-4510-b330-749de8ddc92e
05-21 14:00:46.350 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:46.350 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 173efab5-6bb5-4d84-8807-6fac1c56ac89
05-21 14:00:46.350 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5234c291-3f37-435d-a45b-8acfa88dbe46
05-21 14:00:46.350 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 47f06e90-617e-4709-a7c0-a2794ded9a51
05-21 14:00:46.350 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=3e3cd4e9-971e-4b05-af90-8b7eac6e2053,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1b3dee2c-31f0-40c6-890f-99af0bc8171f
05-21 14:00:46.472 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d0def2 in: STOPPED
05-21 14:00:46.494 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:af562c66: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:46.494 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:af562c66: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:46.497 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:46.498 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:46.498 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:46.498 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:46.499 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:46.500 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1d0def2
05-21 14:00:46.583 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1d0def2 in: DESTROYED
05-21 14:00:46.584 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:46.586 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fa43523
05-21 14:00:46.612 595 2433 W InputManager-JNI: Input channel object '9e4fa11 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:46.657 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2c7f553]
05-21 14:00:46.660 9128 9160 I TestRunner: finished: additionalMealInfoIsShown(com.github.se.polyfit.ui.flow.AddMealFlowTest)
-
3.79 s
passedingredientScreenIsShown
-
05-21 14:00:46.672 9128 9160 I TestRunner: started: ingredientScreenIsShown(com.github.se.polyfit.ui.flow.AddMealFlowTest)
05-21 14:00:46.675 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c327c23
05-21 14:00:46.702 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@74a0325]
05-21 14:00:46.707 595 2433 W InputManager-JNI: Input channel object '437ad7e Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:46.732 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:46.758 848 904 D SplashScreenView: Build android.window.SplashScreenView{a74f52d V.E...... ......ID 0,0-0,0}
05-21 14:00:46.758 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:46.758 848 904 D SplashScreenView: Branding: view: android.view.View{44e4a62 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:46.882 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@109434c in: PRE_ON_CREATE
05-21 14:00:46.882 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:46.891 1829 1861 I earchbox:search: Background young concurrent copying GC freed 195749(6209KB) AllocSpace objects, 669(12MB) LOS objects, 5% free, 251MB/265MB, paused 878us,30us total 101.686ms
05-21 14:00:46.936 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:46.937 1728 2287 E HwDetectorWithState: a: 3
05-21 14:00:47.201 1738 2255 W TimedProcessReaper: Memory state is: 125
05-21 14:00:47.312 848 966 D EGL_emulation: app_time_stats: avg=22.67ms min=1.49ms max=188.92ms count=35
05-21 14:00:47.355 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:00:47.382 848 966 D EGL_emulation: app_time_stats: avg=134.90ms min=2.77ms max=670.59ms count=10
05-21 14:00:47.570 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@109434c in: CREATED
05-21 14:00:47.592 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@109434c
05-21 14:00:47.620 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@109434c in: STARTED
05-21 14:00:47.654 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@109434c
05-21 14:00:47.727 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@109434c in: RESUMED
05-21 14:00:47.734 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:00:47.742 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@109434c
05-21 14:00:47.880 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 760977(22MB) AllocSpace objects, 9(384KB) LOS objects, 45% free, 27MB/49MB, paused 11.901ms,75us total 126.027ms
05-21 14:00:47.902 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:47.906 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s164ms
05-21 14:00:47.913 9128 9140 W System : A resource failed to call release.
05-21 14:00:47.924 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:74792476: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:47.925 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:74792476: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:47.930 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:47.932 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2513a61
05-21 14:00:47.945 595 2433 W InputManager-JNI: Input channel object '2293c4 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:47.987 595 2433 I ImeTracker: com.github.se.polyfit:7c45aa3c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:47.987 595 2433 I ImeTracker: com.github.se.polyfit:7c45aa3c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:47.992 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:47.994 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:47.994 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:47.994 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:47.997 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:48.124 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:48.200 9128 9128 I Navigation: Navigating to AddMeal
05-21 14:00:48.251 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fc4c3dc
05-21 14:00:48.258 595 2431 W InputManager-JNI: Input channel object '97ea943 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:48.319 848 966 D EGL_emulation: app_time_stats: avg=19.04ms min=2.11ms max=108.75ms count=46
05-21 14:00:48.564 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:48.564 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:49.282 9128 9128 I Choreographer: Skipped 49 frames! The application may be doing too much work on its main thread.
05-21 14:00:49.323 9128 9374 I OpenGLRenderer: Davey! duration=865ms; Flags=0, FrameTimelineVsyncId=257706, IntendedVsync=7421172251757, Vsync=7421988918391, InputEventId=0, HandleInputStart=7422004323960, AnimationStart=7422004327577, PerformTraversalsStart=7422004337044, DrawStart=7422007689927, FrameDeadline=7421205585089, FrameInterval=7422002880426, FrameStartTime=16666666, SyncQueued=7422019559881, SyncStart=7422019822548, IssueDrawCommandsStart=7422020738011, SwapBuffers=7422024129230, FrameCompleted=7422038447615, DequeueBufferDuration=15309, QueueBufferDuration=523303, GpuCompleted=7422024129230, SwapBuffersCompleted=7422038447615, DisplayPresentTime=0, CommandSubmissionCompleted=7422024129230,
05-21 14:00:49.324 848 966 D EGL_emulation: app_time_stats: avg=7.86ms min=1.40ms max=35.12ms count=57
05-21 14:00:49.326 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:49.326 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'IngredientTitle'); position: 0; useUnmergedTree: false.
05-21 14:00:49.331 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:00:49.331 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'IngredientTitle'); position: 0; useUnmergedTree: false.
05-21 14:00:49.334 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:49.334 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:00:49.335 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:00:49.335 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:00:49.340 9128 9160 I KASPRESSO: Operation: Check=ASSERT_CONTENT_DESCRIPTION_EQUALS(description={null}).
05-21 14:00:49.340 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:00:49.343 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:49.343 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:00:49.396 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:49.396 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'IngredientTitle'); position: 0; useUnmergedTree: false.
05-21 14:00:49.445 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x751367604f90 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:49.445 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:49.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 15b7c0b1-fe80-46fa-8b87-3f0477b26f2b
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb27336b-2a25-4a1a-8c99-2f770218513a
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22d86941-d0af-4dce-ae42-7c4f3531fa74
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1f21d82c-f239-4136-9673-0bc439a0057e
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69e327f4-776d-457e-8108-71b3250b95c5
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 168e0064-37e9-4419-8715-d7d74eca5dce
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16d8f422-19c1-4221-8f70-dff0e7f5e8e3
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b1f716ae-ad2e-4f2d-998a-161954e180c0
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1bae541d-9b93-476c-adde-4b1f0c7a745f
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a165eb99-6544-4555-b3d1-67db7cb2264a
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: daff6ded-52c5-4624-9f23-ff183f046b72
05-21 14:00:49.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a12b6a4-5ff1-4d7c-b174-cefe3b01c8bb
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0090b5ea-abfe-4792-af85-8ee5f784f126
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 49ebf6de-fe6a-41de-84f9-0aa737626844
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3ec21320-bf21-4208-b7f4-937137644238
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a9d6c75e-e615-4c9d-8a31-91939c95921f
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8010b00c-fd73-42dc-9e1e-738d283545e7
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4a114125-d888-4636-b81e-c8311cb86bb1
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c85761d0-95c6-46fc-9267-1113355a8bf2
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f6e05e3-7628-4766-a1b2-842daadc4955
05-21 14:00:49.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f595e7f-7bc6-4518-8add-efeab9d98bdf
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fdbb4d83-45f9-4b09-9251-c2cf3d116053
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ed7693d-024f-400b-b387-c84cd3ce7f1c
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 39a614ac-7407-4f63-98cf-6b5e4a936b75
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b0a06603-ece3-46bc-8f26-eed70b5805c2
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 18176a94-6e82-48e5-96ea-e92945bef144
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c77297ec-1279-40a7-ae71-acad48c18158
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5957ea66-ea7e-4122-aee6-e05d1dc80a78
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5048e8d6-9de8-4478-80ca-f669e5603a5b
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 523716e5-21ca-4c88-ba6e-502a0fc5ead6
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 437daf05-5a7a-4a43-a79f-47424dfd49bb
05-21 14:00:49.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1c9581ea-c994-46cb-8289-2f8db091c6fc
05-21 14:00:49.449 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:49.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 91c66d21-9cf4-4745-8c17-19d36c1886f8
05-21 14:00:49.450 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:49.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6436de7c-4473-46ea-9820-30cb6a8425ef
05-21 14:00:49.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: be7d5125-387b-4028-81de-3bd729f5b01a
05-21 14:00:49.451 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:49.451 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 97d405f8-ceb3-4a65-b5d4-8c16815a6a1a
05-21 14:00:49.451 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3bd27ac8-e62d-4d50-8838-58d931a84e90
05-21 14:00:49.452 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:49.452 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cb0e84f6-5564-4fc9-b8b4-8036263cbfee
05-21 14:00:49.453 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0e1c24e2-92c9-422f-af15-03cbcddc8008
05-21 14:00:49.453 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 804d287b-5738-4842-9209-5a7c56e7a449
05-21 14:00:49.453 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=b4028007-a32c-40a1-b6e6-3b1583e0102d,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ec91a297-3597-43b4-b0ff-a04fa51f8a78
05-21 14:00:49.470 9128 9288 D EGL_emulation: app_time_stats: avg=260.25ms min=9.15ms max=849.96ms count=6
05-21 14:00:49.680 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:49.680 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:00:49.682 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:00:49.682 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:00:49.696 848 904 D SplashScreenView: Build android.window.SplashScreenView{97e71c5 V.E...... ......ID 0,0-0,0}
05-21 14:00:49.696 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:49.696 848 904 D SplashScreenView: Branding: view: android.view.View{4dea71a G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:49.719 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:49.724 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@109434c in: PAUSED
05-21 14:00:49.739 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@109434c
05-21 14:00:49.846 848 966 D EGL_emulation: app_time_stats: avg=175.47ms min=9.88ms max=1642.15ms count=14
05-21 14:00:49.847 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:50.013 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:50.018 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +327ms
05-21 14:00:50.060 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:50.076 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=215, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@56ef550
05-21 14:00:50.142 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:50.143 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:50.143 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:50.143 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:50.150 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:50.157 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:50.159 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:50.159 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:50.181 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:00:50.316 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d75f9d10 (UnprojectedRipple) with handle 0x751367642eb0
05-21 14:00:50.359 6276 6287 W System : A resource failed to call release.
05-21 14:00:50.361 6276 6287 W System : A resource failed to call release.
05-21 14:00:50.364 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:c0a2364f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:50.364 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:c0a2364f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:50.364 6276 6287 W System : A resource failed to call release.
05-21 14:00:50.370 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@109434c in: STOPPED
05-21 14:00:50.374 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:50.376 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:50.376 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:50.376 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:50.377 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:50.385 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@109434c
05-21 14:00:50.421 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@109434c in: DESTROYED
05-21 14:00:50.421 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:00:50.421 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:50.422 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@77090b2
05-21 14:00:50.425 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1d17ad4
05-21 14:00:50.429 595 2433 W InputManager-JNI: Input channel object 'f04a1b0 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:50.439 595 838 W InputManager-JNI: Input channel object 'b2ffd38 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:50.452 848 966 D EGL_emulation: app_time_stats: avg=93.40ms min=12.23ms max=651.90ms count=12
05-21 14:00:50.468 595 608 I system_server: NativeAlloc concurrent copying GC freed 255794(7496KB) AllocSpace objects, 22(440KB) LOS objects, 44% free, 30MB/54MB, paused 914us,45us total 205.975ms
05-21 14:00:50.483 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@74a0325]
05-21 14:00:50.486 9128 9160 I TestRunner: finished: ingredientScreenIsShown(com.github.se.polyfit.ui.flow.AddMealFlowTest)
-
6.96 s
com.github.se.polyfit.ui.flow.SettingFlowTest
-
3.14 s
passedsettingScreenIsShown
-
05-21 14:00:50.491 9128 9160 I TestRunner: started: settingScreenIsShown(com.github.se.polyfit.ui.flow.SettingFlowTest)
05-21 14:00:50.698 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:00:50.778 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@1639f7]
05-21 14:00:50.780 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4b859c2
05-21 14:00:50.788 595 2387 W InputManager-JNI: Input channel object '95b1d12 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:50.805 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:50.807 1829 1861 I earchbox:search: Background young concurrent copying GC freed 32476(3247KB) AllocSpace objects, 575(10MB) LOS objects, 4% free, 254MB/265MB, paused 10.475ms,27us total 64.290ms
05-21 14:00:50.815 848 904 D SplashScreenView: Build android.window.SplashScreenView{2d18fcd V.E...... ......ID 0,0-0,0}
05-21 14:00:50.815 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:50.815 848 904 D SplashScreenView: Branding: view: android.view.View{298e082 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:50.836 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:50.852 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@44c14a6 in: PRE_ON_CREATE
05-21 14:00:50.852 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:50.919 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:50.921 1728 2211 E HwDetectorWithState: a: 3
05-21 14:00:51.020 1829 1861 I earchbox:search: Background young concurrent copying GC freed 27784(2782KB) AllocSpace objects, 485(9152KB) LOS objects, 4% free, 253MB/265MB, paused 7.988ms,43us total 31.478ms
05-21 14:00:51.385 848 966 D EGL_emulation: app_time_stats: avg=108.79ms min=11.08ms max=867.38ms count=14
05-21 14:00:51.445 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@44c14a6 in: CREATED
05-21 14:00:51.461 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@44c14a6
05-21 14:00:51.463 848 966 D EGL_emulation: app_time_stats: avg=15.18ms min=1.89ms max=73.65ms count=47
05-21 14:00:51.478 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@44c14a6 in: STARTED
05-21 14:00:51.498 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@44c14a6
05-21 14:00:51.573 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@44c14a6 in: RESUMED
05-21 14:00:51.589 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@44c14a6
05-21 14:00:51.742 438 459 W TransactionTracing: Could not find layer id 3016
05-21 14:00:51.747 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:51.749 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +937ms
05-21 14:00:51.801 595 2358 I ImeTracker: com.github.se.polyfit:cd82d62a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:51.802 595 2358 I ImeTracker: com.github.se.polyfit:cd82d62a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:51.805 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:51.806 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:51.806 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:51.806 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:51.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:51.818 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f228002c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:51.818 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f228002c: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:51.822 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:51.994 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:52.061 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2fea5ef
05-21 14:00:52.062 595 2387 W InputManager-JNI: Input channel object '62e4146 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:52.111 9128 9128 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:00:52.441 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x751367608020 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:52.442 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:52.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7563704b-fd53-4be5-9420-b6072d2e6958
05-21 14:00:52.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cf8c5493-646c-4ce4-912d-3a6ea5ad2887
05-21 14:00:52.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1f9ab99b-c1f6-4d4a-b066-a1e8623491b6
05-21 14:00:52.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3644fc7e-c0e2-4675-8f1f-cf2393b0b8b1
05-21 14:00:52.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da9f6499-d6a5-449a-b09d-911269864784
05-21 14:00:52.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b2139744-476c-417f-ba25-f9c2aad6dc4a
05-21 14:00:52.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c06c2103-2e21-4509-b97c-2f5c197dd19b
05-21 14:00:52.443 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ebfe239-ded3-495a-bf4b-ca985146c0fa
05-21 14:00:52.444 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 84855d04-65ce-4c4d-9bdb-0f5c3227320c
05-21 14:00:52.444 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 270be7af-41f4-4156-bd98-029c1fa0c185
05-21 14:00:52.444 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d89faea7-9d74-4654-a513-21b8134614b5
05-21 14:00:52.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3ccb5670-dfe1-4ab5-8d51-97a7380bb1c7
05-21 14:00:52.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 994b4748-68f6-4312-a6ff-3cbb46473c5e
05-21 14:00:52.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a32334b8-7232-4a62-b8d5-17bc2d3887aa
05-21 14:00:52.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1163ef5e-79b0-4ae1-9b6a-70ce94ef0c5e
05-21 14:00:52.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a994f95a-8e06-4e9e-8250-edd6b15b8211
05-21 14:00:52.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 224914fa-6f9b-4d2b-a0ef-6ca7a76f6b59
05-21 14:00:52.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a55aee0f-6350-4a9e-8848-6a269f8d4503
05-21 14:00:52.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3cbe5c93-9b7a-4c25-8d08-6ea6ff6ff16f
05-21 14:00:52.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5dde244d-9edd-45e6-a42a-b25d0d81e67f
05-21 14:00:52.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a999897-1b39-441b-b972-137d1ab672ce
05-21 14:00:52.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03c03b81-f58f-4dd6-b19a-e1616abf7800
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6a12f8fc-be1d-4580-82e0-da16afa51047
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d9bd4dfa-339b-4de4-93ad-64ee7f810f8a
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b6a8110-b38d-4783-99d6-7eb5a55705d3
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef0a4ff6-1cd3-4ac1-a5c2-ce56d0db36ef
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 622e9acc-bf18-4cc9-9a39-13734de05c24
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df673725-51eb-4b4e-b366-0035c7faf8a9
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 785afa6d-7577-46b8-a484-baa7973d69cc
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4d6a6ba1-2cea-4b56-b50b-f396862361cb
05-21 14:00:52.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3abfab52-eb65-4edd-8dcb-7710c2249e3f
05-21 14:00:52.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 94d3f368-d450-4db2-9cd3-95a92f0f4cb4
05-21 14:00:52.448 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:52.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5d7195dd-7e97-49d2-9b80-b87edc94aa41
05-21 14:00:52.449 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:52.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 82775e1f-e79b-4e63-a1d0-48f2684a8d10
05-21 14:00:52.449 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: def3c106-1dfe-4448-83cf-d1699a525786
05-21 14:00:52.450 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:52.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a9ada156-7bfe-4da8-a5f0-9e195a2ce3ec
05-21 14:00:52.450 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 06517250-cc64-40b5-9257-8fafcf0d3f43
05-21 14:00:52.451 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:52.451 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b2d682a4-46d7-483f-b711-974a3f0e0dfe
05-21 14:00:52.452 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e132026c-ca72-42ce-9529-abd9c781a689
05-21 14:00:52.452 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9c923c98-895e-4f67-91ef-909bd02e2d86
05-21 14:00:52.452 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=52bfabd3-f3ae-49a0-9d4d-19ef77d90231,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f5c35132-4584-4c2e-a26a-e2f31cbdfaa8
05-21 14:00:52.469 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:52.469 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingsScreen')) && (TestTag = 'SettingsTitle'); position: 0; useUnmergedTree: false.
05-21 14:00:52.472 848 966 D EGL_emulation: app_time_stats: avg=15.85ms min=1.48ms max=97.50ms count=50
05-21 14:00:52.496 848 904 D SplashScreenView: Build android.window.SplashScreenView{451555c V.E...... ......ID 0,0-0,0}
05-21 14:00:52.496 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:52.496 848 904 D SplashScreenView: Branding: view: android.view.View{fcb9065 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:52.536 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:52.544 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@44c14a6 in: PAUSED
05-21 14:00:52.570 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@44c14a6
05-21 14:00:52.660 848 966 D EGL_emulation: app_time_stats: avg=87.11ms min=3.67ms max=659.41ms count=14
05-21 14:00:52.681 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:52.874 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:00:52.881 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +386ms
05-21 14:00:52.932 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:52.941 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=219, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@dd09f99
05-21 14:00:52.954 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:52.954 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:52.954 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:52.954 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:52.955 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:53.012 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:00:53.013 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:53.015 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:53.015 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:53.208 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:5c494e0: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:53.227 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:5c494e0: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:53.232 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:53.234 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:53.234 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:53.234 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:53.235 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:53.310 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@44c14a6 in: STOPPED
05-21 14:00:53.333 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2fce1c7
05-21 14:00:53.353 595 953 W InputManager-JNI: Input channel object '87094e2 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:53.387 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@44c14a6
05-21 14:00:53.434 1829 1861 I earchbox:search: Background young concurrent copying GC freed 170582(3994KB) AllocSpace objects, 207(3904KB) LOS objects, 2% free, 259MB/265MB, paused 634us,162us total 256.833ms
05-21 14:00:53.441 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:00:53.476 848 966 D EGL_emulation: app_time_stats: avg=31.39ms min=4.25ms max=120.55ms count=30
05-21 14:00:53.515 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@44c14a6 in: DESTROYED
05-21 14:00:53.522 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:53.525 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a420ceb
05-21 14:00:53.551 595 2433 W InputManager-JNI: Input channel object '250d664 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:53.615 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@1639f7]
05-21 14:00:53.618 9128 9160 I TestRunner: finished: settingScreenIsShown(com.github.se.polyfit.ui.flow.SettingFlowTest)
-
3.82 s
passedaccountSettingsCanShow
-
05-21 14:00:53.623 9128 9160 I TestRunner: started: accountSettingsCanShow(com.github.se.polyfit.ui.flow.SettingFlowTest)
05-21 14:00:53.627 595 2431 W InputManager-JNI: Input channel object '567f8f4 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:53.634 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@7716d7b]
05-21 14:00:53.664 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:53.697 848 904 D SplashScreenView: Build android.window.SplashScreenView{e92a284 V.E...... ......ID 0,0-0,0}
05-21 14:00:53.697 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:53.697 848 904 D SplashScreenView: Branding: view: android.view.View{80b9a6d G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:53.719 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:53.765 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ed80ba in: PRE_ON_CREATE
05-21 14:00:53.765 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:53.805 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:53.809 1728 2287 E HwDetectorWithState: a: 3
05-21 14:00:54.370 848 966 D EGL_emulation: app_time_stats: avg=129.24ms min=6.49ms max=942.11ms count=13
05-21 14:00:54.417 1829 1861 I earchbox:search: Background concurrent copying GC freed 520887(22MB) AllocSpace objects, 922(16MB) LOS objects, 8% free, 256MB/280MB, paused 335us,48us total 746.819ms
05-21 14:00:54.478 848 966 D EGL_emulation: app_time_stats: avg=14.59ms min=1.46ms max=41.27ms count=49
05-21 14:00:54.513 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ed80ba in: CREATED
05-21 14:00:54.525 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@3ed80ba
05-21 14:00:54.537 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ed80ba in: STARTED
05-21 14:00:54.548 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@3ed80ba
05-21 14:00:54.590 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ed80ba in: RESUMED
05-21 14:00:54.600 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@3ed80ba
05-21 14:00:54.714 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:00:54.716 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s43ms
05-21 14:00:54.760 595 2431 I ImeTracker: com.github.se.polyfit:ce23d1d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:54.760 595 2431 I ImeTracker: com.github.se.polyfit:ce23d1d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:54.762 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:54.763 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:54.764 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:54.765 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:54.765 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:54.848 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:00:54.858 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:49c4cdf0: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:00:54.859 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:49c4cdf0: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:00:54.949 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:00:55.026 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3d962f0
05-21 14:00:55.029 595 2431 W InputManager-JNI: Input channel object '56cd4a1 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:00:55.247 1585 1714 I ProtoXDBBufferWrapper: ProtoXDBBufferWrapper.flushToStorage():153 Flushed 18 data item(s) to storage.
05-21 14:00:55.344 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:00:55.344 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'SettingItem'); position: 0; useUnmergedTree: false.
05-21 14:00:55.357 9128 9128 I Navigation: Navigating to AccountSettings
05-21 14:00:55.363 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:00:55.363 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'DisplayName'); position: 0; useUnmergedTree: false.
05-21 14:00:55.408 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:00:55.408 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:00:55.488 848 966 D EGL_emulation: app_time_stats: avg=16.07ms min=1.33ms max=132.88ms count=48
05-21 14:00:55.811 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x751367611d10 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:00:55.811 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:00:55.811 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4108550-6392-4def-b07b-e155bdbe8809
05-21 14:00:55.811 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 36e52364-6a52-4ff8-942a-324db851efaa
05-21 14:00:55.812 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f91d8dc-cc1e-4519-92c3-42e1c81c356a
05-21 14:00:55.812 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09e96fd1-cc38-4623-b620-77aa3f89a510
05-21 14:00:55.812 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ab1cf70-9a47-4123-9427-13d8a23d3727
05-21 14:00:55.812 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc4999e1-8ed8-47b8-baf1-68c09d1740b1
05-21 14:00:55.813 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b0fce72f-8bff-495f-a848-b4540faf44d3
05-21 14:00:55.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b7be701-2b1d-49e9-ab3a-25315c95a290
05-21 14:00:55.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc7a96f1-63f6-4d12-997a-831568327185
05-21 14:00:55.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8c24fe2-fbe4-4594-ac7d-eebe6e1b8990
05-21 14:00:55.814 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9176f130-7f1a-4ed0-a821-a5d61ab998e3
05-21 14:00:55.824 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 87d9355b-56a4-4b81-8b1f-8741f3b9024e
05-21 14:00:55.824 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3653826-bf98-4198-a53d-6c2c8de0e65b
05-21 14:00:55.824 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04628ce4-e985-4dda-9c2d-6c9519d30ef2
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f375b64-47d9-41d0-ae52-7d2793508030
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9924235a-976d-4c13-9279-e2009ccdbe3d
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a41dfdea-938e-4e58-863d-e71e92a006fc
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 529d556e-8e77-47df-9d0e-733af6ea1cd2
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 732aaeb0-68f4-4a8f-88c1-89aa3ae525c8
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2a1e8a6-3df9-4472-b068-3162c8470bcc
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2531a4f0-ec31-45cd-88d4-11007af76c40
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2183ac61-d66a-4cfd-8342-3d76ba061266
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8995a63f-0f99-4a76-b4cf-2bfc81faf754
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b8a4b65-fa2a-4e8c-a004-40219ad1f34b
05-21 14:00:55.825 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 959e78d7-1dec-423e-866a-294aa999b39f
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b7a1108-20e8-4771-9d85-991aa1eb5a35
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a6ecb74-36f5-4dd8-887c-82ed3da9edff
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 549c5c5c-fdb8-452a-bb07-5f0e12538ec5
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0dc9d6cf-35d6-45ec-9d49-8771249e0d98
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a894560f-631d-4b2e-9c97-99e9489bd4ef
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6228c488-e4c1-4e73-aa88-9914a0704297
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a3dd52de-b1be-442b-8793-b4011fdbef2b
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:00:55.826 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3a85aa65-be2f-4ca5-8644-aa7e26af6a55
05-21 14:00:55.827 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:55.827 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a12ee33f-ae19-40c2-887c-cd30a0889b28
05-21 14:00:55.827 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1114ff3b-4a8b-482b-bfde-b3947ce13058
05-21 14:00:55.827 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:55.827 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ddfbb1fe-59ad-4fc7-ac50-d9cd152728c5
05-21 14:00:55.828 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1f1e08bc-4d97-40e4-95e4-2872a972a770
05-21 14:00:55.829 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:00:55.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 63ac5927-73e3-47ee-be93-7fed33eeed1e
05-21 14:00:55.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3eead54a-a7f1-42eb-9bd9-eab166ae7f89
05-21 14:00:55.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a538bfb0-e0f3-4a54-84c9-96f8229fa27e
05-21 14:00:55.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=e940f126-0d29-481c-b8df-f89fde413a84,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d62f4ca9-ee10-4c4f-a493-34f5eddd3011
05-21 14:00:56.155 595 821 D androidtc: Initializing SystemTextClassifier, type = System
05-21 14:00:56.163 848 848 I ClipboardListener: Clipboard overlay suppressed.
05-21 14:00:56.164 1585 10012 D androidtc: Initializing SystemTextClassifier, type = System
05-21 14:00:56.166 1679 2093 I AiAiTranslate: C2T - not in a conversation
05-21 14:00:56.166 1679 1679 I AiAiTextClassifier: onCreateTextClassificationSession = TextClassificationSessionId {657235af-944b-4b42-bd7f-b752182e7fd1}
05-21 14:00:56.268 1679 2312 I AiAiTextClassifier: GenerateLinks did not find valid links, returning empty result
05-21 14:00:56.278 1679 2312 I AiAiTextClassifier: GenerateLinks did not find valid links, returning empty result
05-21 14:00:56.281 848 848 I ClipboardListener: Clipboard overlay suppressed.
05-21 14:00:56.312 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:00:56.482 9128 9128 I Choreographer: Skipped 63 frames! The application may be doing too much work on its main thread.
05-21 14:00:56.535 848 904 D SplashScreenView: Build android.window.SplashScreenView{25e5749 V.E...... ......ID 0,0-0,0}
05-21 14:00:56.535 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:56.535 848 904 D SplashScreenView: Branding: view: android.view.View{c39984e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:56.546 848 966 D EGL_emulation: app_time_stats: avg=19.55ms min=9.09ms max=58.39ms count=50
05-21 14:00:56.569 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:56.572 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ed80ba in: PAUSED
05-21 14:00:56.588 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@3ed80ba
05-21 14:00:56.697 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:56.716 9128 9288 D EGL_emulation: app_time_stats: avg=667.93ms min=65.32ms max=1327.11ms count=3
05-21 14:00:56.722 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 206306(7370KB) AllocSpace objects, 3(60KB) LOS objects, 49% free, 17MB/34MB, paused 296us,65us total 113.150ms
05-21 14:00:56.724 9128 9374 I OpenGLRenderer: Davey! duration=1297ms; Flags=0, FrameTimelineVsyncId=263659, IntendedVsync=7428138918145, Vsync=7429188918103, InputEventId=0, HandleInputStart=7429202663644, AnimationStart=7429202667511, PerformTraversalsStart=7429202671488, DrawStart=7429204068677, FrameDeadline=7428155584811, FrameInterval=7429202247177, FrameStartTime=16666666, SyncQueued=7429215422260, SyncStart=7429215626785, IssueDrawCommandsStart=7429216153499, SwapBuffers=7429237795536, FrameCompleted=7429436208934, DequeueBufferDuration=8926, QueueBufferDuration=2023740, GpuCompleted=7429237795536, SwapBuffersCompleted=7429436208934, DisplayPresentTime=0, CommandSubmissionCompleted=7429237795536,
05-21 14:00:56.898 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:00:56.899 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:00:56.899 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:00:56.899 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:00:56.899 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:00:56.900 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:00:56.904 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=223, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@81e485d
05-21 14:00:56.967 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:00:56.967 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:00:56.968 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:00:56.969 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:00:57.019 848 966 D EGL_emulation: app_time_stats: avg=199.55ms min=2.40ms max=2000.86ms count=13
05-21 14:00:57.019 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:6f3e2ced: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:00:57.019 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:6f3e2ced: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:00:57.033 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:00:57.034 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:00:57.035 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:00:57.035 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:00:57.036 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:00:57.086 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ed80ba in: STOPPED
05-21 14:00:57.102 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@3ed80ba
05-21 14:00:57.343 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ed80ba in: DESTROYED
05-21 14:00:57.344 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:00:57.356 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c53e41a
05-21 14:00:57.362 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5eec268
05-21 14:00:57.369 595 2358 W InputManager-JNI: Input channel object '36094b0 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:00:57.398 595 2431 W InputManager-JNI: Input channel object '118f7e4 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:00:57.444 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@7716d7b]
05-21 14:00:57.446 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5b6d6d2
05-21 14:00:57.447 9128 9160 I TestRunner: finished: accountSettingsCanShow(com.github.se.polyfit.ui.flow.SettingFlowTest)
-
1.99 s
com.github.se.polyfit.ui.navigation.NavigationTest
-
1.38 s
passednavigateToNutrition
-
05-21 14:00:57.463 9128 9160 I TestRunner: started: navigateToNutrition(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:57.539 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:00:57.539 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:00:57.553 848 966 D EGL_emulation: app_time_stats: avg=58.32ms min=3.82ms max=441.25ms count=16
05-21 14:00:57.601 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_652033515.dm': No such file or directory
05-21 14:00:57.752 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:00:57.989 9305 9316 W se.polyfit.test: Suspending all threads took: 7.716ms
05-21 14:00:58.366 1829 1861 I earchbox:search: Background concurrent copying GC freed 246592(15MB) AllocSpace objects, 1626(30MB) LOS objects, 8% free, 253MB/277MB, paused 473us,239us total 807.767ms
05-21 14:00:58.557 848 966 D EGL_emulation: app_time_stats: avg=11.41ms min=1.71ms max=37.94ms count=52
05-21 14:00:58.617 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 613363(20MB) AllocSpace objects, 17(868KB) LOS objects, 42% free, 28MB/49MB, paused 300us,132us total 117.599ms
05-21 14:00:58.652 9128 9162 I FA : Application backgrounded at: timestamp_millis: 1716292856635
05-21 14:00:58.812 9128 9160 I Navigation: Navigating to Nutrition
05-21 14:00:58.833 9128 9160 I TestRunner: finished: navigateToNutrition(com.github.se.polyfit.ui.navigation.NavigationTest)
-
51 ms
passednavigateToAddMealWithIdNull
-
05-21 14:00:58.838 9128 9160 I TestRunner: started: navigateToAddMealWithIdNull(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:58.867 9128 9160 I Navigation: Navigating to AddMeal
05-21 14:00:58.883 9128 9160 I TestRunner: finished: navigateToAddMealWithIdNull(com.github.se.polyfit.ui.navigation.NavigationTest)
-
52 ms
passednavigateToSettingsHome
-
05-21 14:00:58.886 9128 9160 I TestRunner: started: navigateToSettingsHome(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:58.930 9128 9160 I Navigation: Navigating to SettingsHome
05-21 14:00:58.950 9128 9160 I TestRunner: finished: navigateToSettingsHome(com.github.se.polyfit.ui.navigation.NavigationTest)
-
26 ms
passedgoBack
-
05-21 14:00:58.953 9128 9160 I TestRunner: started: goBack(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:58.988 9128 9160 I TestRunner: finished: goBack(com.github.se.polyfit.ui.navigation.NavigationTest)
-
51 ms
passednavigateToAddMeal
-
05-21 14:00:58.997 9128 9160 I TestRunner: started: navigateToAddMeal(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:59.038 9128 9160 I Navigation: Navigating to AddMeal
05-21 14:00:59.055 9128 9160 I TestRunner: finished: navigateToAddMeal(com.github.se.polyfit.ui.navigation.NavigationTest)
-
76 ms
passednavigateToHome
-
05-21 14:00:59.059 9128 9160 I TestRunner: started: navigateToHome(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:59.127 9128 9160 I Navigation: Navigating to Home
05-21 14:00:59.144 9128 9160 I TestRunner: finished: navigateToHome(com.github.se.polyfit.ui.navigation.NavigationTest)
-
102 ms
passednavigateToEditMeal
-
05-21 14:00:59.146 9128 9160 I TestRunner: started: navigateToEditMeal(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:59.212 9128 9160 I Navigation: Navigating to EditMeal/1
05-21 14:00:59.237 9128 9160 I TestRunner: finished: navigateToEditMeal(com.github.se.polyfit.ui.navigation.NavigationTest)
-
226 ms
passedgoBackTo
-
05-21 14:00:59.241 9128 9160 I TestRunner: started: goBackTo(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:59.322 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:00:59.465 9128 9160 I TestRunner: finished: goBackTo(com.github.se.polyfit.ui.navigation.NavigationTest)
-
26 ms
passednavigateToCreatePost
-
05-21 14:00:59.469 9128 9160 I TestRunner: started: navigateToCreatePost(com.github.se.polyfit.ui.navigation.NavigationTest)
05-21 14:00:59.485 9128 9160 I Navigation: Navigating to CreatePost
05-21 14:00:59.501 9128 9160 I TestRunner: finished: navigateToCreatePost(com.github.se.polyfit.ui.navigation.NavigationTest)
-
8.71 s
com.github.se.polyfit.ui.recipe.RecipeCardTest
-
3.29 s
passedassertClickingActionWorks
-
05-21 14:00:59.505 9128 9160 I TestRunner: started: assertClickingActionWorks(com.github.se.polyfit.ui.recipe.RecipeCardTest)
05-21 14:00:59.537 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d29c553]
05-21 14:00:59.565 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:00:59.591 848 904 D SplashScreenView: Build android.window.SplashScreenView{ead8da V.E...... ......ID 0,0-0,0}
05-21 14:00:59.591 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:00:59.591 848 904 D SplashScreenView: Branding: view: android.view.View{4acf10b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:00:59.602 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:00:59.665 6276 6309 D EGL_emulation: app_time_stats: avg=242.45ms min=23.31ms max=2218.43ms count=11
05-21 14:00:59.693 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c3beef2 in: PRE_ON_CREATE
05-21 14:00:59.701 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:00:59.704 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:00:59.718 1728 2211 E HwDetectorWithState: a: 3
05-21 14:00:59.815 595 4824 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:00:59.905 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:00:59.991 6276 6287 W System : A resource failed to call release.
05-21 14:00:59.992 6276 6287 W System : A resource failed to call release.
05-21 14:00:59.992 6276 6287 W System : A resource failed to call release.
05-21 14:00:59.992 6276 6287 W System : A resource failed to call release.
05-21 14:00:59.993 6276 6287 W System : A resource failed to call release.
05-21 14:00:59.993 6276 6287 W System : A resource failed to call release.
05-21 14:00:59.993 6276 6287 W System : A resource failed to call release.
05-21 14:00:59.993 6276 6287 W System : A resource failed to call release.
05-21 14:00:59.993 6276 6287 W System : A resource failed to call release.
05-21 14:01:00.092 848 966 D EGL_emulation: app_time_stats: avg=611.96ms min=20.43ms max=2318.53ms count=5
05-21 14:01:00.095 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:00.095 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:00.095 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:00.095 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:00.096 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 14:01:00.100 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 14:01:00.114 848 966 D EGL_emulation: app_time_stats: avg=153.69ms min=12.55ms max=1191.12ms count=10
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: efab1675-f752-4173-9837-5ad2ffb522a5
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d950c11-d340-47cc-b512-914d34c73baa
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 873a4003-5a05-4307-9093-4367f80248b8
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 820b44e9-0ff9-4c34-bf11-8b0820851b2d
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2b91591-4ef0-4b1d-8489-c1a1583b2644
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dcb4408a-8c3f-49b4-b1ed-96131c8c7425
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2463fe41-93b2-4b73-82e3-ae1abe20b197
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d8d38223-f68f-4cea-a113-c57193abf4f1
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8fcd960d-4fc7-4df2-913a-beae39aa8d5c
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8aa10b93-e4a0-4f32-945f-77e496919e4a
05-21 14:01:00.261 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e31ef2f3-378c-457e-8a4f-a13753a89073
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d2d6608-5d56-40cf-aba6-dfa3e82e88cf
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 71daa9b7-a264-4e0e-a17f-994fd188d376
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0c5a116f-9cfc-4d59-8b7f-3dc113c9c6d0
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6383587f-67a7-4d18-8b30-3fb877600f74
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d8859411-9cff-4a22-9dc3-0e175fae6a9b
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c8866da-eb25-4110-9eb4-89db43bb6168
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d1ce923-2863-41cc-a40e-e645f6d4055e
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0eafe839-2049-473c-8b8f-bb1565111372
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7889ff86-a5bd-4c17-bbeb-7740d02fdf6b
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3631bc50-2131-4a26-88ed-62788a9c10eb
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34ee4f28-5933-423f-8b72-45598a53c8a6
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e7a1976f-99d9-4717-9add-bc8857f374d1
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 61b9ec74-a4dc-45a7-944b-a89dbc797286
05-21 14:01:00.262 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 590b02e5-8e42-4fe8-97e2-56b2dca9e4a7
05-21 14:01:00.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8551a953-92a8-4fc5-8f34-7e02b5fe262d
05-21 14:01:00.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 65ea7c70-8973-4cd5-b5e1-1dae46ad69db
05-21 14:01:00.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b58480b0-4dfe-474c-9a12-09c448fe2c8d
05-21 14:01:00.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b0336a1-78ef-4a7c-83bb-d4ae3be9a2d0
05-21 14:01:00.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a6a2950a-f3a5-4f68-94f1-7718d65ca7f7
05-21 14:01:00.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d992d91e-bdf2-4642-9f15-eca296e2b62b
05-21 14:01:00.263 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b2f8cf2b-f0bb-4f00-b2d3-a11ea308ab64
05-21 14:01:00.264 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:00.264 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cfc8a816-ae58-4343-91de-9c1771b37685
05-21 14:01:00.264 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:00.264 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: be2f21e6-57f4-4d92-9c59-5c03335e2e06
05-21 14:01:00.264 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1fed9364-cfae-4855-9de1-b90dafef7e8a
05-21 14:01:00.265 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:00.265 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4ea8c8c6-8859-447a-ad00-d6818dea1080
05-21 14:01:00.265 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d3e99dfe-5bc4-4b6a-bd32-78f9d2169480
05-21 14:01:00.265 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:00.265 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8269dba0-2bc4-4de9-ad9f-c04ec62a6b31
05-21 14:01:00.265 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 619b3d28-8747-4e48-83d8-b026f258ab09
05-21 14:01:00.265 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4a05d0a2-1fbb-4047-9dd0-d1cf20c4bc08
05-21 14:01:00.265 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=2b500e30-9e0e-490f-8b0b-9150c907dd03,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b8d6997c-dd12-4f75-8b12-5d62f27cee12
05-21 14:01:00.467 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c3beef2 in: CREATED
05-21 14:01:00.482 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@c3beef2
05-21 14:01:00.498 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c3beef2 in: STARTED
05-21 14:01:00.513 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@c3beef2
05-21 14:01:00.572 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c3beef2 in: RESUMED
05-21 14:01:00.587 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@c3beef2
05-21 14:01:00.695 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:00.698 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s124ms
05-21 14:01:00.736 595 838 I ImeTracker: com.github.se.polyfit:1978c5e6: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:00.736 595 838 I ImeTracker: com.github.se.polyfit:1978c5e6: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:00.739 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:00.748 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:00.748 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:6feabc57: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:00.748 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:6feabc57: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:00.749 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x751367619b10 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:00.749 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:00.750 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:00.751 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:00.752 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:00.896 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:01.050 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8ada8a6
05-21 14:01:01.052 595 838 W InputManager-JNI: Input channel object 'a8c9c0f Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:01.101 9128 10030 D TrafficStats: tagSocket(98) with statsTag=0xffffffff, statsUid=-1
05-21 14:01:01.105 377 10031 I resolv : GetAddrInfoHandler::run: {102 102 102 983142 10192 0}
05-21 14:01:01.121 848 966 D EGL_emulation: app_time_stats: avg=14.45ms min=1.04ms max=91.63ms count=48
05-21 14:01:01.122 377 10032 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 14:01:01.124 377 10033 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 14:01:01.128 377 10032 I resolv : res_nsend: used send_dg 70 terrno: 0
05-21 14:01:01.129 377 10032 I resolv : doQuery: rcode=0, ancount=1, return value=70
05-21 14:01:01.133 377 10033 I resolv : res_nsend: used send_dg 58 terrno: 0
05-21 14:01:01.133 377 10033 I resolv : doQuery: rcode=0, ancount=1, return value=58
05-21 14:01:01.138 9128 9128 D RecipeCard: RecipeImage: Easy & Delish! ~ Apple Crumble
05-21 14:01:01.167 377 10035 I resolv : GetAddrInfoHandler::run: {102 102 102 983142 10192 0}
05-21 14:01:01.168 377 10036 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 14:01:01.168 377 10037 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 14:01:01.179 377 10037 I resolv : res_nsend: used send_dg 79 terrno: 0
05-21 14:01:01.179 377 10037 I resolv : doQuery: rcode=0, ancount=3, return value=79
05-21 14:01:01.191 377 10036 I resolv : res_nsend: used send_dg 115 terrno: 0
05-21 14:01:01.191 377 10036 I resolv : doQuery: rcode=0, ancount=3, return value=115
05-21 14:01:01.194 9128 10034 D TrafficStats: tagSocket(101) with statsTag=0xffffffff, statsUid=-1
05-21 14:01:01.499 377 10041 I resolv : GetAddrInfoHandler::run: {102 102 102 983142 10192 0}
05-21 14:01:01.499 377 10042 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 14:01:01.499 377 10043 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 14:01:01.509 377 10042 I resolv : res_nsend: used send_dg 113 terrno: 0
05-21 14:01:01.509 377 10043 I resolv : res_nsend: used send_dg 101 terrno: 0
05-21 14:01:01.509 377 10043 I resolv : doQuery: rcode=0, ancount=2, return value=101
05-21 14:01:01.509 377 10042 I resolv : doQuery: rcode=0, ancount=2, return value=113
05-21 14:01:01.510 9128 10034 D TrafficStats: tagSocket(114) with statsTag=0xffffffff, statsUid=-1
05-21 14:01:01.662 9128 10045 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:02.153 848 966 D EGL_emulation: app_time_stats: avg=16.65ms min=11.21ms max=33.47ms count=57
05-21 14:01:02.166 848 904 D SplashScreenView: Build android.window.SplashScreenView{57ed2bb V.E...... ......ID 0,0-0,0}
05-21 14:01:02.166 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:02.166 848 904 D SplashScreenView: Branding: view: android.view.View{2d6e3d8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:02.186 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:02.200 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c3beef2 in: PAUSED
05-21 14:01:02.213 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@c3beef2
05-21 14:01:02.273 848 966 D EGL_emulation: app_time_stats: avg=140.85ms min=4.59ms max=1315.44ms count=15
05-21 14:01:02.276 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:02.337 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:01:02.437 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:02.438 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +275ms
05-21 14:01:02.465 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:02.465 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:02.465 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:02.465 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:02.466 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:02.469 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:02.470 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=227, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@d772e06
05-21 14:01:02.517 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:02.517 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:02.517 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:02.518 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:02.600 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:f56ea11a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:02.600 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:f56ea11a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:02.604 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:02.605 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:02.605 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:02.605 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:02.605 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:02.648 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c3beef2 in: STOPPED
05-21 14:01:02.665 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@c3beef2
05-21 14:01:02.717 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c3beef2 in: DESTROYED
05-21 14:01:02.718 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:02.720 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@46f7787
05-21 14:01:02.723 595 608 I system_server: NativeAlloc concurrent copying GC freed 176899(5472KB) AllocSpace objects, 8(300KB) LOS objects, 44% free, 30MB/54MB, paused 373us,82us total 171.411ms
05-21 14:01:02.753 595 2387 W InputManager-JNI: Input channel object 'ee83391 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:02.753 1679 1679 I AiAiTextClassifier: onDestroyTextClassificationSession = TextClassificationSessionId {39725f67-2f5c-4b10-b368-6579e99cbcb3}
05-21 14:01:02.789 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d29c553]
05-21 14:01:02.791 9128 9160 I TestRunner: finished: assertClickingActionWorks(com.github.se.polyfit.ui.recipe.RecipeCardTest)
-
3.19 s
passedtestBookmarkButton
-
05-21 14:01:02.802 9128 9160 I TestRunner: started: testBookmarkButton(com.github.se.polyfit.ui.recipe.RecipeCardTest)
05-21 14:01:02.820 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8bddf97
05-21 14:01:02.821 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d647155]
05-21 14:01:02.821 595 2387 W InputManager-JNI: Input channel object 'ef4bcd7 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:02.852 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:02.873 848 903 W FrameTracker: Missed App frame:UNKNOWN: 264, 267735, 0, CUJ=J
05-21 14:01:02.873 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 267735, CUJ=J
05-21 14:01:02.873 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 267771, 62663930, CUJ=J
05-21 14:01:02.873 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 267836, 0, CUJ=J
05-21 14:01:02.874 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 267836, CUJ=J
05-21 14:01:02.874 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 267857, 0, CUJ=J
05-21 14:01:02.874 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 267857, 0, CUJ=J
05-21 14:01:02.874 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 267857, CUJ=J
05-21 14:01:02.874 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 66, 267886, 139259724, CUJ=J
05-21 14:01:02.874 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 267960, 0, CUJ=J
05-21 14:01:02.874 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 267960, 0, CUJ=J
05-21 14:01:02.874 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 267960, CUJ=J
05-21 14:01:02.890 848 904 D SplashScreenView: Build android.window.SplashScreenView{fdd7d81 V.E...... ......ID 0,0-0,0}
05-21 14:01:02.890 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:02.890 848 904 D SplashScreenView: Branding: view: android.view.View{51ee26 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:02.972 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197207(6540KB) AllocSpace objects, 662(12MB) LOS objects, 6% free, 248MB/266MB, paused 107us,52us total 107.354ms
05-21 14:01:03.049 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@678e83c in: PRE_ON_CREATE
05-21 14:01:03.050 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:03.056 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:03.057 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:03.175 848 966 D EGL_emulation: app_time_stats: avg=35.79ms min=2.61ms max=237.98ms count=25
05-21 14:01:03.239 1585 1714 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
05-21 14:01:03.535 848 966 D EGL_emulation: app_time_stats: avg=96.41ms min=11.68ms max=671.11ms count=13
05-21 14:01:03.930 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@678e83c in: CREATED
05-21 14:01:03.953 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@678e83c
05-21 14:01:03.979 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@678e83c in: STARTED
05-21 14:01:03.996 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@678e83c
05-21 14:01:04.063 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@678e83c in: RESUMED
05-21 14:01:04.080 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@678e83c
05-21 14:01:04.182 848 966 D EGL_emulation: app_time_stats: avg=9.90ms min=1.43ms max=33.58ms count=55
05-21 14:01:04.291 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:04.307 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s423ms
05-21 14:01:04.372 595 2387 I ImeTracker: com.github.se.polyfit:ac365616: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:04.372 595 2387 I ImeTracker: com.github.se.polyfit:ac365616: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:04.384 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:04.387 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:04.387 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:04.387 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:04.389 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:04.417 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3bb7def
05-21 14:01:04.423 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a75579c3: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:04.424 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a75579c3: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:04.424 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:04.431 595 2358 W InputManager-JNI: Input channel object '71335e1 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:04.438 9128 9160 W SurfaceComposerClient: Sync transaction timed out waiting for commit callback.
05-21 14:01:04.569 848 966 D EGL_emulation: app_time_stats: avg=88.42ms min=7.85ms max=677.26ms count=11
05-21 14:01:04.620 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@466a980
05-21 14:01:04.624 595 2431 W InputManager-JNI: Input channel object '8cf2a84 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:04.683 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:05.179 848 904 D SplashScreenView: Build android.window.SplashScreenView{39d2a99 V.E...... ......ID 0,0-0,0}
05-21 14:01:05.179 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:05.179 848 904 D SplashScreenView: Branding: view: android.view.View{83bf15e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:05.197 848 966 D EGL_emulation: app_time_stats: avg=12.84ms min=1.90ms max=138.61ms count=45
05-21 14:01:05.202 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:05.215 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@678e83c in: PAUSED
05-21 14:01:05.227 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@678e83c
05-21 14:01:05.314 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:05.342 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:01:05.493 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:05.497 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +324ms
05-21 14:01:05.518 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:05.530 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=231, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@7418d6d
05-21 14:01:05.550 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:05.550 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:05.550 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:05.550 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:05.554 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:05.634 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:05.646 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:05.646 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:05.717 6276 6287 W System : A resource failed to call release.
05-21 14:01:05.717 6276 6287 W System : A resource failed to call release.
05-21 14:01:05.718 6276 6287 W System : A resource failed to call release.
05-21 14:01:05.756 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d75fd090 (UnprojectedRipple) with handle 0x75136760b710
05-21 14:01:05.775 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:1e1d07ff: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:05.775 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:1e1d07ff: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:05.785 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:05.787 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:05.787 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:05.788 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:05.788 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:05.824 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@678e83c in: STOPPED
05-21 14:01:05.868 848 966 D EGL_emulation: app_time_stats: avg=142.47ms min=3.13ms max=742.89ms count=9
05-21 14:01:05.870 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@678e83c
05-21 14:01:05.885 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a3bd2f8
05-21 14:01:05.894 595 2387 W InputManager-JNI: Input channel object '5d79d98 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:05.930 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@678e83c in: DESTROYED
05-21 14:01:05.944 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:05.946 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@99f122
05-21 14:01:05.981 595 2387 W InputManager-JNI: Input channel object '504ee7f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:06.005 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d647155]
05-21 14:01:06.011 9128 9160 I TestRunner: finished: testBookmarkButton(com.github.se.polyfit.ui.recipe.RecipeCardTest)
-
2.23 s
passedtestEverythingIsDisplayed
-
05-21 14:01:06.016 9128 9160 I TestRunner: started: testEverythingIsDisplayed(com.github.se.polyfit.ui.recipe.RecipeCardTest)
05-21 14:01:06.020 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3cb388c]
05-21 14:01:06.037 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x751367606760 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:06.065 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:06.070 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:06.070 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1df3920c-a045-4500-9d3c-d8a0594223be
05-21 14:01:06.071 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f76ffb26-18b9-4400-95c0-8d09d243a684
05-21 14:01:06.071 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f9d3f151-183e-4a5e-8e89-60d4fc9fa616
05-21 14:01:06.072 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 698cdf31-5281-4b2a-90e8-f40db4f616dc
05-21 14:01:06.073 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 94014f95-4f45-41c2-8a3e-e0af593a6fd8
05-21 14:01:06.073 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7c6a51a0-2bfb-4823-bc43-cf4f394d0d13
05-21 14:01:06.074 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e12cf487-6270-4193-912f-b84c5cd15e69
05-21 14:01:06.074 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a7ba63a0-8834-4362-bd50-655f72a993ba
05-21 14:01:06.074 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25c69bfc-2ce2-4b3d-aa43-13111f886bbd
05-21 14:01:06.074 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0c749bdc-b8b5-41ec-a03e-5e0f3ebf98b4
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fd4d1082-cb3d-422e-9abf-73a7bbbdf969
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0f33785-6605-46fa-b995-671dce7287dd
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf21e791-37b6-4e96-80a8-eefde5f289cf
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ebe0dad2-05af-423b-8223-8d524b73a96f
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf30866e-3f3c-455f-9394-7c3c79d38fa9
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8e836bf4-382a-4fee-879e-6987a12f65eb
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3c8c4b11-5f1f-43b3-a607-16ba1a0e2f31
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c80918be-3035-49fc-81c1-73bf06d3551d
05-21 14:01:06.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e12e9a42-cb89-45f2-9792-21f0c0cece19
05-21 14:01:06.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da49cbbe-9319-41d1-ae7f-fb032f99b73a
05-21 14:01:06.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0178e34-06f5-4ca1-ac1a-c80a2a94d5d7
05-21 14:01:06.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 28b59964-b4e3-4883-bb46-dedcb4aa43c0
05-21 14:01:06.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 003cf5a4-8e59-4333-a91a-3ddaf63aba9b
05-21 14:01:06.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed1b1fe7-81a0-4f5d-b310-48bd9c52d9e5
05-21 14:01:06.077 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e6b369a-62c6-4c7c-83ec-7c344bb7e4af
05-21 14:01:06.077 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 834ff0e5-ffb7-4d96-8a6d-11514b2c1b45
05-21 14:01:06.077 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6c9709c-a96f-4d2f-893b-90ebb7cc4d20
05-21 14:01:06.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 602dde86-48f6-42ee-95bb-e1a799c83b80
05-21 14:01:06.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e710ffe1-e78b-4949-b964-7a9cc47a92b8
05-21 14:01:06.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0665eec8-d8c9-4183-a6f4-8f08565f0a45
05-21 14:01:06.079 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d28bdddf-345c-418d-b920-eb8ab5a00537
05-21 14:01:06.080 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ce87ff06-0f08-4eec-a02f-e7eff250af04
05-21 14:01:06.082 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:06.084 848 904 D SplashScreenView: Build android.window.SplashScreenView{6a707a V.E...... ......ID 0,0-0,0}
05-21 14:01:06.084 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:06.084 848 904 D SplashScreenView: Branding: view: android.view.View{3f3402b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:06.084 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 973dbcce-bd83-4e29-a560-6e8e8e75cef8
05-21 14:01:06.085 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:06.086 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0dba3a1c-3c80-4e4f-88a5-a5ed317bbde3
05-21 14:01:06.086 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 359b797c-3109-4373-a2be-09df88780658
05-21 14:01:06.088 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:06.089 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a6340bed-c849-4fc0-8d52-330cb48ef613
05-21 14:01:06.089 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5d1d862c-7c79-4b3d-8e6f-b5f3b33afb1c
05-21 14:01:06.090 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:06.090 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d9b83406-9829-4983-ae62-88f0102a449f
05-21 14:01:06.091 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c3300d86-26bd-424a-a82f-591162471512
05-21 14:01:06.091 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b9cc282f-24e8-4f9b-b91b-a640cac45382
05-21 14:01:06.091 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=56d1696d-3696-4747-8618-bd6a17be61d7,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f8471f1c-f221-40cd-8638-566e46385a70
05-21 14:01:06.146 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@bcf4418
05-21 14:01:06.148 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c8a50af in: PRE_ON_CREATE
05-21 14:01:06.149 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:06.150 595 2387 W InputManager-JNI: Input channel object '1bb9dae com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:06.198 848 966 D EGL_emulation: app_time_stats: avg=28.23ms min=0.99ms max=134.47ms count=29
05-21 14:01:06.226 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:06.228 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:06.276 1829 1861 I earchbox:search: Background young concurrent copying GC freed 182553(5157KB) AllocSpace objects, 416(7848KB) LOS objects, 2% free, 259MB/266MB, paused 5.546ms,97us total 126.741ms
05-21 14:01:06.758 1829 1861 I earchbox:search: Background concurrent copying GC freed 400081(20MB) AllocSpace objects, 1504(27MB) LOS objects, 8% free, 251MB/275MB, paused 112us,52us total 445.406ms
05-21 14:01:06.762 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c8a50af in: CREATED
05-21 14:01:06.779 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@c8a50af
05-21 14:01:06.797 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c8a50af in: STARTED
05-21 14:01:06.813 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@c8a50af
05-21 14:01:06.885 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c8a50af in: RESUMED
05-21 14:01:06.899 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@c8a50af
05-21 14:01:06.997 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:06.999 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +927ms
05-21 14:01:07.036 595 2358 I ImeTracker: com.github.se.polyfit:7e2dae00: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:07.036 595 2358 I ImeTracker: com.github.se.polyfit:7e2dae00: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:07.039 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:07.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:07.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:07.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:07.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:07.049 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:07.050 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3fc14c20: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:07.050 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3fc14c20: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:07.071 848 966 D EGL_emulation: app_time_stats: avg=86.45ms min=2.69ms max=642.07ms count=13
05-21 14:01:07.180 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:07.238 848 966 D EGL_emulation: app_time_stats: avg=16.71ms min=1.31ms max=95.91ms count=46
05-21 14:01:07.319 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:07.319 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'RecipeCard'; position: 0; useUnmergedTree: false.
05-21 14:01:07.332 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a7b235d
05-21 14:01:07.333 595 2431 W InputManager-JNI: Input channel object 'ec67b3b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:07.355 848 904 D SplashScreenView: Build android.window.SplashScreenView{ef4e432 V.E...... ......ID 0,0-0,0}
05-21 14:01:07.355 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:07.355 848 904 D SplashScreenView: Branding: view: android.view.View{c789583 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:07.389 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c8a50af in: PAUSED
05-21 14:01:07.400 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@c8a50af
05-21 14:01:07.402 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:07.468 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:07.591 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 538016(19MB) AllocSpace objects, 16(768KB) LOS objects, 40% free, 29MB/49MB, paused 196us,18us total 121.031ms
05-21 14:01:07.701 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:07.717 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +350ms
05-21 14:01:07.789 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:01:07.831 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:07.832 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:07.832 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:07.839 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:07.843 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=235, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@20d07b9
05-21 14:01:07.845 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:07.845 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:07.845 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:07.846 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:07.846 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:07.966 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:76b30ff4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:07.967 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:76b30ff4: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:07.976 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c8a50af in: STOPPED
05-21 14:01:07.977 1829 1861 I earchbox:search: Background young concurrent copying GC freed 64271(6112KB) AllocSpace objects, 1022(18MB) LOS objects, 8% free, 242MB/265MB, paused 368us,64us total 105.985ms
05-21 14:01:07.995 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:07.996 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:07.997 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:07.997 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:07.997 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:08.017 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@c8a50af
05-21 14:01:08.093 848 966 D EGL_emulation: app_time_stats: avg=100.57ms min=2.11ms max=343.26ms count=10
05-21 14:01:08.111 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c8a50af in: DESTROYED
05-21 14:01:08.112 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:08.114 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ba1896d
05-21 14:01:08.126 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3cc0df5
05-21 14:01:08.140 595 953 W InputManager-JNI: Input channel object '3ea9e83 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:08.185 595 613 W InputManager-JNI: Input channel object '372c9a0 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:08.240 848 966 D EGL_emulation: app_time_stats: avg=31.01ms min=1.56ms max=134.56ms count=27
05-21 14:01:08.242 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3cb388c]
05-21 14:01:08.244 9128 9160 I TestRunner: finished: testEverythingIsDisplayed(com.github.se.polyfit.ui.recipe.RecipeCardTest)
-
10.14 s
com.github.se.polyfit.ui.screen.AdditionalMealInfoTest
-
2.81 s
passedtopBar
-
05-21 14:01:08.258 9128 9160 I TestRunner: started: topBar(com.github.se.polyfit.ui.screen.AdditionalMealInfoTest)
05-21 14:01:08.373 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:01:08.421 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2b33e66]
05-21 14:01:08.423 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f5fff1d
05-21 14:01:08.448 595 953 W InputManager-JNI: Input channel object '865e7ad com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:08.458 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:08.484 848 904 D SplashScreenView: Build android.window.SplashScreenView{b87f7af V.E...... ......ID 0,0-0,0}
05-21 14:01:08.484 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:08.484 848 904 D SplashScreenView: Branding: view: android.view.View{6b5f7bc G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:08.519 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:08.568 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f1c0231 in: PRE_ON_CREATE
05-21 14:01:08.569 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:08.643 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:08.646 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:08.899 1829 1861 I earchbox:search: Background young concurrent copying GC freed 203928(7619KB) AllocSpace objects, 909(16MB) LOS objects, 7% free, 246MB/265MB, paused 670us,89us total 161.738ms
05-21 14:01:08.931 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616150 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:08.931 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:08.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 49ef048f-9870-403d-802b-9e80a408407d
05-21 14:01:08.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c73b44e0-929e-4bcc-aa61-9194c1fd25e3
05-21 14:01:08.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b7277a4-2427-481e-9e42-62c22fc7800a
05-21 14:01:08.931 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b671c54-31d2-4ebc-89a1-148d16492a39
05-21 14:01:08.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 745ac4b6-1c66-4e16-8998-3113ddb68d26
05-21 14:01:08.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 32899577-b070-4dd8-80d8-d70a2c7fe4cc
05-21 14:01:08.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86704980-7dfa-4da0-972f-e05a58a49276
05-21 14:01:08.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 612c7347-cfa8-499f-8630-2a8cbcd301f2
05-21 14:01:08.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0aa9203-930d-4478-9a5a-32a86690d39a
05-21 14:01:08.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92d0b884-1aac-47c3-bce6-ce14de0e0bea
05-21 14:01:08.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e5dcc75e-ad00-4d1b-85e6-d3927882c5e0
05-21 14:01:08.932 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fe46344c-99d0-40f9-bb7d-de72c3958fd2
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cfa830ee-e098-4989-a960-535e0eae556a
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a07004f1-221f-4d98-a159-5f550db60473
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f578940-b6ca-4701-ac59-9d752d6f81e7
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5c6f714e-1b95-445b-93ee-4645dbf0972e
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a43e9e24-29cc-45ab-bd3b-b91ae750e00c
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d4c77ba1-27a9-41dd-b97c-dfe195e0499a
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ef056f4-7cbf-4eb4-ac99-c86afdd2dfd2
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b093a3e6-d82c-4362-92ee-36b1e39639ef
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 591f0f45-6975-43b1-a46f-98e146bb95af
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79ea3daa-e2d6-4e2c-b2b0-d577e39d5d2f
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df253e59-294d-4f40-b28b-861f1fc771a3
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8267642-cc48-4e9d-86eb-0d7d850ccab0
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 243b4865-3730-4516-a36c-61698e45bd6a
05-21 14:01:08.933 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 49316cce-e43c-4187-82ec-46a8c19a0894
05-21 14:01:08.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 758762c1-be84-4941-9a7c-ec0f209df98b
05-21 14:01:08.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffcef112-10f2-4dc8-993b-91f241498474
05-21 14:01:08.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 283fd697-d9d2-4e1f-9e9d-04a87ce9ee63
05-21 14:01:08.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e569386-41e4-4278-a1a2-7b230d636278
05-21 14:01:08.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e280e062-7422-4a6d-af97-eae4416c6a61
05-21 14:01:08.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5c83288f-c739-41c7-9238-6f58d308ab47
05-21 14:01:08.934 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:08.934 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 54050ae4-c290-4ab2-ab2a-2bdc1c3fa4b3
05-21 14:01:08.935 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 14:01:08.935 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 823f1fdb-57d1-4508-bd54-2880357945d5
05-21 14:01:08.935 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 32c6dc5d-2a04-4b25-92be-743ca72c7814
05-21 14:01:08.936 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:08.936 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 84a8dc08-b8bd-4f4e-b1d3-ca3d63a677d4
05-21 14:01:08.936 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c9d8d8cb-eebe-44c6-abb9-eb92591d8348
05-21 14:01:08.937 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:08.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 58684a05-8f62-4748-9e68-f161cf88b23c
05-21 14:01:08.953 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8aadd0c7-95fa-4f59-9f8f-67077e72f501
05-21 14:01:08.954 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 74b035d6-cf78-4c7e-b614-44ca0d8ed015
05-21 14:01:08.954 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=643a4071-b456-4ade-8b7c-c155fc904669,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 143e28b1-7e31-4bdd-afe2-9f39bac92b5c
05-21 14:01:09.098 848 966 D EGL_emulation: app_time_stats: avg=200.90ms min=37.49ms max=774.97ms count=5
05-21 14:01:09.248 848 966 D EGL_emulation: app_time_stats: avg=18.35ms min=1.71ms max=110.55ms count=44
05-21 14:01:09.369 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f1c0231 in: CREATED
05-21 14:01:09.388 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@f1c0231
05-21 14:01:09.407 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f1c0231 in: STARTED
05-21 14:01:09.421 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@f1c0231
05-21 14:01:09.479 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f1c0231 in: RESUMED
05-21 14:01:09.492 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@f1c0231
05-21 14:01:09.668 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:09.674 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s196ms
05-21 14:01:09.758 595 953 I ImeTracker: com.github.se.polyfit:7db4eb73: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:09.758 595 953 I ImeTracker: com.github.se.polyfit:7db4eb73: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:09.766 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:09.769 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:09.769 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:09.769 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:09.770 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:09.772 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:af3c88ee: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:09.777 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:af3c88ee: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:09.778 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:09.859 1829 1861 I earchbox:search: Background concurrent copying GC freed 248831(15MB) AllocSpace objects, 1623(29MB) LOS objects, 8% free, 252MB/276MB, paused 420us,30us total 489.366ms
05-21 14:01:09.964 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:09.970 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9ddf666
05-21 14:01:09.976 595 953 W InputManager-JNI: Input channel object '3178797 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:10.206 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:10.206 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Additional Meal Info Title'); position: 0; useUnmergedTree: false.
05-21 14:01:10.214 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:01:10.214 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Additional Meal Info Title'); position: 0; useUnmergedTree: false.
05-21 14:01:10.218 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:10.218 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:01:10.222 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:01:10.222 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:01:10.226 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:01:10.226 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:01:10.254 848 966 D EGL_emulation: app_time_stats: avg=13.14ms min=1.58ms max=90.21ms count=50
05-21 14:01:10.400 848 904 D SplashScreenView: Build android.window.SplashScreenView{6ce8b87 V.E...... ......ID 0,0-0,0}
05-21 14:01:10.400 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:10.400 848 904 D SplashScreenView: Branding: view: android.view.View{5debab4 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:10.419 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:10.440 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f1c0231 in: PAUSED
05-21 14:01:10.456 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@f1c0231
05-21 14:01:10.564 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:10.567 848 966 D EGL_emulation: app_time_stats: avg=108.97ms min=2.48ms max=657.88ms count=13
05-21 14:01:10.788 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:10.790 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +393ms
05-21 14:01:10.811 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:10.812 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=239, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@5af4628
05-21 14:01:10.826 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:10.826 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:10.826 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:10.826 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:10.830 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:10.862 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:10.863 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:10.863 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:10.899 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d75d79e0 (UnprojectedRipple) with handle 0x7513676448f0
05-21 14:01:10.914 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:f27b896a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:10.915 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:f27b896a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:10.918 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:10.920 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:10.920 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:10.920 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:10.920 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:10.941 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f1c0231 in: STOPPED
05-21 14:01:10.955 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@f1c0231
05-21 14:01:10.999 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f1c0231 in: DESTROYED
05-21 14:01:11.000 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:11.002 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@626f19b
05-21 14:01:11.039 595 2358 W InputManager-JNI: Input channel object 'f4eff52 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:11.072 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2b33e66]
05-21 14:01:11.074 9128 9160 I TestRunner: finished: topBar(com.github.se.polyfit.ui.screen.AdditionalMealInfoTest)
-
2.56 s
passedbottomBarEnabled
-
05-21 14:01:11.077 9128 9160 I TestRunner: started: bottomBarEnabled(com.github.se.polyfit.ui.screen.AdditionalMealInfoTest)
05-21 14:01:11.105 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@49f8dd2]
05-21 14:01:11.129 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:11.232 848 904 D SplashScreenView: Build android.window.SplashScreenView{c7765b0 V.E...... ......ID 0,0-0,0}
05-21 14:01:11.232 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:11.232 848 904 D SplashScreenView: Branding: view: android.view.View{5f21c29 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:11.263 848 966 D EGL_emulation: app_time_stats: avg=25.85ms min=2.74ms max=136.16ms count=34
05-21 14:01:11.274 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19b1acd in: PRE_ON_CREATE
05-21 14:01:11.275 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:11.300 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:11.302 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:11.376 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 275542, 0, CUJ=J
05-21 14:01:11.376 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 275542, 0, CUJ=J
05-21 14:01:11.376 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 275542, CUJ=J
05-21 14:01:11.377 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 275571, 0, CUJ=J
05-21 14:01:11.377 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 275571, 0, CUJ=J
05-21 14:01:11.377 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 275571, CUJ=J
05-21 14:01:11.377 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 275593, 111184392, CUJ=J
05-21 14:01:11.377 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 275593, 111184392, CUJ=J
05-21 14:01:11.377 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 66, 275601, 151460905, CUJ=J
05-21 14:01:11.377 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 275610, 121501989, CUJ=J
05-21 14:01:11.378 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 275610, 121501989, CUJ=J
05-21 14:01:11.378 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 66, 275661, 127734858, CUJ=J
05-21 14:01:11.378 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 275697, 0, CUJ=J
05-21 14:01:11.378 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 275697, CUJ=J
05-21 14:01:11.378 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 275727, 0, CUJ=J
05-21 14:01:11.378 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 275727, 0, CUJ=J
05-21 14:01:11.378 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 275727, CUJ=J
05-21 14:01:11.379 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 275772, 86272352, CUJ=J
05-21 14:01:11.409 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:01:11.510 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7e5e19e
05-21 14:01:11.512 595 613 W InputManager-JNI: Input channel object '479b180 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:11.593 848 966 D EGL_emulation: app_time_stats: avg=72.10ms min=9.78ms max=290.36ms count=14
05-21 14:01:11.603 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:11.604 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 963525ce-289d-41f2-b31e-80124b624f27
05-21 14:01:11.605 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d767b602-4ad1-44b5-9fb2-1f8de841a745
05-21 14:01:11.606 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b5914a22-cb97-4a99-8914-dfa7d5a97896
05-21 14:01:11.607 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: caa2dfed-89d2-4ef5-8a77-29dafc7a510d
05-21 14:01:11.607 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 37991017-05b0-454d-9828-4d86d626f849
05-21 14:01:11.607 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6faaa6e9-6ec5-406d-b311-14e79763003f
05-21 14:01:11.607 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 659aa6b2-5ff0-4fdd-b3bf-d4fe71bb1351
05-21 14:01:11.607 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab1a93c1-66bc-4912-92b6-53293a368a72
05-21 14:01:11.607 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 219a1920-9786-42c8-9e7e-6127453eec89
05-21 14:01:11.608 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba5165ef-21a7-4f9f-a656-c4f9635888ef
05-21 14:01:11.608 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a8ca0b4-d938-4410-a03f-94a0f6b820d7
05-21 14:01:11.608 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e61aedac-f4df-46e3-92aa-5a27cffef770
05-21 14:01:11.608 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2f373bc-c4f0-4442-8314-516e0ade7030
05-21 14:01:11.608 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 655f3531-d0e1-4a3a-9891-4e63a4e19ba0
05-21 14:01:11.608 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52a93155-b466-4c67-9171-71b259c66b0c
05-21 14:01:11.608 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aa566748-40fb-46d8-907e-99fbbd305baa
05-21 14:01:11.608 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bc72e660-e256-4a70-8485-b98b3d7abb6f
05-21 14:01:11.609 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d97dc12-e3b3-4f70-9595-085031e5b639
05-21 14:01:11.609 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3eb61baa-f879-48ba-964e-2f101b019319
05-21 14:01:11.609 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 456b297c-6c2f-4d99-b5ba-377b2c1b2501
05-21 14:01:11.609 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ccfa438-4520-4100-b902-2ef9d3c21929
05-21 14:01:11.609 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9bea7dff-b572-426d-97b5-615d5c884c28
05-21 14:01:11.609 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0aaa014a-32bb-4a3c-8f32-fe7bd5e564f8
05-21 14:01:11.610 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4a33717d-91c0-4fef-be98-b24f8f4bf3e7
05-21 14:01:11.610 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 65dcfa6a-e612-4f40-a194-d1ad59561570
05-21 14:01:11.610 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 76f032b0-a351-42c0-9d4a-a0b466eb8ea8
05-21 14:01:11.610 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9fefed8f-99d7-47e6-8b1f-9691765c2203
05-21 14:01:11.610 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7290d9a8-8b06-4a03-9cc6-5333c4f79c61
05-21 14:01:11.610 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 02043ab6-8cc4-48eb-9f87-4100b5e44150
05-21 14:01:11.610 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b750199-fd70-4253-b711-ef0a9e7f0635
05-21 14:01:11.611 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 50fcaf7f-5fcf-464a-95a4-438d3fbefa31
05-21 14:01:11.611 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e6bbf359-c016-4f01-ac87-9027f2eee03e
05-21 14:01:11.611 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:11.611 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6a25353c-f1fc-4ab5-9baf-dd1e0362050a
05-21 14:01:11.612 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:11.612 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 21542790-7b98-4c1c-bde2-63b2ed4de9ae
05-21 14:01:11.612 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0fd25149-d15d-4934-953f-176963734ea4
05-21 14:01:11.613 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:11.613 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b1de34e9-abd3-4bf7-8ba5-fa5fe61d75fa
05-21 14:01:11.613 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 963c67a5-f19a-4d74-b6e2-e7420fe69cef
05-21 14:01:11.615 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:11.615 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c15907fd-d1e7-4e14-94cc-11fa5bf02aeb
05-21 14:01:11.615 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4b40646a-18da-4228-9299-6edca2b1caf6
05-21 14:01:11.615 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 98e7d1e0-b4a6-4088-b9f3-ab6f9bd5a311
05-21 14:01:11.615 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=d5dc3a43-9178-4dcd-80d4-8041bd990078,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0320e1aa-6fa2-4ed6-94d3-998c3cbe6aab
05-21 14:01:11.622 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fce60 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:11.634 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.634 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.634 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.635 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.635 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.635 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.635 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.635 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.635 6276 6287 W System : A resource failed to call release.
05-21 14:01:11.919 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19b1acd in: CREATED
05-21 14:01:11.931 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@19b1acd
05-21 14:01:11.943 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19b1acd in: STARTED
05-21 14:01:11.953 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@19b1acd
05-21 14:01:12.004 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19b1acd in: RESUMED
05-21 14:01:12.016 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@19b1acd
05-21 14:01:12.142 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:12.145 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s9ms
05-21 14:01:12.215 595 2431 I ImeTracker: com.github.se.polyfit:218a1ea2: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:12.215 595 2431 I ImeTracker: com.github.se.polyfit:218a1ea2: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:12.220 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:12.222 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:12.223 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:12.223 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:12.223 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:12.230 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:12.232 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@895e58e
05-21 14:01:12.236 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:c2089298: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:12.236 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:c2089298: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:12.250 595 2431 W InputManager-JNI: Input channel object 'bfe0862 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:12.269 848 966 D EGL_emulation: app_time_stats: avg=25.54ms min=1.79ms max=213.63ms count=34
05-21 14:01:12.420 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:12.462 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7e52cdc
05-21 14:01:12.463 595 838 W InputManager-JNI: Input channel object 'fde08d4 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:12.637 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:12.637 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:01:12.645 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 14:01:12.645 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:01:12.650 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:01:12.650 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:01:12.664 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:01:12.664 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:01:12.756 9128 9128 V Additional Meal Information: Done
05-21 14:01:12.795 848 904 D SplashScreenView: Build android.window.SplashScreenView{930381a V.E...... ......ID 0,0-0,0}
05-21 14:01:12.795 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:12.795 848 904 D SplashScreenView: Branding: view: android.view.View{8bbff4b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:12.819 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:12.859 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19b1acd in: PAUSED
05-21 14:01:12.876 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@19b1acd
05-21 14:01:12.956 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:12.980 848 966 D EGL_emulation: app_time_stats: avg=152.11ms min=12.03ms max=544.07ms count=9
05-21 14:01:13.065 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 127455(5404KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 17MB/34MB, paused 1.533ms,84us total 151.462ms
05-21 14:01:13.161 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:13.165 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +376ms
05-21 14:01:13.247 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:13.249 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=243, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@5463364
05-21 14:01:13.263 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:13.263 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:13.263 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:13.264 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:13.264 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:13.265 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:13.265 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:13.265 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:13.269 848 966 D EGL_emulation: app_time_stats: avg=18.48ms min=1.14ms max=96.68ms count=45
05-21 14:01:13.305 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7622740 (UnprojectedRipple) with handle 0x751367624280
05-21 14:01:13.328 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:f8e2042f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:13.328 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:f8e2042f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:13.335 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:13.336 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:13.343 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:13.343 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:13.346 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:13.368 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19b1acd in: STOPPED
05-21 14:01:13.391 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@19b1acd
05-21 14:01:13.490 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@19b1acd in: DESTROYED
05-21 14:01:13.493 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:13.496 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5a356fb
05-21 14:01:13.560 595 2431 W InputManager-JNI: Input channel object '16c682b com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:13.639 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@49f8dd2]
05-21 14:01:13.645 9128 9160 I TestRunner: finished: bottomBarEnabled(com.github.se.polyfit.ui.screen.AdditionalMealInfoTest)
-
2.48 s
passedeverythingIsDisplayed
-
05-21 14:01:13.658 9128 9160 I TestRunner: started: everythingIsDisplayed(com.github.se.polyfit.ui.screen.AdditionalMealInfoTest)
05-21 14:01:13.682 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@f044cf8]
05-21 14:01:13.720 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2d9326d
05-21 14:01:13.722 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:13.731 595 2431 W InputManager-JNI: Input channel object '55bfc71 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:13.731 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a30e97d
05-21 14:01:13.746 595 2387 W InputManager-JNI: Input channel object '29369e7 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:13.765 848 904 D SplashScreenView: Build android.window.SplashScreenView{c4c8cfd V.E...... ......ID 0,0-0,0}
05-21 14:01:13.765 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:13.765 848 904 D SplashScreenView: Branding: view: android.view.View{83b4df2 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:13.786 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:13.858 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:13.874 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a4a624b in: PRE_ON_CREATE
05-21 14:01:13.874 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:13.875 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:14.163 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:14.163 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f121c6dc-566e-4b6e-a38e-35f9586b5610
05-21 14:01:14.163 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8e6be7f8-8059-43ce-b828-a8d1c84b5895
05-21 14:01:14.163 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d4d8fbf-9f19-47c9-8d2c-542ad8ab2f42
05-21 14:01:14.164 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7da3862-ca78-4689-8456-b23f193ba142
05-21 14:01:14.164 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e952ae6c-6495-4f01-8cfe-85c969fb05f3
05-21 14:01:14.164 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a650 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:14.164 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03062fc3-a51b-47a3-a66b-9c02f27fdc6e
05-21 14:01:14.164 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2320a1fe-f4ab-4fe4-a814-93b9b5bda8a8
05-21 14:01:14.164 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 355e1a6c-c220-4a81-921a-0ea541b833e4
05-21 14:01:14.164 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0abcfc41-7ccb-406a-9e1e-54a0dfb65847
05-21 14:01:14.166 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1aef2d91-5731-4a68-bbab-3bee61314dfe
05-21 14:01:14.167 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 53b14cae-7448-4153-bca8-e445f1e3cdae
05-21 14:01:14.167 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 839693bf-57bb-4419-85fa-c0ca1c23959c
05-21 14:01:14.167 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d22de1b2-4cb3-4bd7-b839-1f82c9a48451
05-21 14:01:14.177 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c4863d3-9172-4000-a3f9-b297e5094648
05-21 14:01:14.178 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33c968cb-730b-49c2-bc79-6c6d12e84977
05-21 14:01:14.179 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2c731683-67b6-4751-b9c9-53cc9289799b
05-21 14:01:14.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 87668000-fc06-4bf8-b665-4f76c7e82450
05-21 14:01:14.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a73dfd42-ce72-48f0-a3b8-2c656c6907b8
05-21 14:01:14.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb3402d8-de11-4665-98ad-682760657e89
05-21 14:01:14.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 59f4de18-e84b-484f-a7b9-cbc4e8bf4b5f
05-21 14:01:14.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef35a2c8-6164-4212-be27-822e8467d2b4
05-21 14:01:14.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4713b51-caf3-401f-a25b-faeaa0d63908
05-21 14:01:14.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 17822b67-8cde-4a1e-911b-f0a59add2ee0
05-21 14:01:14.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed219f24-e2c0-4391-969e-8db3069da576
05-21 14:01:14.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a345ccb8-f9de-4286-857b-1416487f4aa6
05-21 14:01:14.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d683ea2-b828-46b3-b8cf-9530f280cf7e
05-21 14:01:14.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c86b04d8-a715-4fc4-8128-1e3973d15b4d
05-21 14:01:14.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 320eeb08-912c-4bbd-b514-fdcfeb7657f2
05-21 14:01:14.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4ec1e10-275b-4bad-b653-64471a95c034
05-21 14:01:14.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9623d54d-c7b7-4a80-9809-7b26f591da71
05-21 14:01:14.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3c10b916-7167-4ca3-8391-05c4706c3542
05-21 14:01:14.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 016109ce-12f0-49a8-a406-ddf2b3f7745a
05-21 14:01:14.187 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:14.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 16e92e90-0713-462d-8295-7619577fb41c
05-21 14:01:14.189 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:14.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9c68c486-b63e-4cd5-90c4-a4534ceaec7e
05-21 14:01:14.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5c647dec-0cac-4553-8ba4-77aabb89db15
05-21 14:01:14.193 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:01:14.193 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 81b8f70e-a640-4e4d-b1de-b5087182862a
05-21 14:01:14.193 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 11b1114d-bbc4-42c0-a346-390221feb2f2
05-21 14:01:14.195 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:14.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9574e7ac-97e9-4ad2-ba9a-74105dad2646
05-21 14:01:14.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c356b23a-71a7-4247-9fe2-a30cf05467c2
05-21 14:01:14.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 543b82fb-f782-4109-9403-a4992bf91cf5
05-21 14:01:14.196 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=7755efbb-b70b-4811-8d39-f4e067d42077,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ef63a9d1-585c-488c-9a51-748176bc011e
05-21 14:01:14.280 848 966 D EGL_emulation: app_time_stats: avg=23.13ms min=4.02ms max=191.11ms count=33
05-21 14:01:14.303 848 966 D EGL_emulation: app_time_stats: avg=108.57ms min=3.29ms max=650.54ms count=12
05-21 14:01:14.405 1829 1861 I earchbox:search: Background young concurrent copying GC freed 177816(4937KB) AllocSpace objects, 443(8344KB) LOS objects, 3% free, 257MB/265MB, paused 4.015ms,142us total 172.804ms
05-21 14:01:14.702 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a4a624b in: CREATED
05-21 14:01:14.720 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@a4a624b
05-21 14:01:14.743 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a4a624b in: STARTED
05-21 14:01:14.762 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@a4a624b
05-21 14:01:14.849 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a4a624b in: RESUMED
05-21 14:01:14.872 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@a4a624b
05-21 14:01:14.912 1829 1861 I earchbox:search: Background concurrent copying GC freed 388011(19MB) AllocSpace objects, 1315(24MB) LOS objects, 8% free, 247MB/271MB, paused 719us,49us total 440.752ms
05-21 14:01:14.993 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:14.995 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s258ms
05-21 14:01:15.017 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:785cd152: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:15.018 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:15.025 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:785cd152: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:15.037 595 2358 I ImeTracker: com.github.se.polyfit:ddb34eb2: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:15.037 595 2358 I ImeTracker: com.github.se.polyfit:ddb34eb2: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:15.042 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:15.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:15.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:15.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:15.044 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:15.063 9128 9160 W thub.se.polyfit: Suspending all threads took: 7.935ms
05-21 14:01:15.184 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:15.285 848 966 D EGL_emulation: app_time_stats: avg=13.24ms min=1.17ms max=82.37ms count=50
05-21 14:01:15.330 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@559fbf9
05-21 14:01:15.332 595 2358 W InputManager-JNI: Input channel object 'aa4daf2 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:15.457 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:15.457 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'DateSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:15.468 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:15.468 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'MealOccasionSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:15.473 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:15.473 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AdditionalMealInfoContainer')) && (TestTag = 'MealTagSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:15.489 848 904 D SplashScreenView: Build android.window.SplashScreenView{5f84c9e V.E...... ......ID 0,0-0,0}
05-21 14:01:15.489 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:15.489 848 904 D SplashScreenView: Branding: view: android.view.View{244f37f G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:15.519 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:15.520 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a4a624b in: PAUSED
05-21 14:01:15.531 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@a4a624b
05-21 14:01:15.600 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:15.614 848 966 D EGL_emulation: app_time_stats: avg=89.82ms min=2.26ms max=610.25ms count=14
05-21 14:01:15.782 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:15.784 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +298ms
05-21 14:01:15.859 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:15.861 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:15.861 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:15.877 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:15.880 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=247, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@67595db
05-21 14:01:15.893 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:15.893 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:15.893 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:15.894 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:15.895 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:15.942 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:2b591941: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:15.942 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:2b591941: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:15.952 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:15.954 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:15.955 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:15.955 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:15.955 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:16.009 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a4a624b in: STOPPED
05-21 14:01:16.024 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@a4a624b
05-21 14:01:16.074 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a4a624b in: DESTROYED
05-21 14:01:16.074 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:16.076 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@df7556e
05-21 14:01:16.096 595 838 W InputManager-JNI: Input channel object 'c01a18f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:16.130 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@f044cf8]
05-21 14:01:16.133 9128 9160 I TestRunner: finished: everythingIsDisplayed(com.github.se.polyfit.ui.screen.AdditionalMealInfoTest)
-
2.28 s
passedbottomBarDisabled
-
05-21 14:01:16.137 9128 9160 I TestRunner: started: bottomBarDisabled(com.github.se.polyfit.ui.screen.AdditionalMealInfoTest)
05-21 14:01:16.153 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@da3c8b7]
05-21 14:01:16.171 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:16.179 1829 1861 I earchbox:search: Background young concurrent copying GC freed 64641(6160KB) AllocSpace objects, 1025(18MB) LOS objects, 8% free, 242MB/265MB, paused 11.220ms,64us total 90.186ms
05-21 14:01:16.265 848 904 D SplashScreenView: Build android.window.SplashScreenView{ccf2e6b V.E...... ......ID 0,0-0,0}
05-21 14:01:16.265 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:16.265 848 904 D SplashScreenView: Branding: view: android.view.View{61d8dc8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:16.291 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bd79666 in: PRE_ON_CREATE
05-21 14:01:16.291 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:16.319 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:16.320 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:16.359 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4141c11
05-21 14:01:16.364 595 2358 W InputManager-JNI: Input channel object '671487c Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:16.389 848 966 D EGL_emulation: app_time_stats: avg=28.84ms min=2.90ms max=138.92ms count=35
05-21 14:01:16.795 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:16.795 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675e6c90 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:16.796 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eaebb109-e51d-4403-85db-384ef1e7c4c7
05-21 14:01:16.796 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 349db3ea-c7a6-40cb-ae3d-307698a398a9
05-21 14:01:16.796 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 265cb7c3-18b0-4f86-a5f8-49267f5f3f09
05-21 14:01:16.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 152a0ddf-3667-4fae-b0d3-82d1f53d5e88
05-21 14:01:16.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4bd34949-4330-44ac-ab7e-bad27e2dada6
05-21 14:01:16.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aab351fe-e8fd-4160-ac5b-ff56e3c74056
05-21 14:01:16.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9c6cd859-bde6-44d7-a27d-75bd52732d48
05-21 14:01:16.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aa4eb1a3-68b3-4539-944d-2adc8ecedd09
05-21 14:01:16.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 756800c2-9d7b-446a-b22b-a4cedfbffbc4
05-21 14:01:16.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d5e2208-2b8e-4b92-b79e-9f3befe4a85c
05-21 14:01:16.797 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 510d875c-7337-4aeb-92eb-2ceb2dd5ba2a
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6735a982-c7bd-4b4a-ab48-8cebbef7c688
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01b864e9-ad47-458a-a706-ac9a590d100a
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dde70e5a-1828-445d-a92a-205b4f51b013
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f06282c-1e45-4974-889b-aa71dabd1426
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba0eb1fe-4820-4f2f-a3c1-903801f35094
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 59aa047f-98da-43a0-ad1b-2d690099e4f6
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f0471ce-2bb1-4074-9af5-a3d3020de070
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89b5545a-5dad-4839-8509-e3fd88489ce9
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 17b1c7f1-3934-43e8-929a-81e1819c8fde
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22514f9a-225c-4dc0-a738-603064f3137b
05-21 14:01:16.798 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e383662a-c937-45a4-b9d6-8682e1de9f77
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 362ef3d4-f557-4676-a7fb-2421d823829f
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb3209bb-ed38-4b40-b892-f50ef156ab34
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1abc1de2-349a-4714-a76b-83ba070d27b6
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c10df48f-93d5-4310-b31d-f8681058b700
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 95a1cb94-6340-4edd-a5b8-24f73ef7a939
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: babd87fe-4f0f-4252-973f-e7bac33e44ae
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 936018ae-0eb6-4b58-9b1d-25efe17ae270
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f25cef0a-7ea5-40cb-8d76-125a42ebe0d0
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: beda29a4-5ad6-43fc-86e3-c0462b756622
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3a1c5ffb-173b-4d37-bcba-08b23e3727f7
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dfc1fc38-a142-4581-8397-b6a0eb9bf0a4
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1c3d5269-6874-416c-ad9a-ead6cbf8ee24
05-21 14:01:16.799 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 89f26846-8a54-4a6b-a3cc-bb99161c3d3a
05-21 14:01:16.800 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:16.800 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 873d0539-eb37-472b-b919-f604669abd95
05-21 14:01:16.800 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ece066dd-8060-4f9d-b992-4dfcda9453d8
05-21 14:01:16.800 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:16.800 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 74fe6d46-0662-4e3d-95fc-28c89ce4d110
05-21 14:01:16.800 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2dc9f017-7515-4791-9d5d-8cf6c91b8f13
05-21 14:01:16.800 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 67cff513-a357-403a-a036-29f00b031418
05-21 14:01:16.801 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=080ce4a6-f892-497c-961f-92bc66c6ada1,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 66838727-7b9c-49cd-a160-fdac3526543b
05-21 14:01:16.975 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bd79666 in: CREATED
05-21 14:01:16.990 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@bd79666
05-21 14:01:17.007 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bd79666 in: STARTED
05-21 14:01:17.017 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@bd79666
05-21 14:01:17.059 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bd79666 in: RESUMED
05-21 14:01:17.068 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@bd79666
05-21 14:01:17.177 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:17.179 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +990ms
05-21 14:01:17.182 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 534740(18MB) AllocSpace objects, 15(696KB) LOS objects, 37% free, 31MB/49MB, paused 6.216ms,26us total 59.797ms
05-21 14:01:17.233 595 2387 I ImeTracker: com.github.se.polyfit:5d1473da: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:17.233 595 2387 I ImeTracker: com.github.se.polyfit:5d1473da: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:17.245 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:17.247 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:17.247 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:17.248 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:17.248 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:17.256 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:17.265 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3a89a1a6: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:17.266 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3a89a1a6: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:17.270 848 966 D EGL_emulation: app_time_stats: avg=81.57ms min=12.03ms max=672.17ms count=20
05-21 14:01:17.282 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@be0439e
05-21 14:01:17.286 595 613 W InputManager-JNI: Input channel object '1c4cefe com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:17.436 848 966 D EGL_emulation: app_time_stats: avg=23.63ms min=7.13ms max=90.15ms count=41
05-21 14:01:17.474 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:17.534 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8b04647
05-21 14:01:17.535 595 2387 W InputManager-JNI: Input channel object 'ca54b09 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:17.584 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 280821, 0, CUJ=J
05-21 14:01:17.584 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 280821, 0, CUJ=J
05-21 14:01:17.584 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 280821, CUJ=J
05-21 14:01:17.585 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 280843, 47297704, CUJ=J
05-21 14:01:17.585 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 280865, 0, CUJ=J
05-21 14:01:17.585 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 280865, 0, CUJ=J
05-21 14:01:17.585 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 280865, CUJ=J
05-21 14:01:17.585 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 280873, 0, CUJ=J
05-21 14:01:17.585 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 280873, 0, CUJ=J
05-21 14:01:17.585 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 280873, CUJ=J
05-21 14:01:17.586 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 280925, 73133168, CUJ=J
05-21 14:01:17.586 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 280962, 0, CUJ=J
05-21 14:01:17.586 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 280962, 0, CUJ=J
05-21 14:01:17.586 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 280962, CUJ=J
05-21 14:01:17.586 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 280977, 0, CUJ=J
05-21 14:01:17.587 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 280977, CUJ=J
05-21 14:01:17.587 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 280986, 0, CUJ=J
05-21 14:01:17.587 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 280986, 0, CUJ=J
05-21 14:01:17.587 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 280986, CUJ=J
05-21 14:01:17.587 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 281008, 79217008, CUJ=J
05-21 14:01:17.587 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 281008, 79217008, CUJ=J
05-21 14:01:17.724 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:17.724 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:01:17.734 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_ENABLED(description={null}).
05-21 14:01:17.734 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:01:17.740 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:01:17.750 848 904 D SplashScreenView: Build android.window.SplashScreenView{607307d V.E...... ......ID 0,0-0,0}
05-21 14:01:17.750 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:17.750 848 904 D SplashScreenView: Branding: view: android.view.View{f83eb72 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:17.769 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:17.780 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bd79666 in: PAUSED
05-21 14:01:17.790 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@bd79666
05-21 14:01:17.854 6276 6287 W System : A resource failed to call release.
05-21 14:01:17.854 6276 6287 W System : A resource failed to call release.
05-21 14:01:17.854 6276 6287 W System : A resource failed to call release.
05-21 14:01:17.854 6276 6287 W System : A resource failed to call release.
05-21 14:01:17.854 6276 6287 W System : A resource failed to call release.
05-21 14:01:17.854 6276 6287 W System : A resource failed to call release.
05-21 14:01:17.871 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:18.096 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:18.096 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:18.100 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=251, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@22aebab
05-21 14:01:18.101 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:18.102 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:18.135 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:18.135 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:18.135 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:18.135 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:18.136 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:18.140 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:2c1d4ef5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:18.140 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:2c1d4ef5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:18.142 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:18.144 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:18.144 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:18.144 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:18.146 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:18.201 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bd79666 in: STOPPED
05-21 14:01:18.217 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@bd79666
05-21 14:01:18.340 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bd79666 in: DESTROYED
05-21 14:01:18.342 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:18.343 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@110198f
05-21 14:01:18.356 848 966 D EGL_emulation: app_time_stats: avg=181.07ms min=40.33ms max=674.55ms count=6
05-21 14:01:18.368 595 838 W InputManager-JNI: Input channel object 'ff63296 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:18.407 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@da3c8b7]
05-21 14:01:18.410 9128 9160 I TestRunner: finished: bottomBarDisabled(com.github.se.polyfit.ui.screen.AdditionalMealInfoTest)
-
10.44 s
com.github.se.polyfit.ui.screen.CreatePostTest
-
3.01 s
passedeverythingIsDisplayed
-
05-21 14:01:18.432 9128 9160 I TestRunner: started: everythingIsDisplayed(com.github.se.polyfit.ui.screen.CreatePostTest)
05-21 14:01:18.464 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:01:18.478 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:01:18.494 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@46f9d4b]
05-21 14:01:18.556 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a6adc6c
05-21 14:01:18.560 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 281834, 0, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 281834, 0, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 281834, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 281863, 0, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 281863, 0, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 281863, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 281885, 123124782, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 281885, 123124782, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 281900, 138287921, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 281900, 138287921, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 281924, 98024312, CUJ=J
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 281939, 109006780, CUJ=J
05-21 14:01:18.569 595 838 W InputManager-JNI: Input channel object 'c42a893 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:18.572 848 966 D EGL_emulation: app_time_stats: avg=24.41ms min=4.96ms max=171.43ms count=41
05-21 14:01:18.574 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d2a298b
05-21 14:01:18.568 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 281939, 109006780, CUJ=J
05-21 14:01:18.576 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 328, 281968, 82695419, CUJ=J
05-21 14:01:18.576 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 66, 281983, 102546852, CUJ=J
05-21 14:01:18.576 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 282027, 114753148, CUJ=J
05-21 14:01:18.576 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 282027, 114753148, CUJ=J
05-21 14:01:18.576 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 282057, 82885631, CUJ=J
05-21 14:01:18.584 595 838 W InputManager-JNI: Input channel object 'b36dc83 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:18.600 848 904 D SplashScreenView: Build android.window.SplashScreenView{5c2cc82 V.E...... ......ID 0,0-0,0}
05-21 14:01:18.600 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:18.600 848 904 D SplashScreenView: Branding: view: android.view.View{cccdf93 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:18.653 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:18.686 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1ffb1ca in: PRE_ON_CREATE
05-21 14:01:18.686 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:18.728 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:18.731 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:19.341 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a9b0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:19.344 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:19.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 362fd0e4-3e0e-47a4-93e4-3024ecf462d7
05-21 14:01:19.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e51369ee-4060-4977-8ea8-b5f3d9a70543
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 76934bc7-3763-4b6c-b74d-cdc6cd0d700f
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d2f0f4a-c7ee-446e-8ea3-e67e017ec8f4
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 967cb27f-5b7a-4f4c-95b6-61cadd1bbb4e
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 19de51ed-c52e-4c09-9c02-2223e2d56f9b
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e836335f-4a48-4aa2-bbc9-0cb10962deda
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e4bad45-b38b-42da-a584-dd168328fe86
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e65b60a6-54c3-4e3b-b3ec-4578e6361760
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 310c5084-8d58-4690-ba0e-98ddef815cc0
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3a1d787-37c6-4eef-aca7-a67c90cdc0b3
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ed26493-c8d9-484f-a19c-f9712a63e46a
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ec7cc77-956c-48b3-8689-e5660595793b
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f42980d4-3375-49a3-bbda-0278d5ccead3
05-21 14:01:19.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4717e596-66ef-48c3-8cf9-ca965811ef66
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bdc814f2-33de-4e17-9d72-1c66c511fa40
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ee15b8df-8e53-4efe-9230-cb4f5e178ae4
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 724e5db9-1c57-44ee-80b4-4cc277cbc935
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 61dfccc5-2e81-4420-8fc5-98bd296c5709
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6c837de3-918e-43a6-a3e2-5d39e40d3b9e
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b36e998-2c4f-4b35-8e65-c3e4a7276789
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ea87b3c-11e1-4d04-8456-eaf3ce8c0d73
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 43867553-32b5-438d-b82f-77f1bfde027a
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3ea405ba-e483-42c8-ae84-ffad61227a4c
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1550f6b-3462-44f4-beb5-0e36ccc45ffd
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aca12a07-d278-4a5a-afba-02917d93af5a
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30e168a3-2ff1-42f7-9510-55e3ced88c58
05-21 14:01:19.346 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 64b8b626-1ee8-4dc4-ba11-18c1254f43e8
05-21 14:01:19.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f11a2a5-5046-4425-a9b5-c3e205173cd6
05-21 14:01:19.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5715993a-1107-4420-8009-094cd9686ec4
05-21 14:01:19.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b0581a6a-5a7b-4fac-94ab-115e5b649bb5
05-21 14:01:19.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a297f4a0-0e6b-4c84-b6c4-acf97989b65e
05-21 14:01:19.349 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:19.350 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5d919185-241f-477d-a0a9-f0714be220f0
05-21 14:01:19.352 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:19.352 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 584df294-db4a-4055-ba82-467c55c3cc02
05-21 14:01:19.352 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5d6b06ae-015b-49fa-8f23-7ea8c4cc419e
05-21 14:01:19.354 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:19.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e99897ee-c534-4c21-8bd0-6c8489d7808d
05-21 14:01:19.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d327fee2-543a-4fa5-a61e-9bf5cefe55b9
05-21 14:01:19.359 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:19.359 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5a5ac038-0da7-40d5-a611-052af65179cf
05-21 14:01:19.359 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 41070be2-0325-44e3-9791-0db71e5c1ed9
05-21 14:01:19.359 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 877593aa-2ac9-4f6a-afb2-200412248ba5
05-21 14:01:19.359 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=2176693a-6902-48e4-86df-425541013f18,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: af0d3334-0bbe-4027-95c4-2f634d5bd508
05-21 14:01:19.365 848 966 D EGL_emulation: app_time_stats: avg=87.31ms min=2.61ms max=750.25ms count=11
05-21 14:01:19.401 595 608 I system_server: NativeAlloc concurrent copying GC freed 170932(5211KB) AllocSpace objects, 6(120KB) LOS objects, 44% free, 30MB/54MB, paused 592us,64us total 154.786ms
05-21 14:01:19.511 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1ffb1ca in: CREATED
05-21 14:01:19.528 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1ffb1ca
05-21 14:01:19.549 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1ffb1ca in: STARTED
05-21 14:01:19.564 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1ffb1ca
05-21 14:01:19.584 848 966 D EGL_emulation: app_time_stats: avg=12.85ms min=1.28ms max=34.73ms count=52
05-21 14:01:19.651 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1ffb1ca in: RESUMED
05-21 14:01:19.676 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1ffb1ca
05-21 14:01:19.881 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:19.887 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s297ms
05-21 14:01:19.970 1829 1861 I earchbox:search: Background young concurrent copying GC freed 28751(2863KB) AllocSpace objects, 508(9584KB) LOS objects, 4% free, 253MB/265MB, paused 6.872ms,36us total 41.119ms
05-21 14:01:19.980 595 953 I ImeTracker: com.github.se.polyfit:8e28e2d8: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:19.980 595 953 I ImeTracker: com.github.se.polyfit:8e28e2d8: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:19.985 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:19.995 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:20.019 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:20.019 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:9305dc3c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:20.021 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:9305dc3c: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:20.030 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:20.031 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:20.031 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:20.181 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@92eae0b
05-21 14:01:20.182 595 2431 W InputManager-JNI: Input channel object 'f49ce8d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:20.252 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:20.587 848 966 D EGL_emulation: app_time_stats: avg=15.24ms min=1.07ms max=98.43ms count=48
05-21 14:01:20.676 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:20.676 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'PictureSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:20.680 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:20.680 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'PictureSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:20.682 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:20.682 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'PostDescription'); position: 0; useUnmergedTree: false.
05-21 14:01:20.685 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:20.685 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'PostDescription'); position: 0; useUnmergedTree: false.
05-21 14:01:20.688 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:20.688 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'MealSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:20.692 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:20.692 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'MealSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:20.695 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:20.695 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'New Post Title'); position: 0; useUnmergedTree: false.
05-21 14:01:20.697 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:20.697 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'New Post Title'); position: 0; useUnmergedTree: false.
05-21 14:01:20.700 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:01:20.700 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'New Post Title'); position: 0; useUnmergedTree: false.
05-21 14:01:20.702 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:20.702 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:01:20.707 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:20.707 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:01:20.710 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:01:20.710 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:01:20.713 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:20.713 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PostBox')) && (TestTag = 'PostButton'); position: 0; useUnmergedTree: false.
05-21 14:01:20.718 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:20.718 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PostBox')) && (TestTag = 'PostButton'); position: 0; useUnmergedTree: false.
05-21 14:01:20.726 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_ENABLED(description={null}).
05-21 14:01:20.726 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PostBox')) && (TestTag = 'PostButton'); position: 0; useUnmergedTree: false.
05-21 14:01:20.738 848 904 D SplashScreenView: Build android.window.SplashScreenView{cf9b748 V.E...... ......ID 0,0-0,0}
05-21 14:01:20.738 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:20.738 848 904 D SplashScreenView: Branding: view: android.view.View{5db29e1 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:20.752 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:20.766 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1ffb1ca in: PAUSED
05-21 14:01:20.779 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1ffb1ca
05-21 14:01:20.900 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:21.080 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:21.083 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=255, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@ac3f62d
05-21 14:01:21.084 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:21.084 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:21.084 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:21.087 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:21.092 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:21.138 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:21.139 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:21.139 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:21.185 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:2f505ba9: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:21.186 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:2f505ba9: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:21.192 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:21.200 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:21.200 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:21.201 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:21.202 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:21.210 848 966 D EGL_emulation: app_time_stats: avg=367.58ms min=37.02ms max=1032.84ms count=5
05-21 14:01:21.220 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1ffb1ca in: STOPPED
05-21 14:01:21.250 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1ffb1ca
05-21 14:01:21.362 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1ffb1ca in: DESTROYED
05-21 14:01:21.363 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:21.364 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c4d7615
05-21 14:01:21.386 595 2387 W InputManager-JNI: Input channel object '27c63f9 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:21.418 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@46f9d4b]
05-21 14:01:21.420 9128 9160 I TestRunner: finished: everythingIsDisplayed(com.github.se.polyfit.ui.screen.CreatePostTest)
-
4.87 s
passedselectingMealEnablesPostButton
-
05-21 14:01:21.425 9128 9160 I TestRunner: started: selectingMealEnablesPostButton(com.github.se.polyfit.ui.screen.CreatePostTest)
05-21 14:01:21.449 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@bf4a139]
05-21 14:01:21.476 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:21.549 848 904 D SplashScreenView: Build android.window.SplashScreenView{ad9ae84 V.E...... ......ID 0,0-0,0}
05-21 14:01:21.549 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:21.549 848 904 D SplashScreenView: Branding: view: android.view.View{ff3b66d G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:21.555 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fe24f63
05-21 14:01:21.557 595 953 W InputManager-JNI: Input channel object 'b659b7f Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:21.582 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9ce3e30 in: PRE_ON_CREATE
05-21 14:01:21.582 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:21.632 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:21.633 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:21.672 848 966 D EGL_emulation: app_time_stats: avg=24.44ms min=1.25ms max=281.41ms count=35
05-21 14:01:21.757 6276 6287 W System : A resource failed to call release.
05-21 14:01:21.757 6276 6287 W System : A resource failed to call release.
05-21 14:01:21.757 6276 6287 W System : A resource failed to call release.
05-21 14:01:21.757 6276 6287 W System : A resource failed to call release.
05-21 14:01:21.757 6276 6287 W System : A resource failed to call release.
05-21 14:01:21.757 6276 6287 W System : A resource failed to call release.
05-21 14:01:21.912 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:21.913 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 71fb6417-9ff0-429d-89e3-b1b1b31a6417
05-21 14:01:21.913 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d539b28f-4061-4978-a390-dc295419ff26
05-21 14:01:21.913 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b63f33a-9add-4491-8dc4-e28402db994b
05-21 14:01:21.913 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 48fbefd0-5137-4c6c-abab-afca44060128
05-21 14:01:21.913 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 839bafec-c951-4cd2-a86e-6f6115f975eb
05-21 14:01:21.913 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d15f417-2942-428d-9ced-57f8fdee993d
05-21 14:01:21.913 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4116387-3d8b-4c74-b855-ed14d6a86b92
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c9046f42-a936-4c27-8722-0b9537a8b5d4
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7522f7b2-0bb8-4733-9034-ea6a6cb3291f
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8614132a-92ff-4cfc-bfbe-b7e8da628d83
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 561a9a9f-c673-4557-885d-bb8a40d62171
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f4455c24-19ec-4ec5-a136-0e54f3e4bbba
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba9ebc85-46b5-404e-862e-41b5fc1554c9
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 59add2d3-c74d-47fc-b226-536080f8bcbe
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 00e2c347-c38f-4a96-93c7-67efde72bda6
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29254d7f-11e7-4dbd-bf64-8a54dcfb0486
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30fc92b8-a8cc-4d73-b237-9edd19c32bce
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d5f5be61-f263-468f-85fd-9fb9b88df46a
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a158fbfe-0423-481a-8db9-29288722926d
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 78b96552-d95f-4f55-afca-52e3013a13b1
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 348f9195-8213-47fa-8efd-c5372cf1b738
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0be6e341-c623-44d7-9614-7e504d3d19b4
05-21 14:01:21.915 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8406c05-d292-446d-a282-644e68493095
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b9b80472-3608-4fcb-87ea-46b7c265cd6d
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0066bb39-a0a1-4977-8332-339ca26cd4c3
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 88083d54-fcbe-487b-a1a9-f0abd37a5145
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47d86545-ac07-4bcd-8d32-2c7829e1898f
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a623dab-f18f-4d2f-ba8f-1a38d215a9b0
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4cd26f56-9250-4fa5-85b4-ea628dc686cd
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea6af585-b1a2-46bd-8ea8-4bf496391e03
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 66371ef2-5f2e-4704-854b-a577b6f6f85e
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 84d175ad-ad40-46b3-9665-c842251bbd6c
05-21 14:01:21.916 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1839f708-74db-4bde-9fdc-5efd788a35aa
05-21 14:01:21.917 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 73731a6f-4650-4a3d-ba1b-eeba8ef8a8ef
05-21 14:01:21.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b09b7b11-fd9c-40f2-8726-4f05f3521d7b
05-21 14:01:21.918 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d6c1c9f0-ab16-4ada-ada3-4a20d304ca36
05-21 14:01:21.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b79bdd4b-1878-4e3f-8131-8c1de83a2d1b
05-21 14:01:21.919 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:21.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0c800db5-ce16-4c11-b568-78c1e2033f39
05-21 14:01:21.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f8a247ab-f09b-48cc-8a1f-36a73bde60c9
05-21 14:01:21.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a996b776-99bd-4764-8d8e-0efb4a3c346a
05-21 14:01:21.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=ae80d1b2-5e57-49fc-aee3-9423c3efcdf8,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e8757c48-ffee-4ea6-b5ba-3eb5ec7c0801
05-21 14:01:21.926 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x751367611e90 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:22.226 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9ce3e30 in: CREATED
05-21 14:01:22.237 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@9ce3e30
05-21 14:01:22.250 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9ce3e30 in: STARTED
05-21 14:01:22.261 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@9ce3e30
05-21 14:01:22.324 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9ce3e30 in: RESUMED
05-21 14:01:22.341 1829 1861 I earchbox:search: Background concurrent copying GC freed 541120(24MB) AllocSpace objects, 1334(24MB) LOS objects, 8% free, 254MB/278MB, paused 189us,57us total 360.679ms
05-21 14:01:22.346 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@9ce3e30
05-21 14:01:22.517 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:22.521 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s36ms
05-21 14:01:22.592 848 966 D EGL_emulation: app_time_stats: avg=96.63ms min=4.34ms max=556.77ms count=14
05-21 14:01:22.596 595 2387 I ImeTracker: com.github.se.polyfit:61e2c81: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:22.596 595 2387 I ImeTracker: com.github.se.polyfit:61e2c81: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:22.600 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:22.605 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:22.610 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:22.611 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:22.612 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:22.619 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:22.633 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:43c3e4a6: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:22.633 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:43c3e4a6: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:22.649 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3cd6b44
05-21 14:01:22.665 595 613 W InputManager-JNI: Input channel object '4db614e com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:22.764 848 966 D EGL_emulation: app_time_stats: avg=24.70ms min=2.18ms max=247.65ms count=40
05-21 14:01:22.844 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:22.847 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b852ef0
05-21 14:01:22.849 595 2387 W InputManager-JNI: Input channel object 'f0b20e5 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:23.305 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:23.305 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'MealSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:23.309 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:23.309 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'MealSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:23.312 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:01:23.312 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreatePostScreen')) && (TestTag = 'MealSelector'); position: 0; useUnmergedTree: false.
05-21 14:01:23.325 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:23.325 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 14:01:23.536 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:01:23.536 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'SearchMealBar'; position: 0; useUnmergedTree: false.
05-21 14:01:23.568 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:01:23.588 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:23.588 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 14:01:23.593 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:23.593 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:23.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:01:23.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:23.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:23.596 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:01:23.596 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:23.597 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:23.597 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:01:23.598 9128 9128 I ImeTracker: com.github.se.polyfit:c4b6fc5e: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:01:23.598 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:01:23.613 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{fd81733 VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:01:23.621 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:01:23.624 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:23.625 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:23.626 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:01:23.733 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:01:23.733 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:01:23.771 848 966 D EGL_emulation: app_time_stats: avg=15.03ms min=0.94ms max=63.24ms count=57
05-21 14:01:24.100 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x751367614bc0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aad43368-a131-49bf-856b-dc291d51c433
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a062e82-6704-4ece-acde-dff51cbfa873
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 50c09943-7975-40cd-9a0d-7982056e2652
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b495b8a3-2030-4161-823e-c82aec6d000d
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0cf98f3a-87b5-45b2-80c2-4d9631bff7f5
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 473f58f6-e057-4759-ab80-d4b60289cdec
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6b93a5f-eede-4c02-8187-a6e53f2d8e16
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f927cb9a-08dc-43ee-872d-5cc5f84f07b9
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b7b200d-fc65-49f4-baac-64e3f271a403
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 742ca5db-8b89-4942-8814-9bb58a6b9571
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eac7e6ff-6cad-4be4-92e6-fde9df8505bc
05-21 14:01:24.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38b1caa6-a800-4a48-aa99-74613a9962cb
05-21 14:01:24.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9dbf9f11-fdfb-4631-ab01-eca14d8fb6cd
05-21 14:01:24.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da6fdf94-ba7e-4213-8b71-a71380c0187d
05-21 14:01:24.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e1a09cdd-ac1d-4980-9040-c499b70159d4
05-21 14:01:24.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0c92dfa-331f-4508-8d5a-73155a968b16
05-21 14:01:24.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec7d7e91-e446-4c3d-8872-80dea11477cf
05-21 14:01:24.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 998f9fb7-ecca-4796-9868-bd3361356f83
05-21 14:01:24.107 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 83aac1b0-ee4b-4533-b17d-7686d7065d93
05-21 14:01:24.107 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef0052f0-e42b-4c3f-ae4c-0aa8c2a71794
05-21 14:01:24.107 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 18ff4121-0b13-41d8-a73d-f499b513aa21
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0546d42d-6934-4f08-b4ec-fb7be4916aab
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f24377f-bf2c-47b5-a205-38fa8732e21a
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4816e6d0-d198-4a80-afa0-e667b1e925d8
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e96ae79-813d-4051-9f06-ad02b4d1a7ed
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 06c0d52a-a8f3-4bbc-9e3b-9a5a9ffff7bd
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 08b4d8db-416c-444f-9348-d0c8bad2e3bb
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ac8fec2-322c-46c0-8b80-43c103fd4807
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79815479-f4ec-4e7f-910f-f82e6050edc5
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29a1b255-e305-4dba-817c-b60bcd363f03
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9e4de699-b9dc-479e-b54c-23c8d260452c
05-21 14:01:24.108 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7ce79d63-fabb-4f7f-956b-03a305b75a82
05-21 14:01:24.109 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:24.109 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ee5da4c9-ddd8-4192-bdab-8bb993e99133
05-21 14:01:24.110 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:24.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 23b74fe8-f04a-4b98-bafc-ff065dc95d79
05-21 14:01:24.110 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5fae451e-6a52-4603-a289-2eae92284248
05-21 14:01:24.111 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:24.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f123f85f-7b73-46b0-b9d5-3e33e8d9eafd
05-21 14:01:24.111 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 51d7e0a9-048b-4c16-b3ec-8a74cab93aa9
05-21 14:01:24.112 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:24.112 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 084b1143-40e5-459d-b088-0ab6e69d3e83
05-21 14:01:24.113 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b7e9ce1d-bcfb-4000-bb33-039111ee4026
05-21 14:01:24.113 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e5941205-1b36-43d3-a2fd-a8190a33e07f
05-21 14:01:24.113 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=6ef37824-0fd7-45da-9b46-b0d1d10bc6de,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 771f3e27-3caa-48d4-831c-f2bd9d1891e0
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: InputConnectionWrapper.waitForInputConnectionFutureInternal():1530 Failed to get the input connection call's result.
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: java.util.concurrent.TimeoutException: Waited 500 milliseconds (plus 593562 nanoseconds delay) for muo@9dfaff0[status=PENDING, info=[task=[running=[RUNNING ON ICWrapper-1], huw@f793969]]]
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at mrp.get(PG:46)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at hvf.h(PG:1)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at hvf.w(PG:5)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at pgk.n(PG:6)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at hvo.z(PG:1)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at hvo.m(PG:1)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at hvf.r(PG:2)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at btv.q(PG:113)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at dfg.onStartInputView(PG:30)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.startViews(InputMethodService.java:2965)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService.showWindow(InputMethodService.java:2873)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInput(InputMethodService.java:973)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at dff.showSoftInput(PG:2)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInputWithToken(InputMethodService.java:940)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.inputmethodservice.IInputMethodWrapper.executeMessage(IInputMethodWrapper.java:228)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.os.Handler.dispatchMessage(Handler.java:106)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.os.Looper.loopOnce(Looper.java:205)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.os.Looper.loop(Looper.java:294)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at java.lang.reflect.Method.invoke(Native Method)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-21 14:01:24.129 1585 1585 E InputConnectionWrapper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
05-21 14:01:24.129 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 503 ms
05-21 14:01:24.131 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:01:24.132 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:01:24.133 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:01:24.135 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:01:24.135 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:01:24.137 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:01:24.137 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:01:24.137 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:01:24.144 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:01:24.181 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:01:24.183 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:24.184 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:01:24.184 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:01:24.184 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:01:24.184 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:01:24.184 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:01:24.184 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:01:24.185 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:01:24.186 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:24.201 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:24.201 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:01:24.201 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:24.202 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:24.203 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:01:24.249 1585 1585 W AutoPasteSuggestionHelper: AutoPasteSuggestionHelper.setMaxWidthOfChipTextView():780 Failed to get the width of the proactive suggestion view holder.
05-21 14:01:24.250 1585 1585 I ProactiveSuggestionsHolderManager: ProactiveSuggestionsHolderManager$3.display():216 Requesting to show proactive suggestions: CLIPBOARD PREEMPTIVE_WITH_SUPPRESSION
05-21 14:01:24.254 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:01:24.258 1585 1585 I Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread.
05-21 14:01:24.264 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:01:24.264 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:01:24.356 1585 9591 I OpenGLRenderer: Davey! duration=716ms; Flags=1, FrameTimelineVsyncId=285982, IntendedVsync=7456355583683, Vsync=7456972250325, InputEventId=0, HandleInputStart=7456980598688, AnimationStart=7456980599659, PerformTraversalsStart=7456980600080, DrawStart=7457037539346, FrameDeadline=7456372250349, FrameInterval=7456978146584, FrameStartTime=16666666, SyncQueued=7457044111942, SyncStart=7457044598440, IssueDrawCommandsStart=7457045464310, SwapBuffers=7457048898831, FrameCompleted=7457072432360, DequeueBufferDuration=7022261, QueueBufferDuration=410844, GpuCompleted=7457048898831, SwapBuffersCompleted=7457072432360, DisplayPresentTime=0, CommandSubmissionCompleted=7457048898831,
05-21 14:01:24.368 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:24.372 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:01:24.393 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:24.393 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:24.398 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:24.402 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:24.402 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:24.406 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:01:24.407 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:24.574 9128 9128 I ImeTracker: com.github.se.polyfit:1a7daf2e: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:01:24.575 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{fd81733 VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:01:24.578 9128 9128 I Choreographer: Skipped 56 frames! The application may be doing too much work on its main thread.
05-21 14:01:24.604 9128 9288 D EGL_emulation: app_time_stats: avg=418.00ms min=66.78ms max=904.21ms count=5
05-21 14:01:24.629 9128 9374 I OpenGLRenderer: Davey! duration=968ms; Flags=0, FrameTimelineVsyncId=285989, IntendedVsync=7456355583683, Vsync=7457288916979, InputEventId=0, HandleInputStart=7457298608681, AnimationStart=7457298611516, PerformTraversalsStart=7457298621946, DrawStart=7457300088735, FrameDeadline=7456438917013, FrameInterval=7457298148750, FrameStartTime=16666666, SyncQueued=7457308813371, SyncStart=7457309283433, IssueDrawCommandsStart=7457310022295, SwapBuffers=7457313962375, FrameCompleted=7457324422282, DequeueBufferDuration=12477, QueueBufferDuration=425120, GpuCompleted=7457313962375, SwapBuffersCompleted=7457324422282, DisplayPresentTime=0, CommandSubmissionCompleted=7457313962375,
05-21 14:01:24.714 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:01:24.770 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:01:24.781 9128 9128 I ImeTracker: com.github.se.polyfit:1a7daf2e: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:01:24.882 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:01:24.882 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'Meal'; position: 0; useUnmergedTree: false.
05-21 14:01:24.902 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:24.902 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PostBox')) && (TestTag = 'PostButton'); position: 0; useUnmergedTree: false.
05-21 14:01:24.983 848 966 D EGL_emulation: app_time_stats: avg=62.55ms min=11.96ms max=579.37ms count=19
05-21 14:01:25.161 9128 9128 I ImeTracker: com.github.se.polyfit:1eb0d326: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:01:25.162 9128 9128 I ImeTracker: com.github.se.polyfit:674d0b86: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:01:25.178 9128 9128 I ImeTracker: com.github.se.polyfit:c4b6fc5e: onCancelled at PHASE_CLIENT_ANIMATION_CANCEL
05-21 14:01:25.179 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:01:25.182 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:01:25.183 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 14:01:25.184 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:01:25.184 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:01:25.185 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:01:25.197 1585 1714 I NebulaeTrainingCacheMetricsProcessor: NebulaeTrainingCacheMetricsProcessor.processEndSession():447 No input action collection in this session, skip logging.
05-21 14:01:25.198 1585 3269 E native : E0000 00:00:1716292833.611964 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:01:25.218 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, true)
05-21 14:01:25.218 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:25.224 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:25.224 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:01:25.245 9128 9128 I ImeTracker: com.github.se.polyfit:c4b6fc5e: onShown
05-21 14:01:25.246 9128 9128 W FrameTracker: Missed App frame:JANK_APP_DEADLINE_MISSED, 286561, 0, CUJ=J
05-21 14:01:25.247 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 286598, 0, CUJ=J
05-21 14:01:25.247 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 286606, 0, CUJ=J
05-21 14:01:25.247 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 286614, 0, CUJ=J
05-21 14:01:25.247 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 286622, 0, CUJ=J
05-21 14:01:25.247 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 286630, 0, CUJ=J
05-21 14:01:25.247 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 286653, 0, CUJ=J
05-21 14:01:25.247 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 286661, 0, CUJ=J
05-21 14:01:25.248 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@b4da2f8
05-21 14:01:25.248 595 838 I ImeTracker: com.github.se.polyfit:c4b6fc5e: setFinished on previously finished token at PHASE_NOT_SET with STATUS_SUCCESS
05-21 14:01:25.249 9128 9477 V PerfettoTrigger: Not triggering com.android.telemetry.interaction-jank-monitor-69 - not enough time since last trigger
05-21 14:01:25.262 9128 9128 I ImeTracker: com.github.se.polyfit:674d0b86: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:01:25.349 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:25.349 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PostBox')) && (TestTag = 'PostButton'); position: 0; useUnmergedTree: false.
05-21 14:01:25.353 9128 9160 I KASPRESSO: Operation: Check=IS_ENABLED(description={null}).
05-21 14:01:25.353 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PostBox')) && (TestTag = 'PostButton'); position: 0; useUnmergedTree: false.
05-21 14:01:25.427 9128 9140 W System : A resource failed to call release.
05-21 14:01:25.527 9128 9128 I ImeTracker: com.github.se.polyfit:66f7c366: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:01:25.538 595 613 I ImeTracker: com.github.se.polyfit:66f7c366: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:25.549 9128 9128 I ImeTracker: com.github.se.polyfit:1eb0d326: onHidden
05-21 14:01:25.614 9128 9288 D EGL_emulation: app_time_stats: avg=84.17ms min=13.32ms max=499.48ms count=12
05-21 14:01:25.617 848 904 D SplashScreenView: Build android.window.SplashScreenView{49067c V.E...... ......ID 0,0-0,0}
05-21 14:01:25.617 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:25.617 848 904 D SplashScreenView: Branding: view: android.view.View{ef9bb05 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:25.635 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:25.646 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9ce3e30 in: PAUSED
05-21 14:01:25.657 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@9ce3e30
05-21 14:01:25.731 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:25.738 848 966 D EGL_emulation: app_time_stats: avg=786.40ms min=48.33ms max=2943.39ms count=4
05-21 14:01:25.920 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:25.924 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +309ms
05-21 14:01:25.946 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:25.947 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=259, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@b542c72
05-21 14:01:25.954 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:25.954 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:25.954 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:25.955 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:25.955 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:26.025 848 966 D EGL_emulation: app_time_stats: avg=17.66ms min=2.37ms max=87.68ms count=51
05-21 14:01:26.044 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:26.046 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:26.046 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:26.059 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:26.148 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:58a69561: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:26.148 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:58a69561: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:26.185 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:26.186 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:26.186 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:26.186 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:26.186 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:26.211 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9ce3e30 in: STOPPED
05-21 14:01:26.234 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@9ce3e30
05-21 14:01:26.306 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8e0b767
05-21 14:01:26.310 595 953 W InputManager-JNI: Input channel object '59bd60b Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:26.325 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9ce3e30 in: DESTROYED
05-21 14:01:26.325 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:26.326 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@83395b6
05-21 14:01:26.346 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d764ab00 (UnprojectedRipple) with handle 0x75136763e8f0
05-21 14:01:26.356 595 2358 W InputManager-JNI: Input channel object 'e4d4209 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:26.390 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@bf4a139]
05-21 14:01:26.391 9128 9160 I TestRunner: finished: selectingMealEnablesPostButton(com.github.se.polyfit.ui.screen.CreatePostTest)
-
2.56 s
passedaddMealButtonWhenNoMeal
-
05-21 14:01:26.395 9128 9160 I TestRunner: started: addMealButtonWhenNoMeal(com.github.se.polyfit.ui.screen.CreatePostTest)
05-21 14:01:26.403 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@24af2f]
05-21 14:01:26.425 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:26.440 848 904 D SplashScreenView: Build android.window.SplashScreenView{ab7efa4 V.E...... ......ID 0,0-0,0}
05-21 14:01:26.440 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:26.440 848 904 D SplashScreenView: Branding: view: android.view.View{82d310d G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:26.530 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@676b1be in: PRE_ON_CREATE
05-21 14:01:26.530 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:26.541 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2e60b99
05-21 14:01:26.545 595 2431 W InputManager-JNI: Input channel object '71743f5 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:26.583 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:26.588 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:26.650 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197953(6373KB) AllocSpace objects, 697(12MB) LOS objects, 4% free, 252MB/265MB, paused 5.671ms,68us total 189.079ms
05-21 14:01:26.933 848 966 D EGL_emulation: app_time_stats: avg=95.84ms min=7.43ms max=557.40ms count=12
05-21 14:01:27.030 848 966 D EGL_emulation: app_time_stats: avg=26.97ms min=1.38ms max=142.20ms count=33
05-21 14:01:27.100 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@676b1be in: CREATED
05-21 14:01:27.111 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@676b1be
05-21 14:01:27.122 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@676b1be in: STARTED
05-21 14:01:27.132 1829 1861 I earchbox:search: Background concurrent copying GC freed 262845(16MB) AllocSpace objects, 1926(35MB) LOS objects, 8% free, 251MB/275MB, paused 122us,47us total 392.310ms
05-21 14:01:27.132 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@676b1be
05-21 14:01:27.184 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@676b1be in: RESUMED
05-21 14:01:27.199 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@676b1be
05-21 14:01:27.343 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:27.345 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +911ms
05-21 14:01:27.358 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5b2a2ca8: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:27.359 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:5b2a2ca8: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:27.363 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:27.404 595 2431 I ImeTracker: com.github.se.polyfit:7eacb63d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:27.404 595 2431 I ImeTracker: com.github.se.polyfit:7eacb63d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:27.419 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:27.420 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:27.421 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:27.421 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:27.422 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:27.599 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:27.680 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2566210
05-21 14:01:27.681 595 2358 W InputManager-JNI: Input channel object 'b9c05cb Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:27.731 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:01:27.790 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:27.790 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreateMeal')) && (TestTag = 'NoMealsFound'); position: 0; useUnmergedTree: false.
05-21 14:01:27.796 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:27.796 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreateMeal')) && (TestTag = 'NoMealsFound'); position: 0; useUnmergedTree: false.
05-21 14:01:27.799 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:01:27.799 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreateMeal')) && (TestTag = 'AddMealButton'); position: 0; useUnmergedTree: false.
05-21 14:01:27.804 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:01:27.804 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreateMeal')) && (TestTag = 'AddMealButton'); position: 0; useUnmergedTree: false.
05-21 14:01:27.811 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:01:27.811 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreateMeal')) && (TestTag = 'AddMealButton'); position: 0; useUnmergedTree: false.
05-21 14:01:27.813 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:01:27.813 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'CreateMeal')) && (TestTag = 'AddMealButton'); position: 0; useUnmergedTree: false.
05-21 14:01:27.932 848 904 D SplashScreenView: Build android.window.SplashScreenView{48f87e9 V.E...... ......ID 0,0-0,0}
05-21 14:01:27.932 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:27.932 848 904 D SplashScreenView: Branding: view: android.view.View{3bc0c6e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:27.969 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:27.972 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@676b1be in: PAUSED
05-21 14:01:27.990 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@676b1be
05-21 14:01:28.050 848 966 D EGL_emulation: app_time_stats: avg=19.17ms min=2.90ms max=100.02ms count=47
05-21 14:01:28.118 848 966 D EGL_emulation: app_time_stats: avg=84.63ms min=10.48ms max=497.60ms count=14
05-21 14:01:28.122 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:28.164 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 160971(6135KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 17MB/34MB, paused 201us,54us total 135.549ms
05-21 14:01:28.339 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:28.345 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +403ms
05-21 14:01:28.368 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:28.370 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=263, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@8454094
05-21 14:01:28.415 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:28.415 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:28.415 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:28.415 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:28.415 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:28.506 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:28.508 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:28.508 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:28.512 438 459 W TransactionTracing: Could not find layer id 3508
05-21 14:01:28.512 438 459 W TransactionTracing: Could not find layer id 3509
05-21 14:01:28.604 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:18d235f7: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:28.606 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:18d235f7: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:28.608 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7681010 (UnprojectedRipple) with handle 0x751367637270
05-21 14:01:28.622 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:28.623 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:28.624 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:28.624 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:28.624 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:28.715 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4c89588
05-21 14:01:28.726 595 613 W InputManager-JNI: Input channel object '88a8c4e Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:28.756 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@676b1be in: STOPPED
05-21 14:01:28.787 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@676b1be
05-21 14:01:28.871 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@676b1be in: DESTROYED
05-21 14:01:28.871 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:28.874 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@66b38a3
05-21 14:01:28.912 595 613 W InputManager-JNI: Input channel object '2ceb469 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:28.962 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x751367606d30 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:28.974 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@24af2f]
05-21 14:01:28.975 9128 9160 I TestRunner: finished: addMealButtonWhenNoMeal(com.github.se.polyfit.ui.screen.CreatePostTest)
-
52.68 s
com.github.se.polyfit.ui.screen.GraphScreenTest
-
2.74 s
passedgraphParameters
-
05-21 14:01:28.990 9128 9160 I TestRunner: started: graphParameters(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:28.991 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 75fec77b-b2f7-4d47-ad44-4169da9b1719
05-21 14:01:28.992 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1bf6167c-6638-4910-8421-1c8731cdfa7e
05-21 14:01:28.992 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e733c4d-7cbe-4a03-ad52-1dbbafac8d2e
05-21 14:01:28.992 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c6ba01ed-7eda-44ed-acfa-341037915921
05-21 14:01:28.992 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a0ffc513-30d2-4521-b244-e3502703a37e
05-21 14:01:28.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 48afde64-da1e-498f-93b6-d1715e278b5a
05-21 14:01:28.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1179d343-925c-429d-a782-726540364d06
05-21 14:01:28.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ce9f047-17b9-4aa3-8636-05d52e431c13
05-21 14:01:28.994 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d34a5c0e-dd6c-4092-b5d5-378ebd396041
05-21 14:01:28.994 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 925767d3-0bf2-4fb6-9b9b-d8f06cda995a
05-21 14:01:28.994 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9f21d1c6-cc65-4f27-8ba1-593b342c7ac3
05-21 14:01:28.994 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a5fbbb62-e6de-4b39-8afb-a8123381cc58
05-21 14:01:28.994 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4fc6f5dd-015b-4f9f-a19e-eae57c93796f
05-21 14:01:28.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79d2bfdd-927a-48e8-a479-a26e9fa859d2
05-21 14:01:28.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cf5549ac-02e5-4c29-8241-bd667065c043
05-21 14:01:28.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c0f52a6f-bec1-49dc-8540-2f2728b511ea
05-21 14:01:28.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: de5d1729-a126-41be-b639-201716c16116
05-21 14:01:28.996 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 645c55a5-b875-44b7-a9c2-6438dd0b21bf
05-21 14:01:28.997 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:28.997 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 74cdcf00-0db4-4453-8ea0-57310748cae5
05-21 14:01:28.999 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:28.999 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f0193d30-60e7-470a-8c90-a1d3d8424e2c
05-21 14:01:28.999 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c74c42c7-63b2-4a03-b2f1-bbaa42d5b505
05-21 14:01:29.001 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:29.001 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3a9a3b5e-8314-4e1d-96d9-705c402b2964
05-21 14:01:29.003 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6bfeee25-be1c-4aa4-864b-0ebfdc5dbd66
05-21 14:01:29.006 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:29.006 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 925682e2-3fab-428e-aaf8-3793f395996a
05-21 14:01:29.006 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6c9ce3ef-f52f-4417-b94f-155c4fdd81ff
05-21 14:01:29.007 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 11783a11-4823-42ac-841d-e253da3bc803
05-21 14:01:29.007 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=d41b467d-d676-42ca-bf4c-f150b826786b,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b9ae0ab2-c738-4fad-b51d-5d0f4adc3e0b
05-21 14:01:29.053 6276 6287 W System : A resource failed to call release.
05-21 14:01:29.053 6276 6287 W System : A resource failed to call release.
05-21 14:01:29.053 6276 6287 W System : A resource failed to call release.
05-21 14:01:29.054 6276 6287 W System : A resource failed to call release.
05-21 14:01:29.054 6276 6287 W System : A resource failed to call release.
05-21 14:01:29.054 6276 6287 W System : A resource failed to call release.
05-21 14:01:29.068 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@42b75d4
05-21 14:01:29.071 848 966 D EGL_emulation: app_time_stats: avg=38.80ms min=1.39ms max=123.31ms count=25
05-21 14:01:29.076 595 2431 W InputManager-JNI: Input channel object 'f054a80 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:29.232 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2058ee4]
05-21 14:01:29.262 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:29.292 848 904 D SplashScreenView: Build android.window.SplashScreenView{bc03f08 V.E...... ......ID 0,0-0,0}
05-21 14:01:29.292 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:29.292 848 904 D SplashScreenView: Branding: view: android.view.View{c3f76a1 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:29.309 595 608 I system_server: NativeAlloc concurrent copying GC freed 176761(5289KB) AllocSpace objects, 2(40KB) LOS objects, 44% free, 30MB/54MB, paused 485us,1.177ms total 191.412ms
05-21 14:01:29.336 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:29.366 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197626(6296KB) AllocSpace objects, 696(12MB) LOS objects, 5% free, 251MB/265MB, paused 461us,114us total 136.776ms
05-21 14:01:29.374 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@98cc767 in: PRE_ON_CREATE
05-21 14:01:29.375 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:29.424 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:29.426 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:29.454 595 838 D OpenGLRenderer: --- Failed to create image decoder with message 'unimplemented'
05-21 14:01:29.955 848 966 D EGL_emulation: app_time_stats: avg=134.55ms min=4.19ms max=1016.98ms count=13
05-21 14:01:30.080 848 966 D EGL_emulation: app_time_stats: avg=15.94ms min=1.27ms max=72.49ms count=45
05-21 14:01:30.119 1829 1861 I earchbox:search: Background concurrent copying GC freed 245773(14MB) AllocSpace objects, 1518(28MB) LOS objects, 8% free, 251MB/275MB, paused 256us,123us total 572.113ms
05-21 14:01:30.161 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@98cc767 in: CREATED
05-21 14:01:30.176 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@98cc767
05-21 14:01:30.197 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@98cc767 in: STARTED
05-21 14:01:30.212 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@98cc767
05-21 14:01:30.281 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@98cc767 in: RESUMED
05-21 14:01:30.299 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@98cc767
05-21 14:01:30.457 1829 1861 I earchbox:search: Background young concurrent copying GC freed 79966(7325KB) AllocSpace objects, 1466(26MB) LOS objects, 9% free, 242MB/266MB, paused 551us,58us total 104.661ms
05-21 14:01:30.464 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:30.466 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s195ms
05-21 14:01:30.507 595 613 I ImeTracker: com.github.se.polyfit:c6658691: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:30.507 595 613 I ImeTracker: com.github.se.polyfit:c6658691: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:30.513 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:30.517 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:30.518 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:30.518 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:30.518 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:30.524 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ee64f95a: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:30.524 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ee64f95a: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:30.525 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:30.686 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:30.795 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2863623
05-21 14:01:30.798 595 838 W InputManager-JNI: Input channel object 'd955f7d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:30.951 848 904 D SplashScreenView: Build android.window.SplashScreenView{6a37580 V.E...... ......ID 0,0-0,0}
05-21 14:01:30.951 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:30.951 848 904 D SplashScreenView: Branding: view: android.view.View{26637b9 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:30.978 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@98cc767 in: PAUSED
05-21 14:01:30.986 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:30.987 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@98cc767
05-21 14:01:31.067 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:31.068 848 966 D EGL_emulation: app_time_stats: avg=80.87ms min=2.18ms max=432.56ms count=13
05-21 14:01:31.115 848 966 D EGL_emulation: app_time_stats: avg=15.49ms min=1.10ms max=92.53ms count=48
05-21 14:01:31.282 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:31.290 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +328ms
05-21 14:01:31.384 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:31.385 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:31.385 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:31.452 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:31.456 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=267, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@95c0a89
05-21 14:01:31.460 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:31.460 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:31.460 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:31.460 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:31.461 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:31.524 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:99ce6638: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:31.525 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:99ce6638: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:31.528 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:31.529 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:31.529 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:31.529 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:31.530 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:31.615 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@98cc767 in: STOPPED
05-21 14:01:31.632 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@98cc767
05-21 14:01:31.677 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@98cc767 in: DESTROYED
05-21 14:01:31.677 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:31.678 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cbdafe5
05-21 14:01:31.701 595 613 W InputManager-JNI: Input channel object '12cd822 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:31.724 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2058ee4]
05-21 14:01:31.729 9128 9160 I TestRunner: finished: graphParameters(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
4.34 s
passedsearchBarShownAndWriteable
-
05-21 14:01:31.739 9128 9160 I TestRunner: started: searchBarShownAndWriteable(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:31.741 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2772e7b
05-21 14:01:31.742 595 612 W InputManager-JNI: Input channel object 'a536693 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:31.759 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@dedce91]
05-21 14:01:31.782 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:31.797 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x751367615010 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:31.803 848 904 D SplashScreenView: Build android.window.SplashScreenView{505323c V.E...... ......ID 0,0-0,0}
05-21 14:01:31.803 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:31.803 848 904 D SplashScreenView: Branding: view: android.view.View{eecdbc5 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:31.828 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:31.828 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c757d992-c32c-4e2f-be06-5edad46ce65d
05-21 14:01:31.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a028f6e-d51b-4142-92f5-f6a350da1eb0
05-21 14:01:31.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1066487a-63f7-4cee-bc45-82d1602df632
05-21 14:01:31.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 36d42449-d749-412d-b970-7e528140fa1d
05-21 14:01:31.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca3d6e64-0851-4b3e-951d-22aef42162f8
05-21 14:01:31.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d2a0af33-7756-4c16-bea0-9e856cc7115f
05-21 14:01:31.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69176b6f-a485-4e7f-89bf-f059250a3758
05-21 14:01:31.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7c3530be-fab3-4bbf-bd39-7b2ab95e0d74
05-21 14:01:31.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 94bdd8e6-2ecb-4db9-914b-367ffe69cc6a
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 65051548-e119-42c0-b41a-68986951617e
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e66cd800-650a-46e3-8b78-fa3b2be9742a
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9eb49eaa-4d9a-4131-8f90-c3d6fc877cf2
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6404f18a-16ed-415b-a8d0-60d0af8c04e9
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3819469-75fd-4728-bb29-5eb19b80ab38
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffac5bdb-e26c-4552-92fe-51f9d97e6eeb
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1c2c1b65-8f13-4f8d-94bd-a9bb5626343b
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef59815c-999c-46c3-9342-c91e94b96d0f
05-21 14:01:31.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b53d23b-d616-4a01-828c-a4fef7da5f59
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a3b2ca7-c1e1-4b9e-9b12-14c0db341f99
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5cc97eed-0ec1-4c03-926a-37b33cb9288d
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 50293a25-b7ab-4265-b022-23d3ac87b1d6
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 403bf11a-d477-4196-91fe-f8fec36e6a30
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5dba80e9-25ac-4c50-8041-e7b09c387f14
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d44bf325-3731-449f-90f6-f37f1430ac65
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb5be875-15d0-4da2-9dd7-8ec854ce04cb
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 858da9a6-690c-4e90-99bb-60fc6fdfa1be
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fffce39c-f4d6-4026-9844-f046a47b4a3f
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff759540-8b8f-467e-be3b-c81d3cec2670
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b765c135-cf8f-46c2-b14c-d18b3516f0d5
05-21 14:01:31.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 253a5f99-abd6-45e1-9dd4-15d5d947b40c
05-21 14:01:31.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e7d660be-b6d6-4212-89c2-e7d992561ae4
05-21 14:01:31.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ec5529cf-0337-4157-b15f-fbfe5e9e544e
05-21 14:01:31.832 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:31.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 322f492a-057f-4dc4-8eaa-0cfa09b83cf0
05-21 14:01:31.833 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 14:01:31.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bde447ec-8c03-41ef-9c77-11570a8efecb
05-21 14:01:31.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 175d0f5a-f37c-4562-98f0-62970118d379
05-21 14:01:31.834 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:31.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bc2541fa-96d4-4028-9524-53740949ab28
05-21 14:01:31.834 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 59c55397-4130-4adb-9bba-373e80305816
05-21 14:01:31.835 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:31.840 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e939ec99-7608-46bc-b830-ba3ece017bdf
05-21 14:01:31.840 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f3443ee3-5025-4155-8700-c50a2859c601
05-21 14:01:31.840 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 56958d44-a708-4972-b686-c91e5a812697
05-21 14:01:31.840 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=82b8430f-4487-4175-acc8-c491f4a7aace,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6fae3f50-9214-464b-9e90-3874634bd484
05-21 14:01:31.938 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e9347e8 in: PRE_ON_CREATE
05-21 14:01:31.939 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:31.981 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:31.993 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:32.078 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197053(6535KB) AllocSpace objects, 662(12MB) LOS objects, 5% free, 250MB/265MB, paused 198us,160us total 176.218ms
05-21 14:01:32.121 848 966 D EGL_emulation: app_time_stats: avg=37.11ms min=1.20ms max=145.57ms count=25
05-21 14:01:32.480 848 966 D EGL_emulation: app_time_stats: avg=99.28ms min=5.03ms max=666.85ms count=13
05-21 14:01:32.557 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e9347e8 in: CREATED
05-21 14:01:32.567 1829 1861 I earchbox:search: Background concurrent copying GC freed 265838(16MB) AllocSpace objects, 1925(35MB) LOS objects, 8% free, 253MB/277MB, paused 168us,74us total 400.635ms
05-21 14:01:32.571 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e9347e8
05-21 14:01:32.589 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e9347e8 in: STARTED
05-21 14:01:32.604 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e9347e8
05-21 14:01:32.652 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e9347e8 in: RESUMED
05-21 14:01:32.666 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e9347e8
05-21 14:01:32.775 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:32.777 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +982ms
05-21 14:01:32.794 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:32.795 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@588c3e9
05-21 14:01:32.796 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d2035014: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:32.796 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:d2035014: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:32.797 595 2431 W InputManager-JNI: Input channel object '8f5513d com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:32.832 595 2431 I ImeTracker: com.github.se.polyfit:c470bfdf: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:32.832 595 2431 I ImeTracker: com.github.se.polyfit:c470bfdf: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:32.833 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:32.834 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:32.835 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:32.835 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:32.841 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:32.848 9128 9160 W thub.se.polyfit: Suspending all threads took: 6.438ms
05-21 14:01:33.015 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:33.125 848 966 D EGL_emulation: app_time_stats: avg=29.15ms min=1.00ms max=270.71ms count=30
05-21 14:01:33.129 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@17cd227
05-21 14:01:33.131 595 838 W InputManager-JNI: Input channel object 'ad9b489 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:33.208 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 447671(15MB) AllocSpace objects, 12(624KB) LOS objects, 32% free, 33MB/49MB, paused 468us,49us total 112.842ms
05-21 14:01:33.943 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fde80 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:33.945 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:33.945 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ad14f552-2e8b-4bdd-8a8a-9deca01384c9
05-21 14:01:33.945 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2d441379-c3ea-4d88-b028-99e435fa1886
05-21 14:01:33.945 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2655d8a4-358d-4d6b-81d8-3434feb23fee
05-21 14:01:33.945 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c20ddb9e-535e-4114-84e3-b3ae8766e615
05-21 14:01:33.945 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb7a4267-fcc7-4d52-8ff2-e304897c02ad
05-21 14:01:33.945 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a88eb375-ac03-4b93-9ae0-2e0b296ffe5e
05-21 14:01:33.946 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4112f42-b24f-47f8-8124-dab122ef76c9
05-21 14:01:33.946 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4e5d8f5-01fd-4378-807b-ce3dd51bc4b8
05-21 14:01:33.946 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e607582-db16-46e5-b123-fd19970f0223
05-21 14:01:33.946 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e68da80f-f6c1-4d82-8507-539c349d8b5c
05-21 14:01:33.947 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2cbef329-20bb-45dd-a665-05bf25699d12
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 67a81aab-0916-468f-a7df-d78d20403319
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c5999eb-d7db-4c56-a9db-71d26a1d086a
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2a32cbc3-d154-4fca-8208-c9df90028a4e
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f4f649f-2acb-4a23-8a43-8975ae7b0ec6
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce556521-d4fb-4ee9-87bb-c894f0320ad4
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cb029be7-77cb-4fbd-8d60-3de21c22b460
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc838a51-3afd-47e6-a2c8-2d33314c6cf2
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d7a833f-f8f2-4f30-919e-92f1168da7dd
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58419a6e-4d72-46f8-9605-981a7a363ca8
05-21 14:01:33.948 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ea670fc-de6b-4a02-a8de-ad4e57b8492c
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ad8871f-9d48-4795-9201-4bdf441e9283
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38137422-25ce-4402-94cb-47e47d79ebe7
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 91154ddd-c33c-4bf3-90a2-049d9ff1ee9f
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d938cd4b-4b88-4e46-aa2e-049f13e1ee4f
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b512e78-dce0-49bd-8528-cb1727b97f11
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: adb3ad42-dda4-4495-85e7-7bbf4549edb1
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c702952-3f6a-4e71-8751-323e1801c59b
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2badcbef-dafc-4cbf-8128-44648f120007
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e1b5a9d4-b860-432c-bcdf-365bad06dedb
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6c14a6c8-69eb-4e4f-b832-dea70794512a
05-21 14:01:33.949 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 448de224-d451-4ab3-afd1-ef304a311aa7
05-21 14:01:33.950 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:33.950 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a432d011-14bf-43ad-b272-bec05630bedc
05-21 14:01:33.950 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:33.951 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2c720678-04c5-41f3-93f7-3262caf45c91
05-21 14:01:33.951 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3021df18-ba6a-427e-afe4-04d07339fae2
05-21 14:01:33.951 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:01:33.951 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4f8904b6-82c9-4be1-89d7-d7af9d499852
05-21 14:01:33.952 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 99229159-76f7-4a7e-b2be-4bbe7efd8446
05-21 14:01:33.953 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:33.953 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 297f8bc5-5d94-4b66-aaf7-5074e9137c40
05-21 14:01:33.953 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2f37d104-d01e-4e96-807c-68d0ddd8e803
05-21 14:01:33.953 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bc3b41d6-254b-401d-8944-57e749e042bd
05-21 14:01:33.953 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=4347b3e0-d01b-4081-9f99-571801b7ff48,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 59a261b3-0b94-4909-baff-87ec0cd8bfc7
05-21 14:01:34.138 848 966 D EGL_emulation: app_time_stats: avg=15.34ms min=2.13ms max=32.45ms count=57
05-21 14:01:34.192 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:01:34.218 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:34.219 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:34.219 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:01:34.219 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:34.220 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:34.221 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:01:34.222 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:34.222 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:34.222 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:01:34.222 9128 9128 I ImeTracker: com.github.se.polyfit:6c9bc6a4: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:01:34.225 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:01:34.240 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{6f89642 VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:01:34.245 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:01:34.245 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:34.246 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:34.246 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:01:34.458 9128 9128 I ImeTracker: com.github.se.polyfit:72adf98f: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:01:34.460 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{6f89642 VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:01:34.464 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 217 ms
05-21 14:01:34.467 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:01:34.469 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:01:34.472 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:01:34.476 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:01:34.476 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:01:34.477 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:01:34.477 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:01:34.477 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:01:34.497 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:01:34.515 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:01:34.516 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:34.517 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:01:34.517 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:01:34.517 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:01:34.517 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:01:34.517 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:01:34.517 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:01:34.518 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:01:34.519 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:34.531 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:34.531 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:01:34.532 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:34.532 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:34.534 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:01:34.538 1585 1585 I ProactiveSuggestionsHolderManager: ProactiveSuggestionsHolderManager$3.display():216 Requesting to show proactive suggestions: CLIPBOARD PREEMPTIVE_WITH_SUPPRESSION
05-21 14:01:34.541 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:01:34.557 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:34.557 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:34.560 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:34.618 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:34.620 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:01:34.630 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:34.630 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:34.632 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:34.732 595 953 I ImeTracker: com.github.se.polyfit:3322af0d: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:01:34.763 595 953 I ImeTracker: com.github.se.polyfit:676150de: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:01:34.928 9128 9288 D EGL_emulation: app_time_stats: avg=359.34ms min=29.77ms max=768.49ms count=6
05-21 14:01:35.018 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:01:35.021 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:01:35.024 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 401 ms
05-21 14:01:35.071 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:01:35.080 9128 9128 I ImeTracker: com.github.se.polyfit:72adf98f: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:01:35.081 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 14:01:35.097 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:01:35.118 9128 9128 W RemoteInputConnectionImpl: getTextBeforeCursor on inactive InputConnection
05-21 14:01:35.122 1585 1585 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread.
05-21 14:01:35.145 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:01:35.145 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:35.146 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:35.146 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:01:35.146 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292894245, INPUT_SESSION=1716292894222, TRAINING_CACHE_SESSION=1716292894470, IME_SESSION=1716292894468}], ending it now.
05-21 14:01:35.146 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292894245, INPUT_SESSION=1716292894222, TRAINING_CACHE_SESSION=1716292894470, IME_SESSION=1716292894468}], ending it now.
05-21 14:01:35.147 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:01:35.148 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:35.148 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:35.148 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:01:35.152 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:01:35.161 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:01:35.162 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:01:35.163 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:01:35.164 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:01:35.164 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:01:35.164 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:01:35.165 1585 1714 I NebulaeTrainingCacheMetricsProcessor: NebulaeTrainingCacheMetricsProcessor.processEndSession():447 No input action collection in this session, skip logging.
05-21 14:01:35.165 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:01:35.166 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:01:35.166 1585 3269 E native : E0000 00:00:1716292833.613737 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:01:35.166 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:01:35.166 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:01:35.166 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:01:35.166 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:01:35.166 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:01:35.176 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:01:35.178 848 904 D SplashScreenView: Build android.window.SplashScreenView{d8a3f5d V.E...... ......ID 0,0-0,0}
05-21 14:01:35.178 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:35.178 848 904 D SplashScreenView: Branding: view: android.view.View{21980d2 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:35.182 1585 1585 I KeyboardViewController: KeyboardViewController.lambda$showSelfAndAncestors$6():609 current view doesn't has the priority com.google.android.libraries.inputmethod.accesspoint.widget.AccessPointsBar{7f34be I.E...... ......ID 0,0-836,121 #7f0b0018 app:id/0_resource_name_obfuscated} to show itself, DEFAULT
05-21 14:01:35.184 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:01:35.184 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:35.185 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:01:35.185 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:01:35.189 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:01:35.193 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:01:35.193 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:01:35.194 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:01:35.195 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:01:35.196 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:35.197 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:35.198 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:01:35.198 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:35.198 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:35.199 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:01:35.201 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:01:35.202 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:35.213 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:01:35.213 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:35.214 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e9347e8 in: PAUSED
05-21 14:01:35.221 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:35.221 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:01:35.221 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292895147, INPUT_SESSION=1716292895146, TRAINING_CACHE_SESSION=1716292895165, IME_SESSION=1716292895165}], ending it now.
05-21 14:01:35.221 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292895147, INPUT_SESSION=1716292895146, TRAINING_CACHE_SESSION=1716292895165, IME_SESSION=1716292895165}], ending it now.
05-21 14:01:35.222 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:01:35.225 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:35.228 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.228 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.228 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:35.229 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:01:35.230 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.233 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e9347e8
05-21 14:01:35.273 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:01:35.291 9128 9128 I ImeTracker: com.github.se.polyfit:3322af0d: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:01:35.296 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:01:35.297 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:01:35.298 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:01:35.298 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:01:35.298 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:01:35.298 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:01:35.298 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:01:35.298 1585 1714 I NebulaeTrainingCacheMetricsProcessor: NebulaeTrainingCacheMetricsProcessor.processEndSession():447 No input action collection in this session, skip logging.
05-21 14:01:35.299 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:01:35.299 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:01:35.299 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:01:35.300 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:01:35.301 1585 3269 E native : E0000 00:00:1716292895.300969 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:01:35.303 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:01:35.309 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:01:35.309 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:01:35.315 1585 1585 I KeyboardViewController: KeyboardViewController.lambda$showSelfAndAncestors$6():609 current view doesn't has the priority com.google.android.libraries.inputmethod.accesspoint.widget.AccessPointsBar{7f34be I.E...... ......ID 0,0-836,121 #7f0b0018 app:id/0_resource_name_obfuscated} to show itself, DEFAULT
05-21 14:01:35.315 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:01:35.316 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:35.316 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:01:35.316 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:01:35.316 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:01:35.316 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:01:35.316 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:01:35.316 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:01:35.319 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:01:35.320 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:35.320 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:01:35.320 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:01:35.320 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:35.321 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:35.322 9128 9128 I ImeTracker: com.github.se.polyfit:6c9bc6a4: onShown
05-21 14:01:35.322 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:01:35.323 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:01:35.324 1585 1585 W InputContextProxyV4: InputContextProxyV4.applyClientDiffInternal():897 Ignore [FetchSuggestions] diff due to stale request: 130<134, inputStateId=49, lastInputStateId=52
05-21 14:01:35.331 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.331 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.333 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.336 848 966 D EGL_emulation: app_time_stats: avg=185.57ms min=2.28ms max=2213.07ms count=15
05-21 14:01:35.346 1585 1585 W InputContextProxyV4: InputContextProxyV4.applyClientDiffInternal():897 Ignore [FetchSuggestions] diff due to stale request: 132<134, inputStateId=51, lastInputStateId=52
05-21 14:01:35.346 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:01:35.347 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:01:35.350 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:01:35.357 848 966 D EGL_emulation: app_time_stats: avg=86.22ms min=16.21ms max=669.04ms count=14
05-21 14:01:35.374 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:01:35.381 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:35.382 9128 9128 I ImeTracker: com.github.se.polyfit:676150de: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:01:35.384 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.384 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.393 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.395 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.395 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.396 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:01:35.511 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:01:35.574 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:35.575 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +404ms
05-21 14:01:35.597 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:35.600 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:35.600 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:35.600 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:35.604 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=271, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@b31b038
05-21 14:01:35.633 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:35.633 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:35.633 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:35.633 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:35.633 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:35.690 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:35.802 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:5ed1ba3e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:35.805 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:01:35.806 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:01:35.808 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 14:01:35.809 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:01:35.810 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:01:35.820 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:01:35.821 1585 3269 E native : E0000 00:00:1716292895.820699 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:01:35.822 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:35.823 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:35.823 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:35.823 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:35.823 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:35.873 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e9347e8 in: STOPPED
05-21 14:01:35.895 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e9347e8
05-21 14:01:35.968 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@22cc6cc
05-21 14:01:35.969 595 613 W InputManager-JNI: Input channel object 'cee567b Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:35.989 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e9347e8 in: DESTROYED
05-21 14:01:35.989 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:35.990 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@feb3b0
05-21 14:01:35.991 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3eb272e
05-21 14:01:36.010 595 613 W InputManager-JNI: Input channel object 'bf9a56d com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:36.018 848 903 W FrameTracker: Missed App frame:JANK_APP_DEADLINE_MISSED, 295820, 0, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 295820, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 295849, 0, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 295849, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 66, 295885, 47598360, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 295914, 53136502, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 295914, 53136502, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 295943, 56872104, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 295943, 56872104, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 295958, 77056716, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 295958, 77056716, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed App frame:UNKNOWN: 328, 295981, 0, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 295981, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 66, 296003, 64766671, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 296033, 138382941, CUJ=J
05-21 14:01:36.018 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 296033, 138382941, CUJ=J
05-21 14:01:36.038 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 14:01:36.054 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197556(6585KB) AllocSpace objects, 661(12MB) LOS objects, 5% free, 251MB/265MB, paused 430us,65us total 100.952ms
05-21 14:01:36.057 9128 9128 I ImeTracker: com.google.android.apps.nexuslauncher:5ed1ba3e: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:01:36.059 9128 9128 I ImeTracker: com.github.se.polyfit:4944a6a4: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:36.059 9128 9128 I ImeTracker: com.github.se.polyfit:4944a6a4: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:36.066 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@dedce91]
05-21 14:01:36.071 9128 9160 I TestRunner: finished: searchBarShownAndWriteable(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
2.69 s
passeditemDateDisplayed
-
05-21 14:01:36.074 9128 9160 I TestRunner: started: itemDateDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:36.091 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@950ed3]
05-21 14:01:36.120 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:36.146 848 904 D SplashScreenView: Build android.window.SplashScreenView{50ea1cf V.E...... ......ID 0,0-0,0}
05-21 14:01:36.146 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:36.146 848 904 D SplashScreenView: Branding: view: android.view.View{1a2275c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:36.221 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c8a892a
05-21 14:01:36.223 595 2431 W InputManager-JNI: Input channel object '4f8eb86 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:36.235 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1674e72 in: PRE_ON_CREATE
05-21 14:01:36.235 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:36.301 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:36.302 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:36.376 848 966 D EGL_emulation: app_time_stats: avg=55.08ms min=4.42ms max=645.07ms count=17
05-21 14:01:36.655 848 966 D EGL_emulation: app_time_stats: avg=142.51ms min=2.91ms max=667.61ms count=9
05-21 14:01:36.773 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1674e72 in: CREATED
05-21 14:01:36.787 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1674e72
05-21 14:01:36.804 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1674e72 in: STARTED
05-21 14:01:36.818 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1674e72
05-21 14:01:36.870 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1674e72 in: RESUMED
05-21 14:01:36.881 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1674e72
05-21 14:01:36.996 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:36.997 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +869ms
05-21 14:01:37.052 595 838 I ImeTracker: com.github.se.polyfit:2eaae470: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:37.052 595 838 I ImeTracker: com.github.se.polyfit:2eaae470: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:37.064 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:37.065 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:37.066 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4b5928ab: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:37.066 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4b5928ab: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:37.066 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:37.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:37.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:37.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:37.102 9128 9160 W thub.se.polyfit: Suspending all threads took: 7.531ms
05-21 14:01:37.267 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:37.330 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b7d8beb
05-21 14:01:37.331 595 613 W InputManager-JNI: Input channel object 'c7366e9 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:37.387 848 966 D EGL_emulation: app_time_stats: avg=16.85ms min=1.01ms max=91.46ms count=46
05-21 14:01:37.735 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:01:37.882 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676183a0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:37.882 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:37.882 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1c50bd4-9707-4b81-b172-1ef797439463
05-21 14:01:37.882 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7710067-c5fc-4f47-93db-07ae534f19ec
05-21 14:01:37.882 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 85e7dea5-e96a-48c3-a7e7-d51bf6224683
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 581c2401-a96f-42d9-b5a4-7641dffa33f6
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d6cb605-97bc-482b-89e9-0a933c44c14f
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 75f88de2-baa1-44f0-818f-d04ae7ab5ba4
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 257875c8-3152-4a0b-8a3e-51a75176619f
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5fac8a44-b7a1-412a-a24c-36d0140ee55f
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 952ed2b9-9435-4e75-8b02-0868045dfb11
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b8ad18f4-3fd4-46d2-b034-a228edb612ab
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1adacffb-064b-4cbd-bb9f-457323e3342a
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f840b31-95fa-4424-b1d5-07b926335033
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d853855e-f0ae-4bdd-883e-259b7a5fd538
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 85d7ad57-ba05-4dcf-8b3f-d94da0ccfcde
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb5e147b-386b-46b4-b3b4-091abca66b88
05-21 14:01:37.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54dadc14-8c6a-47be-90c7-65120c433628
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b9cbfa6-cc75-447e-a1d1-07129080ac16
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dfd24cc5-9561-4556-a2d6-bfacb9d89ef3
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8daec87d-c15e-4cd1-97b9-b3d80cc42dc9
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff4e8448-19f3-4ca9-b75c-010f67043351
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e0aedb0-6e16-47a1-b276-ea07490150bd
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e8d7fed-5894-42f7-88f6-5ac0ce17869d
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21e0c59e-e67d-4218-86a8-0541422fbdcc
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57142bc9-5807-48c1-a773-1ff06a1f7752
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9945676e-0b62-4dff-8e96-5f43d6968555
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3f17723-d7da-4b5e-ac8d-eafd0cb13df6
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f62a7f08-4352-42f6-beba-503182158deb
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5c89c252-ba28-420e-84ec-b115ed546f22
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 48a5cdf4-6164-4e13-bf7a-9c59429cd7d2
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa2f0d8d-9a1b-454b-9d98-2d7dcfcb6512
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cedbd2cc-044d-42ca-84ee-187045dfa80b
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5d445ed7-0263-4c40-85a9-61510ba6bca4
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:37.884 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a7d7b06f-0fdf-4a2c-8f79-880c34e19323
05-21 14:01:37.885 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:37.885 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3ce35a7e-a9aa-4d59-9330-377aa6bb8387
05-21 14:01:37.885 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8d130dd9-b4d8-419e-bdac-4eb718532d8c
05-21 14:01:37.886 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:37.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 10a5ea75-f5a4-4c28-9a76-d478118bf309
05-21 14:01:37.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 17592f26-904d-4250-a920-b85e37777cad
05-21 14:01:37.888 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:37.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ba713c58-4a36-4586-a5f0-a3e764f84b2c
05-21 14:01:37.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fbe1b5f0-08cf-4801-84dd-2b85fa21dad0
05-21 14:01:37.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ac753b76-9e8d-4d55-88a5-9ac336d0cad8
05-21 14:01:37.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=f09d953e-f5f3-4e7e-acbf-5b495de038de,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7f37bdf0-1409-45fe-b515-752749dcbf65
05-21 14:01:37.902 6276 6287 W System : A resource failed to call release.
05-21 14:01:37.903 6276 6287 W System : A resource failed to call release.
05-21 14:01:37.903 6276 6287 W System : A resource failed to call release.
05-21 14:01:37.903 6276 6287 W System : A resource failed to call release.
05-21 14:01:37.903 6276 6287 W System : A resource failed to call release.
05-21 14:01:37.904 6276 6287 W System : A resource failed to call release.
05-21 14:01:38.282 848 904 D SplashScreenView: Build android.window.SplashScreenView{a6c1fa8 V.E...... ......ID 0,0-0,0}
05-21 14:01:38.282 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:38.282 848 904 D SplashScreenView: Branding: view: android.view.View{59edac1 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:38.302 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:38.309 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1674e72 in: PAUSED
05-21 14:01:38.318 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1674e72
05-21 14:01:38.377 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:38.378 848 966 D EGL_emulation: app_time_stats: avg=117.83ms min=1.55ms max=1123.97ms count=14
05-21 14:01:38.414 848 966 D EGL_emulation: app_time_stats: avg=15.94ms min=6.07ms max=34.06ms count=56
05-21 14:01:38.520 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:38.522 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +245ms
05-21 14:01:38.533 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:38.536 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=275, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@8ededd1
05-21 14:01:38.545 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:38.545 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:38.545 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:38.545 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:38.545 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:38.572 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:38.572 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:38.578 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:38.578 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:38.615 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:90921151: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:38.615 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:90921151: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:38.617 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:38.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:38.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:38.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:38.620 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:38.627 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1674e72 in: STOPPED
05-21 14:01:38.644 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1674e72
05-21 14:01:38.713 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1674e72 in: DESTROYED
05-21 14:01:38.713 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:38.714 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8646a34
05-21 14:01:38.729 1679 1689 I ogle.android.as: Background young concurrent copying GC freed 162460(5438KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5702KB/10MB, paused 232us,35us total 150.675ms
05-21 14:01:38.732 595 838 W InputManager-JNI: Input channel object 'ef6bd91 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:38.760 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@950ed3]
05-21 14:01:38.765 9128 9160 I TestRunner: finished: itemDateDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
3.25 s
passeditemWeightDisplayed
-
05-21 14:01:38.768 9128 9160 I TestRunner: started: itemWeightDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:38.782 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6936a57]
05-21 14:01:38.807 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:38.889 848 904 D SplashScreenView: Build android.window.SplashScreenView{ecbfd4d V.E...... ......ID 0,0-0,0}
05-21 14:01:38.889 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:38.889 848 904 D SplashScreenView: Branding: view: android.view.View{a968002 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:38.904 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c618286 in: PRE_ON_CREATE
05-21 14:01:38.906 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:38.962 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:38.964 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:39.049 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6d57943
05-21 14:01:39.052 595 2387 W InputManager-JNI: Input channel object '54456d7 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:39.070 1829 1861 I earchbox:search: Background young concurrent copying GC freed 149912(4442KB) AllocSpace objects, 422(7920KB) LOS objects, 3% free, 257MB/265MB, paused 136us,104us total 195.615ms
05-21 14:01:39.323 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 458238(14MB) AllocSpace objects, 6(312KB) LOS objects, 30% free, 34MB/49MB, paused 3.227ms,160us total 142.798ms
05-21 14:01:39.360 9128 9140 W System : A resource failed to call release.
05-21 14:01:39.415 848 966 D EGL_emulation: app_time_stats: avg=64.24ms min=2.46ms max=205.97ms count=15
05-21 14:01:39.563 595 608 I system_server: NativeAlloc concurrent copying GC freed 202941(6021KB) AllocSpace objects, 7(140KB) LOS objects, 44% free, 30MB/54MB, paused 443us,167us total 139.906ms
05-21 14:01:39.651 1829 1861 I earchbox:search: Background concurrent copying GC freed 380954(18MB) AllocSpace objects, 1178(21MB) LOS objects, 8% free, 250MB/274MB, paused 187us,56us total 484.971ms
05-21 14:01:39.715 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c618286 in: CREATED
05-21 14:01:39.731 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@c618286
05-21 14:01:39.751 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c618286 in: STARTED
05-21 14:01:39.768 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@c618286
05-21 14:01:39.843 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c618286 in: RESUMED
05-21 14:01:39.861 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@c618286
05-21 14:01:40.030 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:40.033 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s217ms
05-21 14:01:40.090 595 838 I ImeTracker: com.github.se.polyfit:70be3df6: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:40.091 595 838 I ImeTracker: com.github.se.polyfit:70be3df6: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:40.097 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:40.098 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:40.099 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:40.099 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:40.099 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:40.103 848 966 D EGL_emulation: app_time_stats: avg=89.14ms min=9.87ms max=816.36ms count=19
05-21 14:01:40.108 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:40.115 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a118aa9d: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:40.115 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a118aa9d: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:40.127 9128 9160 W thub.se.polyfit: Suspending all threads took: 8.628ms
05-21 14:01:40.136 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@976ae7
05-21 14:01:40.139 595 613 W InputManager-JNI: Input channel object '8253fe1 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:40.350 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a682149
05-21 14:01:40.352 595 838 W InputManager-JNI: Input channel object '1da5e31 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:40.367 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:40.433 848 966 D EGL_emulation: app_time_stats: avg=12.74ms min=1.51ms max=98.79ms count=48
05-21 14:01:41.276 848 904 D SplashScreenView: Build android.window.SplashScreenView{d2940ba V.E...... ......ID 0,0-0,0}
05-21 14:01:41.276 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:41.276 848 904 D SplashScreenView: Branding: view: android.view.View{6256b6b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:41.300 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c618286 in: PAUSED
05-21 14:01:41.303 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:41.314 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@c618286
05-21 14:01:41.374 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676124f0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:41.384 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:41.384 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bc018bb9-2d6b-450c-946e-a2d6073f1f2d
05-21 14:01:41.385 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1d17e3a2-d4f6-4a07-a36b-d4d3d6361166
05-21 14:01:41.385 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 033f3f0b-8090-4fd4-9824-c01da33f386b
05-21 14:01:41.385 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04ff8e01-d914-4026-b5dc-0ed954a411d2
05-21 14:01:41.385 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5fea40fd-209b-4d45-9610-016f5db2b6fa
05-21 14:01:41.386 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf8fab65-1166-478b-a66a-387088a470cd
05-21 14:01:41.386 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffbccf7f-6263-435b-816d-f89ae11f3ff3
05-21 14:01:41.386 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e9de2c9-b70a-4450-a244-04be93d3711e
05-21 14:01:41.386 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 12e3ad6a-afaf-4e33-b1b3-95443ddc4bca
05-21 14:01:41.386 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ca8c3b5-d470-4de7-983e-c6a7629d7774
05-21 14:01:41.386 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8523cb75-05b5-4d75-bfc0-11e837d47c12
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da1ff2da-616d-4ecf-9865-a593b4691ac0
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6146dd8f-14d7-4e98-aaa8-c392b65441d0
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 77e191cf-4344-4ac8-b8a7-bafbff650685
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e58dccae-31ba-41a3-a044-68145c897ea6
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3295f19-fa02-4c97-a774-76f08328aa71
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2cc27ca-9a37-44af-8166-8a3a5206f5e9
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6bfbed8a-c458-49ba-a61e-25cf3770746d
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 807f02fc-797a-4b53-9663-a3ba0a604437
05-21 14:01:41.387 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 015536c4-45e0-46a3-a6c1-9274ea6a313d
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09de999e-482b-4cc2-aa22-1c84b4b1bd23
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dcee3cba-fa83-48bc-8ccb-306260e21b50
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4600d39d-78cb-4102-b324-eae1686bba5f
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b13eb515-4d3b-4daf-b77d-b7873d50c55a
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 19aff5c7-9406-4558-b3c8-a10a5e38e267
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b11e65bb-baaa-4987-8f34-a27940c851c4
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f16dd0b-e81f-43aa-914e-cc90a9e9a0f6
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0cfe316-a73b-4efa-a05d-731365d6b137
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 59a5e443-d2fb-4b76-80a6-7b4d64c0f5a3
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b0f4326d-81de-42f4-a7a7-8462fe5d82dd
05-21 14:01:41.388 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a8b30bbe-12df-4f19-aabf-1b9785a0edf8
05-21 14:01:41.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a213728a-da7c-47b9-ad90-d1d4bb153e8d
05-21 14:01:41.389 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:41.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e295d9b2-53da-41cf-82e5-cb918a6af1a3
05-21 14:01:41.391 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:41.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 06d52092-f426-4070-9762-b3db4041ff05
05-21 14:01:41.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 95133b88-51f9-42c2-afc5-9763a04b5d13
05-21 14:01:41.393 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:41.393 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1e9bfa1d-9f05-41b4-8f4f-38de0d26f3a8
05-21 14:01:41.393 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ea429597-8d99-41c5-9cc0-1ca3b944c3f9
05-21 14:01:41.395 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:41.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7fa79011-b90f-49d1-8222-e7c2707cd1aa
05-21 14:01:41.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c1260088-e167-495b-bb98-f55f63d5239f
05-21 14:01:41.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6aa5ec03-2255-47b0-a912-327694532fe8
05-21 14:01:41.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=343472ff-20d5-489f-8f81-f23a149cf099,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 10bc7ce6-eb5a-413b-9a03-a787c323f5ad
05-21 14:01:41.401 848 966 D EGL_emulation: app_time_stats: avg=324.51ms min=48.95ms max=1094.99ms count=4
05-21 14:01:41.415 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:41.451 848 966 D EGL_emulation: app_time_stats: avg=10.76ms min=2.21ms max=47.73ms count=56
05-21 14:01:41.576 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:41.577 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +310ms
05-21 14:01:41.617 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:41.618 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=279, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@8a0a2b
05-21 14:01:41.623 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:41.623 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:41.623 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:41.624 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:41.625 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:41.674 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:41.675 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:41.675 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:41.676 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:41.754 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:f99b7f77: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:41.755 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:f99b7f77: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:41.770 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:41.808 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:41.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:41.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:41.810 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:41.847 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c618286 in: STOPPED
05-21 14:01:41.863 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@c618286
05-21 14:01:41.946 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c618286 in: DESTROYED
05-21 14:01:41.946 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:41.948 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@953493c
05-21 14:01:41.974 595 2358 W InputManager-JNI: Input channel object 'ff1d59e com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:41.983 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d9aae86
05-21 14:01:41.984 595 2358 W InputManager-JNI: Input channel object '5e70f98 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:42.010 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6936a57]
05-21 14:01:42.011 9128 9160 I TestRunner: finished: itemWeightDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
3.24 s
passedtopBarBackFuntionning
-
05-21 14:01:42.023 9128 9160 I TestRunner: started: topBarBackFuntionning(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:42.037 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d2fbe7f]
05-21 14:01:42.052 1829 1861 I earchbox:search: Background young concurrent copying GC freed 196305(6166KB) AllocSpace objects, 664(12MB) LOS objects, 5% free, 251MB/265MB, paused 63us,45us total 122.780ms
05-21 14:01:42.072 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:42.106 848 904 D SplashScreenView: Build android.window.SplashScreenView{89b8217 V.E...... ......ID 0,0-0,0}
05-21 14:01:42.106 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:42.106 848 904 D SplashScreenView: Branding: view: android.view.View{a39604 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:42.140 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cfc7130
05-21 14:01:42.143 595 2358 W InputManager-JNI: Input channel object '84608ba com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:42.152 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:42.154 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df04e in: PRE_ON_CREATE
05-21 14:01:42.154 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:42.213 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:42.215 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:42.456 848 966 D EGL_emulation: app_time_stats: avg=34.10ms min=4.58ms max=174.19ms count=26
05-21 14:01:42.532 848 966 D EGL_emulation: app_time_stats: avg=80.68ms min=11.84ms max=518.51ms count=14
05-21 14:01:42.539 1829 1861 I earchbox:search: Background concurrent copying GC freed 247519(14MB) AllocSpace objects, 1593(29MB) LOS objects, 8% free, 250MB/274MB, paused 143us,31us total 384.536ms
05-21 14:01:42.771 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df04e in: CREATED
05-21 14:01:42.782 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@df04e
05-21 14:01:42.794 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df04e in: STARTED
05-21 14:01:42.804 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@df04e
05-21 14:01:42.847 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df04e in: RESUMED
05-21 14:01:42.858 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@df04e
05-21 14:01:42.974 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:42.976 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +888ms
05-21 14:01:42.984 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:42.984 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5f2d52cb: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:42.985 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:5f2d52cb: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:43.018 595 2431 I ImeTracker: com.github.se.polyfit:b30670fd: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:43.018 595 2431 I ImeTracker: com.github.se.polyfit:b30670fd: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:43.020 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:43.022 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:43.024 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:43.026 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:43.031 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:43.179 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:43.336 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ccc28b3
05-21 14:01:43.339 595 613 W InputManager-JNI: Input channel object '1a5a9b1 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:43.467 848 966 D EGL_emulation: app_time_stats: avg=15.70ms min=1.26ms max=100.53ms count=46
05-21 14:01:43.734 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x751367619240 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:43.735 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:43.735 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ecf64fd-1fd8-4534-adfa-5bea462cad03
05-21 14:01:43.735 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1b401cd-d882-45c7-a1ad-aa32f81b88a9
05-21 14:01:43.735 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a8f4105-9742-4e29-b435-18b008f4c321
05-21 14:01:43.735 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5de3f392-322e-4949-bd4d-990fa8397859
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b18c3b76-f517-450c-bf50-0f2afbaf198e
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 31015b78-b514-42a6-bed3-3afc02329dcb
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4de2e34b-9369-48da-a816-3fc0d35617d9
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57454a76-4254-4657-9b53-07cff56fbcea
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7643fe36-5d17-4037-b6f9-c64797598bd7
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cb51a799-af97-4c70-95bf-a32cb4845724
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 65ab3d98-91a3-4bb6-9fa6-c6cf137bd03f
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: faa537d5-9bc3-4e47-b4ec-e6d91fd030fa
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 39c99a05-d8e5-49f7-a147-580dac7d24df
05-21 14:01:43.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3cbf69d9-bc5f-4102-bb6a-579aad42cfc7
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a066a90-39c3-41b9-a02e-99a280074f00
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6c0fb047-de75-4656-a8f3-584e54c8d57e
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ae2bfd1c-b021-4924-9605-4bd0baa2eccb
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5148a158-cbbc-4fcc-90fa-c4497cddabfa
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e2e221e-9b72-4abd-8c9e-9db2a3840cc9
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d17f6e2c-bafc-4e65-9ca4-01cff9609e27
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 53126194-739d-4841-ac7d-d8c871f3701d
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e439d87a-77d6-4b96-86f9-c65d4454fe2c
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73d596d3-f236-4c97-86e9-7cc3814be7a2
05-21 14:01:43.737 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc5789d7-bcb1-4d16-a6b8-fef82615d423
05-21 14:01:43.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9519461d-3856-4062-96ca-60f27451bfd2
05-21 14:01:43.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d75fe799-bbde-4ea0-9739-650fbd5418eb
05-21 14:01:43.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 483c980b-63f2-49ed-876d-8a347360349a
05-21 14:01:43.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fce9bf3e-533f-4f02-ba36-9388c212ca75
05-21 14:01:43.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cc7fad27-b5d4-4d70-bf69-4c261f9f8695
05-21 14:01:43.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0c1550e8-4cf7-4482-b293-2a10b86be34b
05-21 14:01:43.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8aa9a6bd-5f7a-46d9-85c0-f77b9c091f14
05-21 14:01:43.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2a94e078-57dd-4c04-89b2-feb1e7a59bbd
05-21 14:01:43.739 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:43.740 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b2fbdb87-2658-4a41-8944-5b235a4c3d9d
05-21 14:01:43.740 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:43.740 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 18126bf0-8165-4136-afdf-0e69f8cb9963
05-21 14:01:43.740 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1eb22bbd-121c-4359-a3b9-3b7e655a5a07
05-21 14:01:43.741 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:01:43.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 95b6bf2a-ffb6-4a91-8ec7-80510eab8c8f
05-21 14:01:43.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9e3da552-0432-4276-bb12-0e80ddb5891c
05-21 14:01:43.742 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:43.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a5d50709-bb77-487d-8002-0c682cbce23f
05-21 14:01:43.743 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 181b5953-d6bc-4393-ab7f-5e43da590093
05-21 14:01:43.743 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ed89398d-6a6a-4a69-bc3c-400435a0ae0d
05-21 14:01:43.743 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=30b64e0e-ccb9-46d6-92be-0704105c4c79,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 74ce1f94-3962-4a65-be57-14380ad40c50
05-21 14:01:44.220 848 904 D SplashScreenView: Build android.window.SplashScreenView{d3984d0 V.E...... ......ID 0,0-0,0}
05-21 14:01:44.220 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:44.220 848 904 D SplashScreenView: Branding: view: android.view.View{d51cc9 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:44.246 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df04e in: PAUSED
05-21 14:01:44.252 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:44.258 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@df04e
05-21 14:01:44.328 6276 6287 W System : A resource failed to call release.
05-21 14:01:44.329 6276 6287 W System : A resource failed to call release.
05-21 14:01:44.330 6276 6287 W System : A resource failed to call release.
05-21 14:01:44.330 6276 6287 W System : A resource failed to call release.
05-21 14:01:44.331 6276 6287 W System : A resource failed to call release.
05-21 14:01:44.331 6276 6287 W System : A resource failed to call release.
05-21 14:01:44.352 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:44.356 848 966 D EGL_emulation: app_time_stats: avg=125.45ms min=2.77ms max=1106.59ms count=14
05-21 14:01:44.392 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 146549(5672KB) AllocSpace objects, 1(20KB) LOS objects, 50% free, 17MB/34MB, paused 250us,69us total 107.065ms
05-21 14:01:44.525 848 966 D EGL_emulation: app_time_stats: avg=16.74ms min=1.08ms max=93.25ms count=57
05-21 14:01:44.528 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:44.540 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +315ms
05-21 14:01:44.646 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:44.648 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:44.655 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:44.669 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:44.673 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=283, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@26cb9c4
05-21 14:01:44.680 9128 9288 D EGL_emulation: app_time_stats: avg=69.83ms min=7.02ms max=682.04ms count=23
05-21 14:01:44.686 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:44.747 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:44.750 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:44.750 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:44.751 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:44.753 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:44.798 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7734730 (UnprojectedRipple) with handle 0x751367626cb0
05-21 14:01:44.820 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:aceaa8b9: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:44.821 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:aceaa8b9: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:44.843 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:44.850 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:44.851 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:44.852 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:44.853 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:44.914 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df04e in: STOPPED
05-21 14:01:44.933 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@df04e
05-21 14:01:44.940 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5ec6b0b
05-21 14:01:44.951 595 2431 W InputManager-JNI: Input channel object '95954fb Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:45.089 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df04e in: DESTROYED
05-21 14:01:45.090 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:45.094 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cd8ef3
05-21 14:01:45.175 595 2358 W InputManager-JNI: Input channel object '9273b2a com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:45.216 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1e311b7
05-21 14:01:45.219 595 2387 W InputManager-JNI: Input channel object 'c0eb63a com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:45.247 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 423140(13MB) AllocSpace objects, 8(416KB) LOS objects, 28% free, 35MB/49MB, paused 16.829ms,58us total 213.114ms
05-21 14:01:45.250 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d2fbe7f]
05-21 14:01:45.252 9128 9160 I TestRunner: finished: topBarBackFuntionning(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
4.17 s
passeddropdownMenuInteraction
-
05-21 14:01:45.257 9128 9160 I TestRunner: started: dropdownMenuInteraction(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:45.279 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8adacf0]
05-21 14:01:45.305 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:45.330 848 904 D SplashScreenView: Build android.window.SplashScreenView{bef3026 V.E...... ......ID 0,0-0,0}
05-21 14:01:45.330 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:45.330 848 904 D SplashScreenView: Branding: view: android.view.View{8e74467 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:45.353 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:45.354 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197381(6518KB) AllocSpace objects, 667(12MB) LOS objects, 5% free, 251MB/266MB, paused 727us,133us total 160.640ms
05-21 14:01:45.398 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ba4cd23 in: PRE_ON_CREATE
05-21 14:01:45.399 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:45.440 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:45.442 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:45.550 848 966 D EGL_emulation: app_time_stats: avg=29.71ms min=5.05ms max=89.94ms count=30
05-21 14:01:45.923 1585 1714 I ProtoXDBBufferWrapper: ProtoXDBBufferWrapper.flushToStorage():153 Flushed 9 data item(s) to storage.
05-21 14:01:45.935 848 966 D EGL_emulation: app_time_stats: avg=129.17ms min=2.86ms max=795.95ms count=12
05-21 14:01:46.117 1829 1861 I earchbox:search: Background concurrent copying GC freed 239563(14MB) AllocSpace objects, 1447(26MB) LOS objects, 8% free, 251MB/275MB, paused 5.199ms,61us total 558.771ms
05-21 14:01:46.332 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ba4cd23 in: CREATED
05-21 14:01:46.343 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@ba4cd23
05-21 14:01:46.356 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ba4cd23 in: STARTED
05-21 14:01:46.366 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@ba4cd23
05-21 14:01:46.412 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ba4cd23 in: RESUMED
05-21 14:01:46.423 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@ba4cd23
05-21 14:01:46.532 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:46.534 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s221ms
05-21 14:01:46.554 848 966 D EGL_emulation: app_time_stats: avg=10.71ms min=1.10ms max=31.07ms count=56
05-21 14:01:46.581 595 2431 I ImeTracker: com.github.se.polyfit:346b5fd4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:46.581 595 2431 I ImeTracker: com.github.se.polyfit:346b5fd4: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:46.585 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:46.593 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:46.597 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:46.597 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:85f22fee: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:46.597 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:85f22fee: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:46.598 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:46.599 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:46.599 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:46.744 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:46.863 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f0e28b2
05-21 14:01:46.865 595 2431 W InputManager-JNI: Input channel object '2df1969 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:47.510 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:47.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3e47d6a5-9681-46d8-90db-36713cd3c41d
05-21 14:01:47.512 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x751367618af0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:47.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46b1818c-8b93-4921-b9ab-b9eb23025be8
05-21 14:01:47.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a5980b1-b143-420e-a8d0-4d9b3d19404f
05-21 14:01:47.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8b064a4e-43a6-483a-b086-b2c1d85522d3
05-21 14:01:47.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f173a8e1-5957-46b6-82e4-6b172e5b2318
05-21 14:01:47.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 883c2171-b09c-4652-a364-81c5ac519e65
05-21 14:01:47.512 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 403377a0-834a-4e01-8131-d304c37f6a50
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8f75da02-5f41-4ee8-858d-7d9bcc917dca
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 020da812-3657-42aa-b62f-bf610337c5e3
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3255daa3-6c3d-4853-8953-7ff8c3b8509e
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ca7b7eb-af19-4b04-843b-c543cae048e3
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1cd77d7c-fcdd-456c-9597-ff4b29275a79
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 68a3372e-60b4-4f4b-80d5-d3db49e37870
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff51b980-304f-4f5e-b2c0-cbdd2a436616
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ceb6bc22-175b-4b9f-b421-4ccc020b18e1
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7c0f260-816f-4426-a4f1-077861e9a25d
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a5a8072-0d11-4fb8-b3ae-9d02dfc97621
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3e0fd9c1-34ad-4332-8648-ef443875e778
05-21 14:01:47.513 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2d701c74-6ef8-443f-a0c9-16db4b4b689e
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47108344-b425-4ca6-8db6-216c983f7093
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 960e8fe6-6954-4c26-8136-1881fe052990
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3635bc2c-671d-411c-81f7-b0f09226497b
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30463413-3c9c-4cef-9d37-c5afbedccb6a
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e380d65-ac3e-47e2-b7ee-4d6ea99cdc19
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fe95f319-7016-4f94-a00b-38418652cccb
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 689496fe-c532-4dde-9c8b-26d11dedccd8
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9cc2d8d5-031a-4e89-b974-1effc7b2ce1e
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2102168c-4d27-4a93-aa70-0f2fd42cc531
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 48ef3f1a-a81e-4e3a-8c08-c8b6903e5209
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22cdfbbd-38b4-4d47-958b-e04554572b50
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0a926530-a911-4c9a-8970-b1497ffb848a
05-21 14:01:47.514 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 994589c5-e5bc-4634-8d08-37a1427d7905
05-21 14:01:47.515 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:47.515 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: da92cdab-f74b-4c14-9529-3ec5e9d28e0a
05-21 14:01:47.515 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:47.515 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a025fc87-3bce-439d-a3b9-8de1a5f37d26
05-21 14:01:47.515 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ce23ecbd-1240-4a3b-8a28-9940242dcb65
05-21 14:01:47.516 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:47.516 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0fae08a4-fefd-45a7-b267-2148eba7ea53
05-21 14:01:47.516 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 23620183-daed-47d0-85e1-285be618bc6f
05-21 14:01:47.517 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:47.517 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4481c327-b2ca-41de-8eac-c047554f1be4
05-21 14:01:47.517 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 40071455-693c-4977-b9f9-be87de8c5cb3
05-21 14:01:47.517 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6e0ece40-cfeb-4dcc-8999-015c7879d029
05-21 14:01:47.517 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=73b498f8-b019-4d74-b5aa-38ed428969d6,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 89d39f63-3d89-4408-99d3-9ea4d86b4ba4
05-21 14:01:47.562 848 966 D EGL_emulation: app_time_stats: avg=13.52ms min=1.76ms max=91.83ms count=48
05-21 14:01:47.612 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:01:47.624 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:47.625 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:47.625 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:47.625 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:47.625 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:47.732 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:01:48.542 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@87c4886
05-21 14:01:48.554 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d76f4e10 (UnprojectedRipple) with handle 0x75136764f630
05-21 14:01:48.556 595 2358 W InputManager-JNI: Input channel object 'aacb7ac Pop-Up Window (client)' was disposed without first being removed with the input manager!
05-21 14:01:48.593 9128 9288 D EGL_emulation: app_time_stats: avg=343.94ms min=14.88ms max=742.32ms count=6
05-21 14:01:48.613 595 2358 I ImeTracker: com.github.se.polyfit:ff9937a5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR
05-21 14:01:48.613 595 2358 I ImeTracker: com.github.se.polyfit:ff9937a5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:48.613 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:48.614 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:48.614 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:48.614 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:48.614 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:48.696 848 904 D SplashScreenView: Build android.window.SplashScreenView{1e8735e V.E...... ......ID 0,0-0,0}
05-21 14:01:48.696 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:48.696 848 904 D SplashScreenView: Branding: view: android.view.View{bd3f33f G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:48.719 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:48.750 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ba4cd23 in: PAUSED
05-21 14:01:48.758 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@ba4cd23
05-21 14:01:48.784 7267 7429 I bluetooth: packages/modules/Bluetooth/system/gd/hci/le_address_manager.cc:265 ack_pause: Client already in paused state
05-21 14:01:48.814 7267 7429 I bluetooth: packages/modules/Bluetooth/system/gd/hci/le_address_manager.cc:596 OnCommandComplete: Received command complete with op_code LE_SET_RANDOM_ADDRESS
05-21 14:01:48.815 7267 7429 I bluetooth: packages/modules/Bluetooth/system/gd/hci/le_address_manager.cc:616 OnCommandComplete: update random address : xx:xx:xx:xx:a5:a3
05-21 14:01:48.816 7267 7429 I bluetooth: packages/modules/Bluetooth/system/gd/hci/le_address_manager.cc:294 resume_registered_clients: Resuming registered clients
05-21 14:01:48.830 848 966 D EGL_emulation: app_time_stats: avg=202.12ms min=2.18ms max=2069.72ms count=14
05-21 14:01:48.834 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:49.009 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:49.011 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +326ms
05-21 14:01:49.113 848 966 D EGL_emulation: app_time_stats: avg=42.67ms min=4.13ms max=675.04ms count=33
05-21 14:01:49.123 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:49.125 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:49.125 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:49.163 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:49.163 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:49.163 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:49.163 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:49.164 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:49.175 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:49.177 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=287, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@d2bf8d8
05-21 14:01:49.180 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:49.261 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ba4cd23 in: STOPPED
05-21 14:01:49.275 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@ba4cd23
05-21 14:01:49.293 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:a8302a20: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:49.293 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:a8302a20: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:49.297 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:49.301 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:49.307 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:49.308 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:49.308 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:49.364 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ba4cd23 in: DESTROYED
05-21 14:01:49.364 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:49.366 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@228fd26
05-21 14:01:49.391 595 2358 W InputManager-JNI: Input channel object '745a34c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:49.415 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8adacf0]
05-21 14:01:49.417 9128 9160 I TestRunner: finished: dropdownMenuInteraction(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
3.29 s
passedtopBarDisplayed
-
05-21 14:01:49.422 9128 9160 I TestRunner: started: topBarDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:49.425 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@44676a
05-21 14:01:49.426 595 2433 W InputManager-JNI: Input channel object 'c965274 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:49.430 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ea5f5a8]
05-21 14:01:49.468 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:49.479 848 904 D SplashScreenView: Build android.window.SplashScreenView{4f46c0f V.E...... ......ID 0,0-0,0}
05-21 14:01:49.479 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:49.479 848 904 D SplashScreenView: Branding: view: android.view.View{798c49c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:49.623 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e15bbbb in: PRE_ON_CREATE
05-21 14:01:49.624 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:49.655 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:49.656 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:49.659 1829 1861 I earchbox:search: Background young concurrent copying GC freed 143420(5539KB) AllocSpace objects, 722(13MB) LOS objects, 5% free, 250MB/265MB, paused 244us,32us total 119.332ms
05-21 14:01:50.080 848 966 D EGL_emulation: app_time_stats: avg=93.91ms min=4.74ms max=584.93ms count=13
05-21 14:01:50.115 848 966 D EGL_emulation: app_time_stats: avg=33.15ms min=4.89ms max=195.01ms count=27
05-21 14:01:50.236 1829 1861 I earchbox:search: Background concurrent copying GC freed 247946(14MB) AllocSpace objects, 1594(29MB) LOS objects, 8% free, 250MB/274MB, paused 215us,104us total 461.400ms
05-21 14:01:50.318 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e15bbbb in: CREATED
05-21 14:01:50.343 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e15bbbb
05-21 14:01:50.367 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e15bbbb in: STARTED
05-21 14:01:50.380 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 412664(13MB) AllocSpace objects, 5(232KB) LOS objects, 26% free, 36MB/49MB, paused 12.597ms,105us total 105.017ms
05-21 14:01:50.382 595 608 I system_server: NativeAlloc concurrent copying GC freed 176166(5606KB) AllocSpace objects, 21(420KB) LOS objects, 44% free, 30MB/54MB, paused 554us,127us total 127.570ms
05-21 14:01:50.398 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e15bbbb
05-21 14:01:50.415 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:01:50.477 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e15bbbb in: RESUMED
05-21 14:01:50.495 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e15bbbb
05-21 14:01:50.657 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:50.659 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s177ms
05-21 14:01:50.711 595 2358 I ImeTracker: com.github.se.polyfit:64cfbf27: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:50.712 595 2358 I ImeTracker: com.github.se.polyfit:64cfbf27: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:50.715 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:50.718 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:50.719 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:50.720 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:50.721 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:50.732 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b94b4c0
05-21 14:01:50.735 595 2431 W InputManager-JNI: Input channel object '7dcd836 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:50.764 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:50.765 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:44e0f475: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:50.766 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:44e0f475: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:50.795 1829 1861 I earchbox:search: Background young concurrent copying GC freed 59114(5887KB) AllocSpace objects, 1046(19MB) LOS objects, 8% free, 242MB/266MB, paused 281us,103us total 100.177ms
05-21 14:01:51.016 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a975c46
05-21 14:01:51.018 595 613 W InputManager-JNI: Input channel object '529b55d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:51.048 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:51.136 848 966 D EGL_emulation: app_time_stats: avg=19.66ms min=1.38ms max=101.64ms count=46
05-21 14:01:51.686 9128 9137 I thub.se.polyfit: Compiler allocated 5068KB to compile void com.github.se.polyfit.ui.screen.GraphScreenKt$FullGraphScreen$2.invoke(androidx.compose.foundation.layout.PaddingValues, androidx.compose.runtime.Composer, int)
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bac0cf63-c786-4c75-87b5-902156c470f2
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 95a204c1-7d9c-471d-abfb-fd60839431a1
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9040cdac-e878-4e73-8c00-32d037095fb5
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2678e98a-2ae2-464e-bb8e-46df81a3713a
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cf613390-a881-4806-8fde-232446b92bca
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03fb2707-a17f-4324-813b-378b5bd1b723
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09fd7ff9-c043-45b0-af43-d299bfc0939d
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc304350-a3c6-4b30-932a-57014baadcb1
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1389f6f3-b101-4c4f-86fc-2084e98c3aa9
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4656588d-3326-45aa-9b30-b125bcda55b4
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7035118-d30b-46c0-922f-225b656f1efe
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9eb6d046-8771-4c9b-a0bf-6c4ba002923c
05-21 14:01:51.937 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6c9c1ffd-5abb-4191-8602-dc85b518d681
05-21 14:01:51.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 18539f36-8694-44a9-95af-04c946ba3116
05-21 14:01:51.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a86c67e-cdc7-44cf-8717-e6fe92021be3
05-21 14:01:51.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98e3b45e-b928-493c-a494-dc2132ad4a0d
05-21 14:01:51.938 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675e6930 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:51.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a91223d-be84-4cc5-b386-f4feaf672db6
05-21 14:01:51.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7131315-e247-452d-be90-bf5905f149e0
05-21 14:01:51.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46ca11b3-ea62-4593-a2d3-c772626074c5
05-21 14:01:51.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92ebd338-822e-4143-8c91-c40e88ef3013
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6515d0f5-b0fa-4632-8989-e9b4dbcc3185
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8588d5d1-3db5-488a-8995-49e23fd7a3c5
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 260e9797-0cf6-4b3d-8363-7b90d8074947
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 798054f8-7f83-43de-822a-9839d6b590fd
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9cc96798-c5a1-4bbf-9dd2-13b5fe411305
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0c771a7b-584c-44ad-8ff0-7d60be34162c
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b534b282-3298-44a6-bb03-0ceb816adc37
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d2e2f73-1026-4dd4-a1c4-6b89c3bb30ee
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0dcb15f6-6e3f-4766-aef3-c303cb8d35cf
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 37f3dddd-541d-47f2-abac-9efe4cf6b9ef
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d1effc6d-787c-45fd-8ba5-efdaf82130a6
05-21 14:01:51.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e9ef29d4-2050-4e0e-81d5-7fdc369b132c
05-21 14:01:51.940 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:51.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ece2e202-5aae-4f44-87b1-c73105a1b0f6
05-21 14:01:51.940 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:51.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cd2b3ad5-c5f4-434b-ae25-6b8caa00ad82
05-21 14:01:51.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8806fdb0-3a15-4399-ae37-b89c5062a8c0
05-21 14:01:51.940 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:51.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 57694b3d-4f52-4c13-a987-3fdc376540c3
05-21 14:01:51.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3c01ab58-d7ba-4f61-bf82-960e33feb00d
05-21 14:01:51.941 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 14:01:51.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a05db865-83b5-4206-971f-ff9877ff0688
05-21 14:01:51.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6c0501c1-22c3-4708-a1c1-7dfc787298c6
05-21 14:01:51.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2dbfa2b8-a5a6-442f-b920-05aeaad7e5bd
05-21 14:01:51.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=52478aea-f110-485a-a86a-e85f7a12ff7f,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: df9448e7-1540-4d26-b231-7130f56e6127
05-21 14:01:52.066 848 904 D SplashScreenView: Build android.window.SplashScreenView{9a83394 V.E...... ......ID 0,0-0,0}
05-21 14:01:52.066 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:52.066 848 904 D SplashScreenView: Branding: view: android.view.View{4cd3e3d G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:52.086 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:52.102 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e15bbbb in: PAUSED
05-21 14:01:52.115 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e15bbbb
05-21 14:01:52.154 848 966 D EGL_emulation: app_time_stats: avg=8.90ms min=1.18ms max=48.66ms count=56
05-21 14:01:52.181 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:52.182 848 966 D EGL_emulation: app_time_stats: avg=149.76ms min=9.89ms max=1208.81ms count=14
05-21 14:01:52.332 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:52.336 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +277ms
05-21 14:01:52.374 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:52.377 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=291, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@a7d535a
05-21 14:01:52.449 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:52.450 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:52.450 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:52.450 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:52.451 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:52.463 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:52.466 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:52.466 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:52.467 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:52.548 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:86480dbf: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:52.548 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:86480dbf: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:52.584 6276 6287 W System : A resource failed to call release.
05-21 14:01:52.584 6276 6287 W System : A resource failed to call release.
05-21 14:01:52.584 6276 6287 W System : A resource failed to call release.
05-21 14:01:52.585 6276 6287 W System : A resource failed to call release.
05-21 14:01:52.586 6276 6287 W System : A resource failed to call release.
05-21 14:01:52.586 6276 6287 W System : A resource failed to call release.
05-21 14:01:52.605 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e15bbbb in: STOPPED
05-21 14:01:52.607 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:52.608 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:52.608 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:52.608 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:52.608 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:52.633 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e15bbbb
05-21 14:01:52.688 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e15bbbb in: DESTROYED
05-21 14:01:52.689 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:52.690 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f916dd9
05-21 14:01:52.705 595 2358 W InputManager-JNI: Input channel object '4a448fc com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:52.718 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@15360df
05-21 14:01:52.731 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ea5f5a8]
05-21 14:01:52.732 9128 9160 I TestRunner: finished: topBarDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
2.74 s
passeditemCaloriesDisplayed
-
05-21 14:01:52.739 9128 9160 I TestRunner: started: itemCaloriesDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:52.749 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@b896bc4]
05-21 14:01:52.768 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:52.786 848 904 D SplashScreenView: Build android.window.SplashScreenView{bf5d1af V.E...... ......ID 0,0-0,0}
05-21 14:01:52.786 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:52.786 848 904 D SplashScreenView: Branding: view: android.view.View{9e7c9bc G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:52.852 1829 1861 I earchbox:search: Background young concurrent copying GC freed 196279(6305KB) AllocSpace objects, 650(11MB) LOS objects, 5% free, 250MB/265MB, paused 159us,32us total 106.348ms
05-21 14:01:52.931 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b5e63c7 in: PRE_ON_CREATE
05-21 14:01:52.931 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:52.968 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:52.970 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:53.237 848 966 D EGL_emulation: app_time_stats: avg=81.86ms min=15.32ms max=205.08ms count=13
05-21 14:01:53.462 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b5e63c7 in: CREATED
05-21 14:01:53.472 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@b5e63c7
05-21 14:01:53.485 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b5e63c7 in: STARTED
05-21 14:01:53.497 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@b5e63c7
05-21 14:01:53.564 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b5e63c7 in: RESUMED
05-21 14:01:53.584 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@b5e63c7
05-21 14:01:53.727 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:53.729 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +952ms
05-21 14:01:53.786 848 966 D EGL_emulation: app_time_stats: avg=82.64ms min=7.93ms max=678.70ms count=19
05-21 14:01:53.791 595 838 I ImeTracker: com.github.se.polyfit:5dcd2067: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:53.791 595 838 I ImeTracker: com.github.se.polyfit:5dcd2067: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:53.793 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:53.794 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:53.795 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:53.795 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:53.795 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:53.799 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:53.800 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:623161f3: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:53.801 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:623161f3: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:53.802 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@15d2925
05-21 14:01:53.805 595 2387 W InputManager-JNI: Input channel object 'fbd6bdb com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:53.957 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:54.081 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d7d9cb
05-21 14:01:54.082 595 953 W InputManager-JNI: Input channel object 'ee64d87 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:54.131 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 310641, 0, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 310641, 0, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 310641, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 310663, 48112419, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 310663, 48112419, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 310685, 61394824, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 310685, 61394824, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 310715, 0, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 310715, 0, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 310715, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 310744, 79503002, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 310744, 79503002, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 310774, 0, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 310774, 0, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 310774, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 310790, 61901570, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 310813, 0, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 310813, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 310828, 0, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 310828, CUJ=J
05-21 14:01:54.131 848 903 W FrameTracker: Missing SF jank callback for vsyncId: 310836, CUJ=J
05-21 14:01:54.202 9128 9137 I thub.se.polyfit: Compiler allocated 7547KB to compile void androidx.compose.material3.OutlinedTextFieldKt.OutlinedTextFieldLayout(androidx.compose.ui.Modifier, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function3, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, boolean, float, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function2, kotlin.jvm.functions.Function2, androidx.compose.foundation.layout.PaddingValues, androidx.compose.runtime.Composer, int, int)
05-21 14:01:54.252 848 966 D EGL_emulation: app_time_stats: avg=18.82ms min=1.11ms max=96.75ms count=45
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 370477cc-18f4-4f0c-a349-4d45677f8c6a
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 640ea62c-4a77-444c-a0f9-9746c35713f5
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7922729e-d760-4bf6-aa1e-3f9f0dc61c1a
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5c6fab6a-650b-4252-a4af-4beb4c22e33e
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0cfd763e-f23a-4641-99ef-a434ebf42f6b
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d072e2ce-ea98-4fc0-a9b7-896c0a40e309
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b64f01c-2aec-43f8-9bee-71576ffff65c
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a07b7bc4-bae7-4a9f-8981-806de2b36ebf
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b8172978-6f52-4dfb-9ae6-f9837e649a41
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aad60a7a-c48b-46f4-a455-14d047ffe286
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 933bda8d-4386-45c6-b792-be469ed44c6b
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d297ea88-e855-4d36-bf2e-3ecd2edf7ea4
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 958b8098-f235-42d9-927b-ea3b076a3475
05-21 14:01:54.491 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c1a6b418-5484-452b-b9bd-59da2ddc9b0b
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4bbfa39-406c-4093-9505-e37a6f6ea879
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 395bb438-6571-4c7d-b2e9-ba5dd86813ce
05-21 14:01:54.492 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x751367609f10 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9cc2840d-1c37-4a72-ac09-fe0752050c2e
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 425e772c-97c1-4529-bd13-2212f8904daa
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 14c61e79-7f8b-47c2-b483-c2fc4efa969e
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 770736fb-4d94-4316-81b6-b700bbf2033a
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: daafd839-3b46-447d-baa8-faae0a0a8f8b
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d110378-0cc9-427d-8789-fbc09a14b496
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f6da1ff-cb53-4e96-9066-fee9550dd749
05-21 14:01:54.492 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30cca092-d01e-4594-8fb1-9059fc3ff49e
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea6204dc-cfae-428e-a9a8-8a021f8f9cf6
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0af5d6df-2817-45d6-96a0-a242e8524142
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 05492b7e-a331-4267-9665-3595f4de9d23
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6977790-fcac-4cca-b0f2-ed69d9d6c15c
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6015ad50-d73b-49e0-9ba9-0d123cbc8e68
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fe453be6-d489-4353-9792-5d5e13b2f73b
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 874ade11-e82e-47bf-b65d-e11399367928
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c172bb76-05db-4a70-b177-8a9da355a247
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:54.493 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0368e94a-63fe-4890-9c8f-835b44a1f010
05-21 14:01:54.494 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:54.494 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4d4dbc40-2591-4e6d-a6ea-3d4d1abd9c26
05-21 14:01:54.494 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cfb72470-ba98-45f1-aa91-d98d3b5879e7
05-21 14:01:54.494 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:54.494 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2f5eab22-2c73-4dcd-b305-bd03a29eb197
05-21 14:01:54.494 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ba22302e-1dec-46c4-9a40-6fb6e182f2a0
05-21 14:01:54.496 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 14:01:54.496 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 82050018-f6fc-47b1-a402-36f187cf7f6c
05-21 14:01:54.496 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b41a4ffa-fef9-4994-9e42-3353ea505c05
05-21 14:01:54.496 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: be489c41-87b4-4f15-9030-f95d4acc55e2
05-21 14:01:54.496 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=bf117879-933d-42f6-89f2-6c9ee5487034,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9783435f-c487-4236-a81e-094afbe6695c
05-21 14:01:54.832 848 904 D SplashScreenView: Build android.window.SplashScreenView{1ab7ba1 V.E...... ......ID 0,0-0,0}
05-21 14:01:54.832 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:54.832 848 904 D SplashScreenView: Branding: view: android.view.View{534e1c6 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:54.860 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b5e63c7 in: PAUSED
05-21 14:01:54.874 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@b5e63c7
05-21 14:01:54.887 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:54.945 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:54.945 848 966 D EGL_emulation: app_time_stats: avg=231.78ms min=46.84ms max=904.57ms count=5
05-21 14:01:55.100 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:55.101 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=295, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@e29126a
05-21 14:01:55.106 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:55.108 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +258ms
05-21 14:01:55.113 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:55.113 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:55.113 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:55.114 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:55.114 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:55.154 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:55.156 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:55.156 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:55.156 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:55.230 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:5177333e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:55.231 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:5177333e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:55.236 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:55.236 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:55.236 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:55.236 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:55.237 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:55.272 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b5e63c7 in: STOPPED
05-21 14:01:55.287 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@b5e63c7
05-21 14:01:55.310 848 966 D EGL_emulation: app_time_stats: avg=13.17ms min=1.17ms max=90.63ms count=50
05-21 14:01:55.390 1829 1861 I earchbox:search: Background young concurrent copying GC freed 186838(5567KB) AllocSpace objects, 480(9056KB) LOS objects, 4% free, 253MB/265MB, paused 190us,125us total 172.158ms
05-21 14:01:55.411 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b5e63c7 in: DESTROYED
05-21 14:01:55.412 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:55.413 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@acbe9a
05-21 14:01:55.440 595 2387 W InputManager-JNI: Input channel object '9260326 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:55.491 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@b896bc4]
05-21 14:01:55.493 9128 9160 I TestRunner: finished: itemCaloriesDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
3.29 s
passedtestSortingByKcalAscending
-
05-21 14:01:55.497 9128 9160 I TestRunner: started: testSortingByKcalAscending(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:55.524 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3710020
05-21 14:01:55.528 595 2431 W InputManager-JNI: Input channel object 'bcad4e0 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:55.539 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@dce621e]
05-21 14:01:55.602 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:55.652 848 904 D SplashScreenView: Build android.window.SplashScreenView{56a1d62 V.E...... ......ID 0,0-0,0}
05-21 14:01:55.652 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:55.652 848 904 D SplashScreenView: Branding: view: android.view.View{eee8ef3 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:55.659 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1aff376
05-21 14:01:55.681 595 953 W InputManager-JNI: Input channel object '2bbbcc2 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:55.686 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:55.776 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@efe17c9 in: PRE_ON_CREATE
05-21 14:01:55.777 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:55.797 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:55.801 1728 2211 E HwDetectorWithState: a: 3
05-21 14:01:55.811 1585 1714 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
05-21 14:01:56.265 848 966 D EGL_emulation: app_time_stats: avg=100.75ms min=13.57ms max=645.96ms count=13
05-21 14:01:56.314 848 966 D EGL_emulation: app_time_stats: avg=24.90ms min=1.72ms max=230.36ms count=32
05-21 14:01:56.320 1829 1861 I earchbox:search: Background concurrent copying GC freed 394183(19MB) AllocSpace objects, 1448(26MB) LOS objects, 8% free, 249MB/273MB, paused 518us,85us total 655.063ms
05-21 14:01:56.614 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@efe17c9 in: CREATED
05-21 14:01:56.630 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@efe17c9
05-21 14:01:56.658 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@efe17c9 in: STARTED
05-21 14:01:56.671 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@efe17c9
05-21 14:01:56.729 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@efe17c9 in: RESUMED
05-21 14:01:56.745 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@efe17c9
05-21 14:01:56.929 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:56.932 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s299ms
05-21 14:01:57.015 595 2433 I ImeTracker: com.github.se.polyfit:7f9f371e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:57.016 595 2433 I ImeTracker: com.github.se.polyfit:7f9f371e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:57.029 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:57.031 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:57.032 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:57.032 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:57.032 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:57.041 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:01:57.062 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:990873b1: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:01:57.062 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:990873b1: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:01:57.186 1829 1861 I earchbox:search: Background young concurrent copying GC freed 58121(5774KB) AllocSpace objects, 1023(18MB) LOS objects, 8% free, 243MB/265MB, paused 4.765ms,54us total 122.640ms
05-21 14:01:57.260 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c90bbe5
05-21 14:01:57.263 595 2431 W InputManager-JNI: Input channel object '9a4c4b8 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:01:57.285 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:01:57.316 848 966 D EGL_emulation: app_time_stats: avg=20.04ms min=6.29ms max=116.72ms count=46
05-21 14:01:57.732 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:01:57.752 1829 1861 I earchbox:search: Background concurrent copying GC freed 119805(11MB) AllocSpace objects, 2115(38MB) LOS objects, 8% free, 250MB/274MB, paused 63us,26us total 311.534ms
05-21 14:01:58.102 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760a390 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:01:58.103 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:01:58.103 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b5c50578-b405-4175-844f-d74e94415da6
05-21 14:01:58.103 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b2ed05e-a1d6-48ca-8015-2db419df17db
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2764aa58-f424-48a6-91c6-e96ea35b777a
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a85a0681-b6cd-407f-acbd-e48d67e26c24
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e654c451-4ac5-4455-8eda-d9b52f493107
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec1ff7b7-d8ab-41c0-ba12-319a020c3bed
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c83aba2f-2c50-4337-ab70-0994d8ea8a49
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d7714961-1135-45c2-97ea-f9a793723fb0
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 911b34fc-0df1-4536-96d1-0bc2f2fc334e
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d10f6ec-9142-4e0a-825f-74da6b02a1ec
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73e42af2-03e9-434b-8b23-e691cc9eb823
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cf0e196f-bb1c-4ca1-ad56-78c8f3a7a389
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5efcd624-ea1b-4495-8cbb-ae2ff2a7576d
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 32604346-0696-4d46-ab58-9de4240fc301
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ede031f0-433c-44d8-afc7-9b7c5af94917
05-21 14:01:58.104 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 64869dbd-1a7d-48b1-b4fb-df77523d0da0
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: de757d9c-b7c5-4331-aff7-16b911cc23fd
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89233f62-484b-455a-b2f5-f5cd3fe08513
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0780088-2696-4e8c-987a-0faf5ca5c321
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 954c181a-0349-4ae0-831b-b411decb3504
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c554728a-1fdd-46b1-83f3-60e1cb10d28c
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ad6d40a-d86b-4cfc-ae78-ac275790aa4f
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 659311ff-7504-4fa8-83e0-8d2a9750f08f
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d31d920-dd80-466a-9dfd-20082948d2f2
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6a46c488-3bcf-4d19-b265-814ab837916d
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0bb5d174-da61-4b08-bec4-449e77843d5c
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fd8c0719-dc99-4396-baf2-f7374ccaad9f
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fbd4207b-346f-4f4f-806e-17ec67020b7c
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33d0d2a4-497f-44d4-a488-7c9159698f58
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 392f9f04-28bb-45a1-8951-ee2cd336a5f5
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 050136a8-c1b5-460b-a1e9-fae739caf5c0
05-21 14:01:58.105 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6c6e9cfd-804c-43fd-b902-69220cb1277f
05-21 14:01:58.106 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:01:58.106 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b169c35e-59ad-4af6-8bc8-855663fa26db
05-21 14:01:58.106 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:58.106 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fe3c20a3-04f8-42f8-a7e8-fdad3bb476a3
05-21 14:01:58.106 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e6a8bb2f-4eab-4a97-a9ca-ae995414030c
05-21 14:01:58.107 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:58.107 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 16e331ea-5cc4-4134-8d3b-7efce6f00473
05-21 14:01:58.107 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 24230e58-2baa-4ac1-9177-efae19f3325a
05-21 14:01:58.108 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:01:58.109 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1c1bdd12-291a-4c91-924b-220a2883cd68
05-21 14:01:58.109 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 092f65d5-c5e4-4858-a6b5-6d959f073375
05-21 14:01:58.109 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 39e8fe16-98d3-4ba0-af2d-f3c06e7ff9f5
05-21 14:01:58.109 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=5ec0f8e6-a36e-46bf-bf30-158b7c2e0c5c,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 110e715e-1bea-4c80-bdb1-fd27a6e0c00f
05-21 14:01:58.120 848 904 D SplashScreenView: Build android.window.SplashScreenView{8d75a1a V.E...... ......ID 0,0-0,0}
05-21 14:01:58.120 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:58.120 848 904 D SplashScreenView: Branding: view: android.view.View{b41794b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:58.152 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:01:58.163 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@efe17c9 in: PAUSED
05-21 14:01:58.179 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@efe17c9
05-21 14:01:58.264 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:01:58.264 848 966 D EGL_emulation: app_time_stats: avg=132.54ms min=7.65ms max=1025.55ms count=15
05-21 14:01:58.316 848 966 D EGL_emulation: app_time_stats: avg=15.85ms min=5.52ms max=42.75ms count=57
05-21 14:01:58.419 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:01:58.420 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +306ms
05-21 14:01:58.445 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:01:58.446 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:01:58.446 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:01:58.446 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:01:58.446 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=299, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@130e959
05-21 14:01:58.447 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:01:58.464 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:01:58.498 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:01:58.498 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:01:58.499 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:01:58.499 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:01:58.627 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:3c9bb2cf: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:01:58.627 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:3c9bb2cf: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:01:58.644 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:01:58.645 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:01:58.645 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:01:58.645 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:01:58.647 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:01:58.683 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@efe17c9 in: STOPPED
05-21 14:01:58.699 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@efe17c9
05-21 14:01:58.711 1829 1861 I earchbox:search: Background young concurrent copying GC freed 211011(7950KB) AllocSpace objects, 910(16MB) LOS objects, 8% free, 243MB/265MB, paused 31.196ms,27us total 140.394ms
05-21 14:01:58.766 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@efe17c9 in: DESTROYED
05-21 14:01:58.767 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:01:58.771 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f89fdc4
05-21 14:01:58.791 595 2387 W InputManager-JNI: Input channel object '14f4932 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:01:58.817 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@dce621e]
-
4.47 s
passedtestSortingByWeightAscending
-
05-21 14:01:58.824 9128 9160 I TestRunner: started: testSortingByWeightAscending(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:01:58.825 595 2387 W InputManager-JNI: Input channel object '790ae60 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:01:58.834 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@220984b]
05-21 14:01:58.867 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:01:58.877 848 904 D SplashScreenView: Build android.window.SplashScreenView{36c2df6 V.E...... ......ID 0,0-0,0}
05-21 14:01:58.877 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:01:58.877 848 904 D SplashScreenView: Branding: view: android.view.View{d54b5f7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:01:58.978 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cb78ca in: PRE_ON_CREATE
05-21 14:01:58.978 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:01:59.039 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:01:59.041 1728 2287 E HwDetectorWithState: a: 3
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.152 6276 6287 W System : A resource failed to call release.
05-21 14:01:59.199 1829 1861 I earchbox:search: Background young concurrent copying GC freed 43332(4051KB) AllocSpace objects, 780(14MB) LOS objects, 5% free, 250MB/265MB, paused 112us,39us total 126.682ms
05-21 14:01:59.515 848 966 D EGL_emulation: app_time_stats: avg=94.97ms min=12.69ms max=655.21ms count=13
05-21 14:01:59.518 848 966 D EGL_emulation: app_time_stats: avg=40.33ms min=6.03ms max=228.94ms count=27
05-21 14:01:59.681 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cb78ca in: CREATED
05-21 14:01:59.692 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@8cb78ca
05-21 14:01:59.704 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cb78ca in: STARTED
05-21 14:01:59.715 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@8cb78ca
05-21 14:01:59.765 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cb78ca in: RESUMED
05-21 14:01:59.778 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@8cb78ca
05-21 14:01:59.803 595 608 I system_server: NativeAlloc concurrent copying GC freed 183052(5406KB) AllocSpace objects, 5(100KB) LOS objects, 44% free, 30MB/54MB, paused 400us,50us total 105.595ms
05-21 14:01:59.874 1829 1861 I earchbox:search: Background concurrent copying GC freed 280861(18MB) AllocSpace objects, 2203(40MB) LOS objects, 8% free, 251MB/275MB, paused 165us,24us total 475.859ms
05-21 14:01:59.918 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:01:59.924 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s47ms
05-21 14:02:00.020 595 2433 I ImeTracker: com.github.se.polyfit:f4debe28: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:00.020 595 2433 I ImeTracker: com.github.se.polyfit:f4debe28: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:00.023 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:00.029 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:00.030 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:00.030 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:00.031 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:00.039 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:00.054 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7465e03
05-21 14:02:00.057 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ac790286: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:00.057 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ac790286: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:00.058 595 2358 W InputManager-JNI: Input channel object 'bafa42 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:00.218 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:00.218 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:00.218 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:00.218 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:00.219 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 14:02:00.222 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@89f0ac9
05-21 14:02:00.224 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 14:02:00.233 595 2431 W InputManager-JNI: Input channel object '6029cd9 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:00.251 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:00.279 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 315592, 0, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 315592, 0, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 315592, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 315621, 0, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 315621, 0, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 315621, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 315643, 64937741, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 315643, 64937741, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 315659, 76988197, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 315659, 76988197, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 315674, 98120544, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 315674, 98120544, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 315698, 73148780, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 315698, 73148780, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 315729, 0, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 315729, 0, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 315729, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 315772, 58590597, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 315781, 0, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 315781, 0, CUJ=J
05-21 14:02:00.279 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 315781, CUJ=J
05-21 14:02:00.520 848 966 D EGL_emulation: app_time_stats: avg=18.73ms min=1.54ms max=98.74ms count=48
05-21 14:02:01.234 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:01.234 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa706aad-8c9a-4b7c-a592-5c8eb35ccd74
05-21 14:02:01.234 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d5a8c80-c3ce-4557-b6ae-6bf4d2a72614
05-21 14:02:01.234 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30b94d4a-c6d2-4b30-8cb6-edf958711516
05-21 14:02:01.234 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760b650 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:01.234 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a70e518f-ab4f-4fcb-913f-72591f459f2e
05-21 14:02:01.234 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26d446cf-01a2-4b96-8b09-f23e733b9531
05-21 14:02:01.234 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cd544d49-3158-4855-9bbd-56c373441af3
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 06e9ab4d-114d-4a0f-9985-7130ff948da8
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f5de970-0bf5-4f69-993b-2fbf35dddf6c
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ccbb892-4788-4473-bddc-89e3a85331c3
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6a7c4935-556a-479a-b905-6cf3f2b9b44a
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fbe5080f-f51d-43a3-8ede-dcd05b430dfc
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e729fc4a-20de-4690-b87f-4fa15b1b70fb
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46f6fd95-9dc0-4208-94f7-a54658a7dffa
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d81772ee-dd98-49c2-bb62-cf240d1a72c2
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 51d8bce2-95d7-4006-b7e5-c5ece2688de5
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7573e4a-7cb6-401c-b085-8558be06ee2d
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d82f306d-8f8e-4d33-9440-e7491ed20ea5
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8af27ab3-a0a0-40f0-9e03-90866ec9274f
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 398c5de9-709d-4eca-8bf4-7c73748ab1c4
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3404fd4-e8b2-44fb-a124-38f637093424
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ecb5f6dd-fbe5-4393-b773-f9f84ba79efc
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1400523d-16c1-4d4a-b51f-39ef8140305a
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9686de47-8fce-42de-85d1-5768af379fa4
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 846e3faf-aa1f-4023-979f-a5547c8edabd
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb9952e1-dd42-4fe2-a9a7-e99143bbbc44
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5cbf5e71-b84b-4cd6-a66f-ff6b1a5ddbec
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6949ceb9-3fc4-4098-ba09-588c28604874
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 94bfad91-5fd5-4108-a3f5-bc72062de51e
05-21 14:02:01.235 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 48a2885e-bf9f-4979-91e5-6df2155450b9
05-21 14:02:01.236 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fad9b3be-e447-4051-913d-91ebc1715bb6
05-21 14:02:01.236 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: db89c3df-72d2-4af9-9299-c45dd2170885
05-21 14:02:01.236 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 84da8cf6-36ff-4ab3-8282-ecd284502bae
05-21 14:02:01.236 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:01.236 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: be4f2d5a-ef4d-4058-947e-e34bc21c34a6
05-21 14:02:01.237 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:01.238 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: de34f9f7-d7fb-4088-9d34-72939f62971a
05-21 14:02:01.238 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a573e5f6-99c5-4bb9-a022-1559a9bbc2c2
05-21 14:02:01.238 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:01.238 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1a1f110c-a545-49ed-9bc4-cb8926f13f2e
05-21 14:02:01.238 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d16a76b6-9efd-4de0-a014-96db948a8283
05-21 14:02:01.239 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:01.239 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1aa0185c-53be-4eed-b449-61c92247e9b1
05-21 14:02:01.239 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b1088288-a5cd-4d47-be2e-07bdc8218056
05-21 14:02:01.240 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1f0900d3-1c3c-4e71-9f30-361b83ad99b2
05-21 14:02:01.240 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=7fa7d880-8922-45e0-88f1-5875e8858df4,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: faea3bb8-8b66-4a92-8474-6d0d819530a7
05-21 14:02:01.294 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:02:01.312 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:01.313 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:01.313 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:01.314 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:01.314 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:01.574 848 966 D EGL_emulation: app_time_stats: avg=19.11ms min=8.17ms max=68.45ms count=51
05-21 14:02:02.435 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@eebab94
05-21 14:02:02.463 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d77631f0 (UnprojectedRipple) with handle 0x7513676152b0
05-21 14:02:02.464 595 2431 W InputManager-JNI: Input channel object '8c387c8 Pop-Up Window (client)' was disposed without first being removed with the input manager!
05-21 14:02:02.513 9128 9288 D EGL_emulation: app_time_stats: avg=433.35ms min=29.94ms max=830.24ms count=6
05-21 14:02:02.533 595 2431 I ImeTracker: com.github.se.polyfit:6ecbf496: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR
05-21 14:02:02.533 595 2431 I ImeTracker: com.github.se.polyfit:6ecbf496: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:02.536 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:02.537 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:02.537 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:02.537 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:02.538 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:02.616 848 904 D SplashScreenView: Build android.window.SplashScreenView{f3ad643 V.E...... ......ID 0,0-0,0}
05-21 14:02:02.616 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:02.616 848 904 D SplashScreenView: Branding: view: android.view.View{427d4c0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:02.636 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:02.661 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cb78ca in: PAUSED
05-21 14:02:02.670 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@8cb78ca
05-21 14:02:02.749 848 966 D EGL_emulation: app_time_stats: avg=230.93ms min=14.22ms max=2545.16ms count=14
05-21 14:02:02.749 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:02.899 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:02.901 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +291ms
05-21 14:02:02.920 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:02.924 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=303, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@5a8132e
05-21 14:02:02.975 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:02.976 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:02.977 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:02.978 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:02.999 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:03.000 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:03.000 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:03.000 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:03.000 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:03.103 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:cabde513: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:03.103 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:cabde513: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:03.104 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:03.105 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:03.106 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:03.106 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:03.107 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:03.153 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cb78ca in: STOPPED
05-21 14:02:03.175 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@8cb78ca
05-21 14:02:03.242 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@8cb78ca in: DESTROYED
05-21 14:02:03.242 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:03.243 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@333059
05-21 14:02:03.259 595 2431 W InputManager-JNI: Input channel object 'b213568 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:03.282 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@220984b]
05-21 14:02:03.286 9128 9160 I TestRunner: finished: testSortingByWeightAscending(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
2.89 s
passedlazyListAndItemsDisplayed
-
05-21 14:02:03.292 9128 9160 I TestRunner: started: lazyListAndItemsDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:02:03.306 848 966 D EGL_emulation: app_time_stats: avg=346.30ms min=30.65ms max=1516.26ms count=5
05-21 14:02:03.321 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 140684(5911KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 17MB/34MB, paused 464us,29us total 245.491ms
05-21 14:02:03.322 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@9146176]
05-21 14:02:03.336 1829 1861 I earchbox:search: Background young concurrent copying GC freed 199606(6754KB) AllocSpace objects, 704(12MB) LOS objects, 7% free, 247MB/266MB, paused 750us,84us total 220.656ms
05-21 14:02:03.346 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:03.350 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@92a939f
05-21 14:02:03.351 595 2358 W InputManager-JNI: Input channel object '4290c09 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:03.382 848 904 D SplashScreenView: Build android.window.SplashScreenView{d8e357c V.E...... ......ID 0,0-0,0}
05-21 14:02:03.382 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:03.382 848 904 D SplashScreenView: Branding: view: android.view.View{3c0be05 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:03.486 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9c27b81 in: PRE_ON_CREATE
05-21 14:02:03.487 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:03.556 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:03.557 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:03.923 1829 1861 I earchbox:search: Background concurrent copying GC freed 247343(14MB) AllocSpace objects, 1590(29MB) LOS objects, 8% free, 252MB/276MB, paused 107us,82us total 390.426ms
05-21 14:02:04.078 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9c27b81 in: CREATED
05-21 14:02:04.092 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@9c27b81
05-21 14:02:04.110 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9c27b81 in: STARTED
05-21 14:02:04.123 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@9c27b81
05-21 14:02:04.176 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9c27b81 in: RESUMED
05-21 14:02:04.186 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@9c27b81
05-21 14:02:04.282 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 339955(10MB) AllocSpace objects, 3(128KB) LOS objects, 21% free, 39MB/49MB, paused 7.253ms,16us total 70.817ms
05-21 14:02:04.299 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:04.300 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +939ms
05-21 14:02:04.346 595 2358 I ImeTracker: com.github.se.polyfit:d96caada: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:04.347 595 2358 I ImeTracker: com.github.se.polyfit:d96caada: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:04.349 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:04.352 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:04.352 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:04.352 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:04.353 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:04.356 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:04.360 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e7af86
05-21 14:02:04.362 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:77f266da: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:04.362 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:77f266da: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:04.364 595 2358 W InputManager-JNI: Input channel object '6b00979 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:04.367 848 966 D EGL_emulation: app_time_stats: avg=75.91ms min=5.05ms max=668.96ms count=21
05-21 14:02:04.395 848 966 D EGL_emulation: app_time_stats: avg=29.73ms min=7.61ms max=176.69ms count=34
05-21 14:02:04.400 9128 9160 W thub.se.polyfit: Suspending all threads took: 8.064ms
05-21 14:02:04.512 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:04.646 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2472d68
05-21 14:02:04.653 595 2387 W InputManager-JNI: Input channel object '8498efc Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:05.404 848 966 D EGL_emulation: app_time_stats: avg=10.96ms min=1.48ms max=84.48ms count=52
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:05.431 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x751367609f10 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dea77e8e-d204-46e8-8cfd-ea957eb5bff0
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ddb6653-3425-4dc8-8fc7-908e835b745f
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07ded67b-14cf-46d1-a503-f302d2b50190
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 091c52ed-bdf7-499d-8f4e-8ae06c04297f
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e812e06-6a03-4b34-a810-66c5cdfc9a5d
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dfb9438c-c6c5-4d29-891e-95836e82cc00
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 51614635-904f-41d5-97aa-221510f07fab
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7517d55f-3c7c-4c92-a587-68b57da98b90
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f40e03a9-a84a-4d15-9691-c97c41f7a6c0
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db0861ac-3403-417c-9df3-b7fad257a8b5
05-21 14:02:05.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 49528f88-e1f0-4def-87e4-5f1c733402de
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ad35b76-f726-4f28-b9b3-b70ba403a1b6
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 75c3bf30-1573-4c2d-a131-960a78721f39
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58597ddc-32fd-4d0a-95be-68597a7b521e
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc911778-5dd0-47f6-953c-894b567cd30b
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6a77896a-4881-41e6-ae26-c335dc1e1c01
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b45e005f-0ca3-4cac-86df-6abf0a776e46
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 84825390-fefc-4ae2-92a3-375c2ba509d7
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a3660f4-3277-471e-b04d-df1a6effcc05
05-21 14:02:05.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 347fef7f-02f2-481a-a81b-be9276ff682b
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 236d202f-1cbc-4abe-b073-ee7718f058d1
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c169a048-92f0-45e7-b96b-9b2ed174f64f
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2611dbe2-ae83-41de-a77c-89f6cbaf3aad
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 092f2981-1cc6-42bc-8bc8-60afaa95c29f
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 001a5175-14e5-4dbf-8d91-dd04a0ffb138
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4cdee12a-d1d5-44cd-aa83-b06dce929164
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a628c47b-54c7-412c-bbc3-cb38e003df52
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f11e3389-50f7-4472-ae20-c818b0b689ab
05-21 14:02:05.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c7621d8b-b6d2-4880-9284-e530bf9cb9e9
05-21 14:02:05.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 68a920fb-e56d-4f1b-a857-301325187226
05-21 14:02:05.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 74de57e1-baab-40b3-9b2d-5a6715f8cfd5
05-21 14:02:05.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 494e6b5b-0116-447e-b67c-432a90019a76
05-21 14:02:05.434 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:05.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 89c294ff-54d5-4800-bd40-b3a9ed8c537e
05-21 14:02:05.434 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:05.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 602c61c9-e06f-4fd8-af37-87bf5b4f3eb0
05-21 14:02:05.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0b943264-acab-4b77-aedd-4c0ae1fb17b7
05-21 14:02:05.435 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:05.435 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 871fcc2a-b9ad-49f8-99dc-b7dad376efed
05-21 14:02:05.435 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3c68962a-2899-4bae-a111-e35203c4813e
05-21 14:02:05.436 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:05.436 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: faa2ba2d-f358-494e-9c7e-3ddb4379bf86
05-21 14:02:05.436 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 18f0bda4-e8e8-44eb-9521-3a80a0730e33
05-21 14:02:05.436 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a099b421-85cf-48c9-a535-e66cf4dd3f56
05-21 14:02:05.436 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=9b20be08-5018-4d53-b4d4-fa5cc9202553,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e42372e9-9dfb-4a9e-987e-5c956c89ddc7
05-21 14:02:05.515 848 904 D SplashScreenView: Build android.window.SplashScreenView{93f24f7 V.E...... ......ID 0,0-0,0}
05-21 14:02:05.515 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:05.515 848 904 D SplashScreenView: Branding: view: android.view.View{b302f64 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:05.535 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:05.542 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9c27b81 in: PAUSED
05-21 14:02:05.556 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@9c27b81
05-21 14:02:05.629 848 966 D EGL_emulation: app_time_stats: avg=315.43ms min=24.29ms max=1090.17ms count=4
05-21 14:02:05.629 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:05.769 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:05.770 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +259ms
05-21 14:02:05.789 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:05.790 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=307, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@2bb9dee
05-21 14:02:05.865 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:05.865 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:05.865 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:05.875 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:05.876 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:05.895 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:05.899 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:05.899 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:05.901 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:05.928 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:65acdbca: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:05.928 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:65acdbca: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:05.963 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:05.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:05.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:05.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:05.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:05.986 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9c27b81 in: STOPPED
05-21 14:02:06.001 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@9c27b81
05-21 14:02:06.083 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9c27b81 in: DESTROYED
05-21 14:02:06.083 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:06.084 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9d29d86
05-21 14:02:06.109 595 2358 W InputManager-JNI: Input channel object '3368c30 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:06.124 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a0830ce
05-21 14:02:06.125 595 612 W InputManager-JNI: Input channel object '1d6a9a Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:06.156 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@9146176]
05-21 14:02:06.159 9128 9160 I TestRunner: finished: lazyListAndItemsDisplayed(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
4.69 s
passedtestSortingByWeightDescending
-
05-21 14:02:06.169 9128 9160 I TestRunner: started: testSortingByWeightDescending(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:02:06.195 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@b425b4a]
05-21 14:02:06.247 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:06.277 848 904 D SplashScreenView: Build android.window.SplashScreenView{3165960 V.E...... ......ID 0,0-0,0}
05-21 14:02:06.277 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:06.277 848 904 D SplashScreenView: Branding: view: android.view.View{fff7e19 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:06.303 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:06.321 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@45e41d3
05-21 14:02:06.339 595 2387 W InputManager-JNI: Input channel object 'd9b67ec com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:06.390 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@eb61925 in: PRE_ON_CREATE
05-21 14:02:06.391 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:06.399 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:06.401 1728 2287 E HwDetectorWithState: a: 3
05-21 14:02:06.436 848 966 D EGL_emulation: app_time_stats: avg=51.03ms min=5.77ms max=240.59ms count=20
05-21 14:02:06.503 1829 1861 I earchbox:search: Background young concurrent copying GC freed 195738(6147KB) AllocSpace objects, 647(11MB) LOS objects, 5% free, 251MB/265MB, paused 184us,105us total 197.839ms
05-21 14:02:06.750 848 966 D EGL_emulation: app_time_stats: avg=85.47ms min=14.14ms max=522.47ms count=13
05-21 14:02:07.137 1829 1861 I earchbox:search: Background concurrent copying GC freed 243748(13MB) AllocSpace objects, 1588(29MB) LOS objects, 8% free, 252MB/276MB, paused 159us,93us total 478.329ms
05-21 14:02:07.187 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@eb61925 in: CREATED
05-21 14:02:07.203 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@eb61925
05-21 14:02:07.221 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@eb61925 in: STARTED
05-21 14:02:07.236 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@eb61925
05-21 14:02:07.314 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@eb61925 in: RESUMED
05-21 14:02:07.334 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@eb61925
05-21 14:02:07.446 848 966 D EGL_emulation: app_time_stats: avg=18.07ms min=5.36ms max=209.62ms count=48
05-21 14:02:07.500 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:07.504 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s244ms
05-21 14:02:07.558 595 2387 I ImeTracker: com.github.se.polyfit:8f3a041b: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:07.558 595 2387 I ImeTracker: com.github.se.polyfit:8f3a041b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:07.579 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f890a7e8: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:07.579 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f890a7e8: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:07.580 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:07.583 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:07.585 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:07.586 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:07.586 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:07.586 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:07.804 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:02:07.807 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:07.816 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9bbaaea
05-21 14:02:07.829 595 2208 W InputManager-JNI: Input channel object 'd270868 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:08.456 848 966 D EGL_emulation: app_time_stats: avg=17.78ms min=5.76ms max=94.36ms count=48
05-21 14:02:08.740 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:08.740 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 32fdceca-260b-4a09-9145-977e3618d050
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e202fec-4eb0-402b-b2dd-44b63d3e37db
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4f71988-a003-4ae5-acba-2c35873f44ae
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3938d021-e747-45ec-8b02-d7e1f25a0fd0
05-21 14:02:08.741 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676096a0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cbc40e17-eeb6-4826-99bf-6626e1acefe7
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3e08b4e1-760c-4d9d-89b3-0117fc6be800
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff2b4c09-9677-467a-a977-cfd9c601b094
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d37b1196-558b-4e67-8ed9-b97d049896d0
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fdaebdcc-c6e4-4f32-9cb0-ca2564bc8061
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 643515cd-94b0-43a9-8467-72c9fb3f10f1
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a211da3b-7372-4629-97b0-b40229bc72dd
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a6b84e85-7e68-4ca7-a3c2-afb2c45abbd7
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d32c26b5-9cda-4ac8-a14a-8af781d417d2
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1f67b928-0a9e-4830-b57a-f2466fac8310
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7dcfad4e-4863-4812-aff2-c753b5c42b5c
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f752c949-5716-4711-803d-f8e2b51e6da4
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dff31bfa-5cf7-4cbd-91a0-d3186454933b
05-21 14:02:08.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cc9e415f-979b-4820-a9a1-ca85a7a15989
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57fa38ba-88ce-4fea-abdc-57f350284132
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0fcf50e8-9719-4238-b0fc-5c137dd640c8
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2a5483a6-94eb-474e-a0c5-f8d9466b8354
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21feea00-c208-449a-ab37-c7a9891cf006
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d6236c53-f2fd-4315-8a57-994a18577ca5
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d2e1ce3c-4a67-42df-8da1-74bcb63b5b6b
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d84eabc-707a-498e-98ef-db89d6efcbea
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9691a56e-470b-402e-b954-e8f75bacac32
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0cb85932-6225-4ad2-9780-344396bc4843
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bca01677-a6cd-4db4-a6ce-0dba817204c7
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 31fb6f34-ef1f-4749-988d-41422704958e
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a32717d2-612b-45e0-8d37-0f5d162a36a6
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 21c33e26-fce7-4654-b354-30f310648c50
05-21 14:02:08.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3e687ad4-c841-478c-869c-08f08bd5e659
05-21 14:02:08.743 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:08.743 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0582781d-5ede-4b47-b5cf-4762ee2155e8
05-21 14:02:08.746 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:08.746 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2bbae3af-fd8c-44d3-9f7f-c7fa80eaa527
05-21 14:02:08.746 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 63c4bcb2-7b56-43fb-8998-d1a0c04d7e87
05-21 14:02:08.747 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:08.747 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a7bdc737-56ca-455f-a1aa-825f7411aa92
05-21 14:02:08.748 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b7dbc11a-e406-41c6-9da1-23385d6f06f0
05-21 14:02:08.750 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:08.750 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8b287037-c7c0-4089-8cc3-d46cfcf0700f
05-21 14:02:08.750 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: df38d88d-816a-4da0-8453-c4e345e18879
05-21 14:02:08.750 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: eea84869-5082-423a-a8bb-75a990487163
05-21 14:02:08.750 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=763b66cb-f271-47fc-8537-480a1ec41f26,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8e1c2a93-d8a0-4dd0-8682-0fee2ad21048
05-21 14:02:08.751 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:02:08.769 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:08.771 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:08.771 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:08.771 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:08.774 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:08.777 6276 6287 W System : A resource failed to call release.
05-21 14:02:08.777 6276 6287 W System : A resource failed to call release.
05-21 14:02:08.777 6276 6287 W System : A resource failed to call release.
05-21 14:02:08.778 6276 6287 W System : A resource failed to call release.
05-21 14:02:08.778 6276 6287 W System : A resource failed to call release.
05-21 14:02:08.778 6276 6287 W System : A resource failed to call release.
05-21 14:02:09.473 848 966 D EGL_emulation: app_time_stats: avg=20.54ms min=6.68ms max=83.46ms count=46
05-21 14:02:09.729 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a6f5d57
05-21 14:02:09.763 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d771be80 (UnprojectedRipple) with handle 0x751367649f30
05-21 14:02:09.764 595 612 W InputManager-JNI: Input channel object 'da430d Pop-Up Window (client)' was disposed without first being removed with the input manager!
05-21 14:02:09.805 9128 9288 D EGL_emulation: app_time_stats: avg=384.78ms min=18.88ms max=862.87ms count=6
05-21 14:02:09.827 595 612 I ImeTracker: com.github.se.polyfit:ced2f03e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR
05-21 14:02:09.827 595 612 I ImeTracker: com.github.se.polyfit:ced2f03e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:09.837 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:09.837 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:09.838 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:09.838 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:09.838 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:10.247 848 904 D SplashScreenView: Build android.window.SplashScreenView{e4a4697 V.E...... ......ID 0,0-0,0}
05-21 14:02:10.247 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:10.247 848 904 D SplashScreenView: Branding: view: android.view.View{6ec4084 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:10.269 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:10.297 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@eb61925 in: PAUSED
05-21 14:02:10.307 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@eb61925
05-21 14:02:10.364 848 966 D EGL_emulation: app_time_stats: avg=258.08ms min=11.08ms max=2623.60ms count=14
05-21 14:02:10.365 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:10.503 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:10.504 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +267ms
05-21 14:02:10.518 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:10.521 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=311, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@f8d0b2d
05-21 14:02:10.525 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:10.527 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:10.527 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:10.527 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:10.531 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:10.585 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:10.589 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:10.589 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:10.590 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:10.677 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:5e4458df: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:10.677 595 2433 I ImeTracker: com.google.android.apps.nexuslauncher:5e4458df: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:10.680 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:10.681 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:10.681 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:10.681 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:10.682 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:10.721 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@eb61925 in: STOPPED
05-21 14:02:10.737 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@eb61925
05-21 14:02:10.799 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@eb61925 in: DESTROYED
05-21 14:02:10.799 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:10.800 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b5bb450
05-21 14:02:10.804 848 966 D EGL_emulation: app_time_stats: avg=1331.55ms min=1331.55ms max=1331.55ms count=1
05-21 14:02:10.820 595 2387 W InputManager-JNI: Input channel object '41a3c29 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:10.847 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@b425b4a]
05-21 14:02:10.848 9128 9160 I TestRunner: finished: testSortingByWeightDescending(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
3.31 s
passedgraphSpotReserved
-
05-21 14:02:10.863 9128 9160 I TestRunner: started: graphSpotReserved(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:02:10.873 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d56bc12]
05-21 14:02:10.906 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:10.913 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197227(6491KB) AllocSpace objects, 661(12MB) LOS objects, 6% free, 249MB/266MB, paused 107us,114us total 112.264ms
05-21 14:02:10.942 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@be2b533
05-21 14:02:10.944 595 2358 W InputManager-JNI: Input channel object '89e7bca Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:10.955 848 904 D SplashScreenView: Build android.window.SplashScreenView{f381d03 V.E...... ......ID 0,0-0,0}
05-21 14:02:10.955 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:10.955 848 904 D SplashScreenView: Branding: view: android.view.View{70d7480 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:11.056 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b36a0d in: PRE_ON_CREATE
05-21 14:02:11.057 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:11.098 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:11.100 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:11.684 595 608 I system_server: NativeAlloc concurrent copying GC freed 177956(5488KB) AllocSpace objects, 6(120KB) LOS objects, 44% free, 30MB/54MB, paused 271us,115us total 134.883ms
05-21 14:02:11.690 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b36a0d in: CREATED
05-21 14:02:11.705 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@b36a0d
05-21 14:02:11.717 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b36a0d in: STARTED
05-21 14:02:11.733 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@b36a0d
05-21 14:02:11.785 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b36a0d in: RESUMED
05-21 14:02:11.801 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@b36a0d
05-21 14:02:11.813 848 966 D EGL_emulation: app_time_stats: avg=21.99ms min=2.86ms max=341.60ms count=33
05-21 14:02:11.967 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:11.968 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s52ms
05-21 14:02:12.036 848 966 D EGL_emulation: app_time_stats: avg=68.20ms min=9.25ms max=732.77ms count=24
05-21 14:02:12.062 595 2358 I ImeTracker: com.github.se.polyfit:9b812baa: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:12.063 595 2358 I ImeTracker: com.github.se.polyfit:9b812baa: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:12.073 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:12.075 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:12.075 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:12.075 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:12.076 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:12.085 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:12.087 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f9c0e6c
05-21 14:02:12.090 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4751d409: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:12.090 595 2358 W InputManager-JNI: Input channel object '1ffb59c com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:12.091 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4751d409: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:12.268 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@795865f
05-21 14:02:12.272 595 1960 W InputManager-JNI: Input channel object '1274b71 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:12.374 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:12.825 848 966 D EGL_emulation: app_time_stats: avg=16.15ms min=1.73ms max=112.32ms count=49
05-21 14:02:13.274 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:13.275 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616870 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:13.275 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 867677a8-edde-4ad9-9bec-46b7d085832f
05-21 14:02:13.276 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0dc5f35-3ebf-4658-87cb-96e041616df5
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c769b8be-45cf-449f-89b6-c792bdcf5ac9
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e8fc9d3-1113-4312-a9c9-93916de19707
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8aca9d30-7dd6-48af-94b8-3d4b40e1aa07
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e83647c-b8ad-41f0-b336-65bc9047a430
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e6bb5f27-b81a-4061-99b4-c9128dc0c9b7
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b172096-e6a0-4340-99e0-d54331852ca7
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df7851a4-176a-4b1b-8cfb-ae0dd4b2253e
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3442376c-e348-4382-b742-b8e8bf97dcb6
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c17447e4-e64f-4a93-8d8d-00d0933dd02c
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 990a3d26-1ad2-48bd-a1b8-7c70297cb793
05-21 14:02:13.277 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d1a4fdd-efbf-4a7e-b266-01bea9766660
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09d26128-62bd-4141-9ba9-1b3c26422067
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5e19375e-6c90-4412-b7f4-a1e36d69d170
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b805a787-e1a5-4a2e-afc3-256102bd9f9e
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba298794-3184-44cf-84b1-c9eb0a96391f
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e3af8ab-f26d-437b-b209-4879e6f9ef63
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4e1bc96-ac1d-46db-8d47-e1525b53ee19
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3e94b97d-f354-4538-acf2-0ca4f40cdf02
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 00a9a6a7-3d63-49e0-a774-9be61c47ae8e
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f33361c0-ae8f-4734-8bdc-d09d8b78efbf
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04f6e899-b13a-4730-9407-1d43bce3ff47
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d2768291-db93-4711-a776-45b667f5fbdc
05-21 14:02:13.278 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e8362dd-e7fe-4848-a7f9-208e58ad80ae
05-21 14:02:13.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: afa5dcd6-3b98-460c-b971-d2f65d2f0b7a
05-21 14:02:13.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f5604689-28ed-45fc-a950-8313c41acbaa
05-21 14:02:13.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5e928daa-0f67-4a0c-a9bf-810dd0537f57
05-21 14:02:13.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 438712c7-56fc-4001-be66-7687f5fdb657
05-21 14:02:13.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5426e697-8904-4ef0-89a6-8bcd8e3fe0f6
05-21 14:02:13.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 17cca22a-271e-4cb3-9c7f-058d3b2ebf32
05-21 14:02:13.279 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b09a450f-e5c6-4fcf-b0b5-2431f23e632b
05-21 14:02:13.280 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:13.280 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 88e813ec-47de-4bda-937b-7a0e45444f07
05-21 14:02:13.281 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 14:02:13.281 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9d2f3892-93d4-4557-82b7-eb9b168d21f0
05-21 14:02:13.281 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8729d18b-06a4-4869-89f8-cf93dd029de8
05-21 14:02:13.282 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:02:13.282 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1ee6eb1b-d712-4ff1-b839-036f110d9d2b
05-21 14:02:13.283 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e7d709c2-eb6e-41ab-8fab-a869c26abc97
05-21 14:02:13.283 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:13.283 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 549ef250-c06d-4094-a243-58d577a866b5
05-21 14:02:13.284 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4d90fa71-f464-4cfc-94cb-aab96cbf30d6
05-21 14:02:13.284 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1355a027-24f8-4d62-b572-eb3453ca71df
05-21 14:02:13.284 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=ac6bae57-149d-45bb-a8e2-675a1e38d667,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5b05a342-4ac1-48fc-a96d-bf8d05e5f496
05-21 14:02:13.460 848 904 D SplashScreenView: Build android.window.SplashScreenView{bfeb655 V.E...... ......ID 0,0-0,0}
05-21 14:02:13.460 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:13.460 848 904 D SplashScreenView: Branding: view: android.view.View{1bfb86a G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:13.486 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:13.491 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b36a0d in: PAUSED
05-21 14:02:13.506 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@b36a0d
05-21 14:02:13.582 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:13.582 848 966 D EGL_emulation: app_time_stats: avg=386.65ms min=56.37ms max=1347.15ms count=4
05-21 14:02:13.776 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:13.778 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +333ms
05-21 14:02:13.798 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:13.800 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=315, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@7fd35c3
05-21 14:02:13.802 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:13.802 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:13.802 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:13.802 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:13.810 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:13.854 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:13.855 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:13.855 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:13.857 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:13.887 848 966 D EGL_emulation: app_time_stats: avg=23.02ms min=4.79ms max=134.14ms count=43
05-21 14:02:13.960 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:f613a37c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:13.960 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:f613a37c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:13.972 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:13.973 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:13.974 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:13.974 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:13.975 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:14.013 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b36a0d in: STOPPED
05-21 14:02:14.029 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@b36a0d
05-21 14:02:14.113 1829 1861 I earchbox:search: Background young concurrent copying GC freed 189975(5832KB) AllocSpace objects, 530(10000KB) LOS objects, 4% free, 253MB/266MB, paused 550us,45us total 108.352ms
05-21 14:02:14.115 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b36a0d in: DESTROYED
05-21 14:02:14.115 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:14.116 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6571358
05-21 14:02:14.133 595 612 W InputManager-JNI: Input channel object 'fc871d5 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:14.182 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d56bc12]
05-21 14:02:14.183 9128 9160 I TestRunner: finished: graphSpotReserved(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
4.29 s
passedsearchBarFiltersCorrectly
-
05-21 14:02:14.186 9128 9160 I TestRunner: started: searchBarFiltersCorrectly(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:02:14.204 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@65d81a4
05-21 14:02:14.205 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6a2e450]
05-21 14:02:14.210 595 612 W InputManager-JNI: Input channel object '1d4dd97 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:14.222 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:14.236 848 904 D SplashScreenView: Build android.window.SplashScreenView{1675521 V.E...... ......ID 0,0-0,0}
05-21 14:02:14.236 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:14.236 848 904 D SplashScreenView: Branding: view: android.view.View{d757d46 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:14.313 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@278be03 in: PRE_ON_CREATE
05-21 14:02:14.314 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:14.375 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:14.379 1728 2287 E HwDetectorWithState: a: 3
05-21 14:02:14.547 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 25180(2697KB) AllocSpace objects, 11(204KB) LOS objects, 49% free, 6415KB/12MB, paused 160us,16us total 112.656ms
05-21 14:02:14.551 6276 6287 W System : A resource failed to call release.
05-21 14:02:14.551 6276 6287 W System : A resource failed to call release.
05-21 14:02:14.551 6276 6287 W System : A resource failed to call release.
05-21 14:02:14.551 6276 6287 W System : A resource failed to call release.
05-21 14:02:14.551 6276 6287 W System : A resource failed to call release.
05-21 14:02:14.551 6276 6287 W System : A resource failed to call release.
05-21 14:02:14.728 1371 3293 W cibf : Empty content. Thus might mean that the settings are not synced down.
05-21 14:02:14.893 848 966 D EGL_emulation: app_time_stats: avg=33.01ms min=6.29ms max=135.72ms count=25
05-21 14:02:14.900 848 966 D EGL_emulation: app_time_stats: avg=93.30ms min=12.01ms max=583.47ms count=14
05-21 14:02:14.914 1829 1861 I earchbox:search: Background concurrent copying GC freed 384899(18MB) AllocSpace objects, 1269(23MB) LOS objects, 8% free, 253MB/277MB, paused 136us,32us total 605.391ms
05-21 14:02:15.010 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@278be03 in: CREATED
05-21 14:02:15.020 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@278be03
05-21 14:02:15.034 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@278be03 in: STARTED
05-21 14:02:15.045 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@278be03
05-21 14:02:15.086 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@278be03 in: RESUMED
05-21 14:02:15.098 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@278be03
05-21 14:02:15.205 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:15.207 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +978ms
05-21 14:02:15.221 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:15.228 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:9e4ee531: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:15.229 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:9e4ee531: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:15.230 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d5b5e21
05-21 14:02:15.232 595 1960 W InputManager-JNI: Input channel object '564e8a1 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:15.265 595 2358 I ImeTracker: com.github.se.polyfit:b2cbc20d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:15.265 595 2358 I ImeTracker: com.github.se.polyfit:b2cbc20d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:15.267 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:15.268 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:15.268 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:15.268 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:15.270 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:15.393 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:15.429 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 256717(8804KB) AllocSpace objects, 6(312KB) LOS objects, 17% free, 41MB/49MB, paused 966us,67us total 150.325ms
05-21 14:02:15.568 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@120bfa0
05-21 14:02:15.569 595 1960 W InputManager-JNI: Input channel object '24f312d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:15.904 848 966 D EGL_emulation: app_time_stats: avg=17.49ms min=1.19ms max=97.19ms count=48
05-21 14:02:16.148 1371 10090 I AlarmManager: setExactAndAllowWhileIdle [name: GCM_HB_ALARM type: 2 triggerAtMillis: 7568868]
05-21 14:02:16.169 1371 10090 E WakeLock: GCM_HB_ALARM release without a matched acquire!
05-21 14:02:16.200 1371 10090 I AlarmManager: setExactAndAllowWhileIdle [name: GCM_HB_ALARM type: 2 triggerAtMillis: 8098920]
05-21 14:02:16.247 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fe360 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:16.248 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f573289f-de9b-49f6-83bb-a7a5d5a47708
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7e1ddda-2daf-47d3-887a-2ec33ed3e52c
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd1e0810-bd4c-4b34-8de0-63e245e155eb
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b85fa9d-e172-43be-b387-4d7c9e303ace
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d4347c53-49bc-4a38-98ad-443eeb38e7ed
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8a7a1368-8edc-44cd-ae47-9d08e133d3bf
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2943f6d9-68d0-4021-94d0-536b79d163a0
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f12b3ca-1f38-400f-94d4-0838b59ded2f
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 839effd8-5178-4f6b-a644-a4967566a1f6
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22ba2f04-15ca-49be-8ac2-6c1d0a00297b
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09e9feac-5dd0-409f-ad99-6ab54d522799
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a58d720-3825-46af-b947-c4c8fc22e04e
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 185c4155-329e-4e0f-91cd-77d06bad7619
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 364fdb31-6a65-4201-9f9e-e2bbe36d22a8
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 787992b3-2274-42c8-8266-0bcbc2fadfc0
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1182222-2ec8-44fd-90d9-9b9b4a464a34
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7666fd0-6613-4f62-9106-9f10eb4779a6
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ac7e69c5-a6e6-45ca-9ece-3114fa128e53
05-21 14:02:16.249 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 111bf862-9278-486c-a31e-683b86520cc6
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6828fd4-7734-4049-842e-73fb1e200a6f
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 64a34264-6303-4eeb-a66d-036c28ac8785
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fe30dc87-a8e9-4bb9-911c-dcae05dbb936
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c0447c8a-8f77-4010-9e8f-b7a2f37e2a04
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e117a5b7-70ca-460a-8b87-ed9ef680f37f
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 63328751-3707-412c-a6d5-d56e383e6f72
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58ffb37a-e5c6-4db0-83c5-62c2010dc731
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0bd7c82-eeed-4741-bd94-c8ae2fe30715
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed34e242-abe6-42d4-86ed-96575599926b
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0600b642-4e2c-4bae-a6fd-1034f21a5fbc
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a0586de-561e-472f-8afb-4a624aae6e8a
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 061f1ffb-ea73-42a3-a88d-227c3647f6ac
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0bc9e7cf-3ea1-44ca-a6d8-a8ebc9720491
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:16.250 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9ac572c8-8576-4efe-a3cf-fbdd0844a3ee
05-21 14:02:16.251 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:16.251 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 935410d2-f18e-4eed-8b08-44799a20507a
05-21 14:02:16.251 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f01eac41-151e-41d6-9c75-7d958fe42f1c
05-21 14:02:16.251 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:16.251 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ba753d3f-4924-4bcd-9091-60a1a3d6654b
05-21 14:02:16.251 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2991a1fb-51b5-4ebe-8f77-abd745ccb2ad
05-21 14:02:16.253 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:16.253 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 76da80c7-2515-41dc-8996-aa2d37c2590d
05-21 14:02:16.253 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 35c92dd8-97c8-488a-bbce-216403a7b23c
05-21 14:02:16.253 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f7858113-8480-40aa-8adb-7b4aadfb6a3f
05-21 14:02:16.253 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=45473e0f-a8bb-4445-863a-b4ccfdb9ba48,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ad04d643-11dc-4322-a18d-4e11c170dbfb
05-21 14:02:16.328 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:02:16.340 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:16.341 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:16.341 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:02:16.341 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:16.342 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:16.343 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:02:16.343 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:16.343 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:16.343 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:02:16.344 9128 9128 I ImeTracker: com.github.se.polyfit:88b3c890: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:02:16.345 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:02:16.355 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{ae8784b VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:02:16.359 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:02:16.359 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:16.359 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:02:16.359 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:16.480 9128 9128 I ImeTracker: com.github.se.polyfit:11261ea2: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:02:16.481 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{ae8784b VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:02:16.483 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 124 ms
05-21 14:02:16.484 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:02:16.484 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:02:16.485 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:02:16.486 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:02:16.486 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:02:16.487 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:02:16.487 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:02:16.488 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:02:16.494 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:02:16.500 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:16.501 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:16.501 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:02:16.501 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:16.501 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:16.501 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:16.501 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:16.501 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:16.502 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:16.503 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:16.510 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:16.510 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:02:16.510 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:16.510 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:16.511 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:02:16.513 1585 1585 I ProactiveSuggestionsHolderManager: ProactiveSuggestionsHolderManager$3.display():216 Requesting to show proactive suggestions: CLIPBOARD PREEMPTIVE_WITH_SUPPRESSION
05-21 14:02:16.515 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:02:16.521 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:02:16.521 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:02:16.572 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:16.573 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:02:16.582 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:16.582 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:16.585 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:16.593 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:16.593 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:16.597 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:16.614 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:16.654 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:16.667 9128 9128 I ImeTracker: com.github.se.polyfit:11261ea2: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:16.770 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 101 ms
05-21 14:02:16.904 848 966 D EGL_emulation: app_time_stats: avg=18.31ms min=5.31ms max=47.34ms count=49
05-21 14:02:16.971 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:02:17.020 9128 9288 D EGL_emulation: app_time_stats: avg=302.40ms min=15.21ms max=668.07ms count=6
05-21 14:02:17.030 9128 9128 I ImeTracker: com.github.se.polyfit:88b3c890: onShown
05-21 14:02:17.031 9128 9128 W FrameTracker: Missed SF frame:UNKNOWN: 80, 327872, 0, CUJ=J
05-21 14:02:17.032 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 327945, 0, CUJ=J
05-21 14:02:17.033 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 327960, 0, CUJ=J
05-21 14:02:17.034 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 327975, 0, CUJ=J
05-21 14:02:17.034 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 327990, 0, CUJ=J
05-21 14:02:17.035 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 328005, 0, CUJ=J
05-21 14:02:17.035 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 328020, 0, CUJ=J
05-21 14:02:17.037 9128 9477 V PerfettoTrigger: Not triggering com.android.telemetry.interaction-jank-monitor-69 - not enough time since last trigger
05-21 14:02:17.331 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 232 ms
05-21 14:02:17.402 9128 9140 W System : A resource failed to call release.
05-21 14:02:17.462 848 904 D SplashScreenView: Build android.window.SplashScreenView{b648ddf V.E...... ......ID 0,0-0,0}
05-21 14:02:17.462 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:17.462 848 904 D SplashScreenView: Branding: view: android.view.View{6848a2c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:17.486 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:17.488 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@278be03 in: PAUSED
05-21 14:02:17.501 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@278be03
05-21 14:02:17.526 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:02:17.532 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:02:17.639 848 966 D EGL_emulation: app_time_stats: avg=177.78ms min=2.04ms max=2134.63ms count=15
05-21 14:02:17.678 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:17.748 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:02:17.866 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:17.870 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +420ms
05-21 14:02:17.888 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:17.893 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=319, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@52eedd0
05-21 14:02:17.911 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:17.911 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:17.911 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:17.911 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:17.914 848 966 D EGL_emulation: app_time_stats: avg=17.11ms min=1.35ms max=90.91ms count=51
05-21 14:02:17.920 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:17.949 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:17.949 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:17.950 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:17.951 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:18.028 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:64d36243: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:18.032 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:02:18.038 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:02:18.058 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 14:02:18.072 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:02:18.073 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:02:18.074 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:02:18.078 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:18.081 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:18.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:18.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:18.083 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:18.093 1585 3269 E native : E0000 00:00:1716292938.093516 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:02:18.159 1585 1786 D EGL_emulation: app_time_stats: avg=220.65ms min=6.46ms max=1485.55ms count=7
05-21 14:02:18.256 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@278be03 in: STOPPED
05-21 14:02:18.277 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@278be03
05-21 14:02:18.385 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5ce7556
05-21 14:02:18.389 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@278be03 in: DESTROYED
05-21 14:02:18.390 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:18.392 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@60f3df5
05-21 14:02:18.393 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a412047
05-21 14:02:18.418 595 2387 W InputManager-JNI: Input channel object 'c6da785 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:18.432 595 2358 W InputManager-JNI: Input channel object '5edb31a com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:18.435 848 903 W FrameTracker: Missed App frame:UNKNOWN: 264, 329074, 0, CUJ=J
05-21 14:02:18.435 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 329074, CUJ=J
05-21 14:02:18.436 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 329103, 0, CUJ=J
05-21 14:02:18.436 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 329103, 0, CUJ=J
05-21 14:02:18.436 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 329103, CUJ=J
05-21 14:02:18.436 848 903 W FrameTracker: Missed App frame:UNKNOWN: 328, 329186, 0, CUJ=J
05-21 14:02:18.436 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 329186, CUJ=J
05-21 14:02:18.436 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 66, 329209, 115257162, CUJ=J
05-21 14:02:18.463 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@47b8e82
05-21 14:02:18.466 595 838 W InputManager-JNI: Input channel object '8b79d8a com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:18.484 9128 9128 I ImeTracker: com.google.android.apps.nexuslauncher:64d36243: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:18.487 9128 9128 I ImeTracker: com.github.se.polyfit:fabe33d3: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:18.488 9128 9128 I ImeTracker: com.github.se.polyfit:fabe33d3: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:18.503 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6a2e450]
05-21 14:02:18.506 9128 9160 I TestRunner: finished: searchBarFiltersCorrectly(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
3.29 s
passedtestSortingByKcalDescending
-
05-21 14:02:18.515 9128 9160 I TestRunner: started: testSortingByKcalDescending(com.github.se.polyfit.ui.screen.GraphScreenTest)
05-21 14:02:18.534 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6a838c]
05-21 14:02:18.574 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:18.610 848 904 D SplashScreenView: Build android.window.SplashScreenView{1f39245 V.E...... ......ID 0,0-0,0}
05-21 14:02:18.610 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:18.610 848 904 D SplashScreenView: Branding: view: android.view.View{1a47d9a G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:18.636 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:18.648 1829 1861 I earchbox:search: Background young concurrent copying GC freed 199316(6711KB) AllocSpace objects, 680(12MB) LOS objects, 5% free, 252MB/266MB, paused 639us,82us total 138.862ms
05-21 14:02:18.689 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b4fa7af in: PRE_ON_CREATE
05-21 14:02:18.690 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:18.735 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:18.737 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:18.931 848 966 D EGL_emulation: app_time_stats: avg=22.38ms min=4.32ms max=192.84ms count=37
05-21 14:02:19.180 848 966 D EGL_emulation: app_time_stats: avg=150.59ms min=2.63ms max=781.22ms count=10
05-21 14:02:19.403 1829 1861 I earchbox:search: Background concurrent copying GC freed 236395(14MB) AllocSpace objects, 1443(26MB) LOS objects, 8% free, 251MB/275MB, paused 470us,63us total 577.099ms
05-21 14:02:19.507 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b4fa7af in: CREATED
05-21 14:02:19.524 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@b4fa7af
05-21 14:02:19.543 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b4fa7af in: STARTED
05-21 14:02:19.559 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@b4fa7af
05-21 14:02:19.606 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b4fa7af in: RESUMED
05-21 14:02:19.617 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@b4fa7af
05-21 14:02:19.727 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:19.729 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s142ms
05-21 14:02:19.749 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:19.752 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:2bedb83c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:19.767 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:2bedb83c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:19.773 595 838 I ImeTracker: com.github.se.polyfit:c5bafd48: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:19.773 595 838 I ImeTracker: com.github.se.polyfit:c5bafd48: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:19.778 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:19.782 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:19.782 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:19.782 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:19.782 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:19.833 1829 1861 I earchbox:search: Background young concurrent copying GC freed 59915(5966KB) AllocSpace objects, 1055(19MB) LOS objects, 8% free, 242MB/266MB, paused 10.946ms,48us total 65.174ms
05-21 14:02:19.938 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:19.952 848 966 D EGL_emulation: app_time_stats: avg=18.90ms min=6.07ms max=97.37ms count=48
05-21 14:02:20.039 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@249d54
05-21 14:02:20.041 595 2358 W InputManager-JNI: Input channel object '86caba7 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:20.529 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:02:20.732 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x751367606070 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:20.737 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b2bb71fb-0cb7-4f0e-ae7a-268ed0ab3602
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a9c660db-c5ca-44eb-b7f0-c2b932103f86
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9aecf59a-aeaf-4783-a36b-7f1772669b1b
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7bd9905-191f-4544-b990-3497bccecf3e
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b3b8f75-9da5-49d4-bb2a-945bbfcedc3a
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c0819753-41c9-47b0-9310-73b0dae4e0a8
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e6c21f61-8704-4c75-a0ce-e26f1f44de15
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca78ae0c-2a4e-4ec9-9058-8cb41f84b94d
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ec324d7-372e-41ab-b7ec-a7656a0cef30
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 55b476e1-d250-45c2-88df-4a4159f63719
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 721d8fb1-81fe-40b7-b075-e3f52b00f9ef
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cfb271ea-8dd7-478b-92f7-b5c150f85602
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c1d33ad2-808d-4ed9-bca8-535db05b9722
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22defb08-9bcb-450d-834f-99c6de645729
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a6e0b0cb-7e8b-48b3-98fe-1ffbc94742ad
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 35b2f972-c16f-4a51-8e30-224382ff179c
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 28600ca3-b4e4-4333-8bd3-27abbbfb9026
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c9aa0a4d-8a58-4cb2-a3aa-f150b660b156
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 261bdf4b-1166-4bb0-9b34-1c386e290a71
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f9e2df0-0931-4c9e-810d-cfcbede632ab
05-21 14:02:20.738 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: adad738d-e0e8-40cc-9882-a8f843570acf
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86fa8784-29d3-446d-8298-468c7a4b0d49
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d2e5b285-7b82-4bd4-bb64-e8ebfb3b5e22
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dcf66f65-245b-427c-ab70-8afe60f6dfd8
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ee3559b-ce12-4022-b748-eb9e60bceafc
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aab4df02-4510-42f0-b74b-40c3b29f4b4f
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e267896-7bfd-42ec-bf8f-7ec162d412ee
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f86e586-7de7-4600-bb21-11855aa543cc
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 87e0acd5-6fb3-475a-80d5-a927faaad49d
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b038b12d-1467-4a8d-b674-16b487b7e30c
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a1b9caec-28f6-4716-83fa-698bbff3091c
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f15600b6-d6c8-4e5d-a997-f70fc57aa5f2
05-21 14:02:20.739 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:20.740 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b97f246c-2320-465f-a158-2a702edf72fe
05-21 14:02:20.740 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:20.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a8480ced-2bab-4a66-ad3c-6f1002668477
05-21 14:02:20.741 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cbe8909b-f3fa-412b-b786-c718a2cc93f7
05-21 14:02:20.742 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:20.742 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 55e97d96-58d5-49ae-a8c4-95232f778928
05-21 14:02:20.743 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cf48d86e-96b5-48b9-9e09-034f8467d315
05-21 14:02:20.744 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:20.744 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 90243a5f-7f57-4dba-9e5c-48623e9138ca
05-21 14:02:20.745 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a474d135-eccd-4320-9934-2b6459d4d1e2
05-21 14:02:20.745 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: da727584-ece6-4b1b-acd1-0e87208b142e
05-21 14:02:20.745 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=099da1ef-be0d-4de6-969d-e97649e233be,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c61c61ef-ad72-4517-85cb-8ba3430bed7e
05-21 14:02:20.954 848 966 D EGL_emulation: app_time_stats: avg=16.26ms min=3.11ms max=52.48ms count=56
05-21 14:02:21.092 848 904 D SplashScreenView: Build android.window.SplashScreenView{9e685dd V.E...... ......ID 0,0-0,0}
05-21 14:02:21.092 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:21.092 848 904 D SplashScreenView: Branding: view: android.view.View{9de8552 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:21.119 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:21.121 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b4fa7af in: PAUSED
05-21 14:02:21.134 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@b4fa7af
05-21 14:02:21.210 848 966 D EGL_emulation: app_time_stats: avg=144.96ms min=13.20ms max=1225.07ms count=14
05-21 14:02:21.219 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:21.402 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:21.404 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +314ms
05-21 14:02:21.428 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:21.430 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=323, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@efc3d42
05-21 14:02:21.435 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:21.436 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:21.436 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:21.436 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:21.437 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:21.537 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:21.538 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:21.538 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:21.539 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:21.594 595 918 I ImeTracker: com.google.android.apps.nexuslauncher:358941a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:21.594 595 918 I ImeTracker: com.google.android.apps.nexuslauncher:358941a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:21.602 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:21.604 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:21.605 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:21.605 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:21.613 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:21.643 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b4fa7af in: STOPPED
05-21 14:02:21.661 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@b4fa7af
05-21 14:02:21.730 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b4fa7af in: DESTROYED
05-21 14:02:21.734 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:21.735 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f30d86d
05-21 14:02:21.762 595 2358 W InputManager-JNI: Input channel object '2c3b2a2 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:21.787 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@6a838c]
05-21 14:02:21.788 9128 9160 I TestRunner: finished: testSortingByKcalDescending(com.github.se.polyfit.ui.screen.GraphScreenTest)
-
34.92 s
com.github.se.polyfit.ui.screen.IngredientTest
-
3.69 s
passeddeleteIngredient
-
05-21 14:02:21.799 9128 9160 I TestRunner: started: deleteIngredient(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:21.836 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@355a74c
05-21 14:02:21.840 595 2431 W InputManager-JNI: Input channel object '2778550 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:21.866 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2a875f9]
05-21 14:02:21.890 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:21.924 848 904 D SplashScreenView: Build android.window.SplashScreenView{674e715 V.E...... ......ID 0,0-0,0}
05-21 14:02:21.924 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:21.924 848 904 D SplashScreenView: Branding: view: android.view.View{d6cfa2a G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:21.976 848 966 D EGL_emulation: app_time_stats: avg=39.47ms min=1.03ms max=161.56ms count=24
05-21 14:02:22.016 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ad8ddf0 in: PRE_ON_CREATE
05-21 14:02:22.017 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:22.058 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:22.059 1728 2287 E HwDetectorWithState: a: 3
05-21 14:02:22.497 1829 1861 I earchbox:search: Background concurrent copying GC freed 267199(15MB) AllocSpace objects, 1924(35MB) LOS objects, 8% free, 252MB/276MB, paused 274us,55us total 480.779ms
05-21 14:02:22.549 848 966 D EGL_emulation: app_time_stats: avg=107.98ms min=10.16ms max=651.81ms count=12
05-21 14:02:22.656 595 608 I system_server: NativeAlloc concurrent copying GC freed 202437(6041KB) AllocSpace objects, 3(60KB) LOS objects, 44% free, 30MB/54MB, paused 557us,55us total 120.983ms
05-21 14:02:22.685 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ad8ddf0 in: CREATED
05-21 14:02:22.698 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@ad8ddf0
05-21 14:02:22.710 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ad8ddf0 in: STARTED
05-21 14:02:22.720 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@ad8ddf0
05-21 14:02:22.765 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ad8ddf0 in: RESUMED
05-21 14:02:22.776 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@ad8ddf0
05-21 14:02:22.881 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:22.883 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +981ms
05-21 14:02:22.954 595 918 I ImeTracker: com.github.se.polyfit:527c1680: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:22.954 595 918 I ImeTracker: com.github.se.polyfit:527c1680: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:22.957 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:22.961 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:22.961 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:22.961 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:22.962 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:22.967 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:22.975 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:14633b1b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:22.975 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:14633b1b: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:22.979 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d28ac71
05-21 14:02:22.983 595 918 W InputManager-JNI: Input channel object 'b7417b2 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:22.991 848 966 D EGL_emulation: app_time_stats: avg=13.97ms min=1.17ms max=52.06ms count=51
05-21 14:02:23.081 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:23.217 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@349df91
05-21 14:02:23.218 595 2358 W InputManager-JNI: Input channel object 'fd62f3c Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:23.550 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:02:23.657 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:23.657 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:23.668 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:02:23.668 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:23.678 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:23.678 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:23.684 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:23.684 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:23.772 9128 9128 V Expand Ingredients: Clicked
05-21 14:02:24.007 848 966 D EGL_emulation: app_time_stats: avg=17.46ms min=3.32ms max=119.01ms count=52
05-21 14:02:24.217 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760aff0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:24.223 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:24.223 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 60eff39c-1e42-4d85-9839-2a6fe2010647
05-21 14:02:24.223 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bc9c10d7-a0f2-4d0d-87f6-da856ed8a21b
05-21 14:02:24.223 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b8a36dc2-6fa2-46ca-95cd-ea8aa34ee1b5
05-21 14:02:24.223 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7982c3df-e736-463e-b6e8-8a256de6387c
05-21 14:02:24.223 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b292239c-a576-4c4b-bbea-c9d781b7efab
05-21 14:02:24.223 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04a4d853-944d-4aec-bc0e-5f63b9947f80
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86e5a9cf-44f5-48b1-93e4-bc9092a93cb6
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5422de36-9b38-47bf-bf6b-be64e0086da9
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: be10998d-ff8f-4a3a-b2ee-925c5210ea16
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ef6eb30-29eb-499c-854a-1fa94478c025
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d9b6a8f-21de-42c3-868d-bbb35a92c5cd
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cf591006-8304-4a6f-b139-b413a9ba82b5
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c537dc09-ac1b-4cde-9c60-e0c2ab903016
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f1623ada-242b-4ff8-b585-1d9fbae13a88
05-21 14:02:24.224 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b80ebd0-8121-433f-ad1c-1c6b0b8d0a8a
05-21 14:02:24.225 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e76a4a3-25a9-44bc-ac12-5e5ca722833e
05-21 14:02:24.225 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 19efe244-c4b9-4cb6-a875-3ee8e23f2d30
05-21 14:02:24.225 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf1ac28f-dcdd-444b-9b19-f29822ec2dbe
05-21 14:02:24.225 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 640d4f49-6a01-47f6-a6bc-ddbb3bb97a7c
05-21 14:02:24.226 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98adc419-3ecf-4d6f-b36d-c50f40f9014c
05-21 14:02:24.226 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c53bfb96-c534-4c67-a8e9-e1c42fdf1a92
05-21 14:02:24.226 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98ecd7c9-b6cb-4f6d-bfa1-bfa02f6ab5b1
05-21 14:02:24.226 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a22be314-b701-40f6-8a97-7f02c0ce3f46
05-21 14:02:24.227 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b3806122-2460-4616-ab2c-0ce753c29229
05-21 14:02:24.227 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 05e57a4e-1862-492b-972a-b4fdc0b37e1e
05-21 14:02:24.227 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ebae110-274c-4228-9ac9-891689adb37f
05-21 14:02:24.227 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d389d324-b636-4b5c-a25b-2da968586840
05-21 14:02:24.227 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7565de1d-7b55-4d56-928b-875cbb1e5597
05-21 14:02:24.227 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 739ab576-196e-4bed-b577-20ef53e03944
05-21 14:02:24.227 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d7cda77-3f68-487e-b886-85cb73e70b71
05-21 14:02:24.228 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 58c52867-3d2d-4305-88a7-890d2f7470f1
05-21 14:02:24.228 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c08a84d6-a549-46e5-863b-f250d31cb354
05-21 14:02:24.228 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:24.228 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 50b053de-536e-4c4e-bfc2-3a54dec1153a
05-21 14:02:24.229 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:24.229 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 31521b83-46b8-4b83-8b9f-4f06836a42fd
05-21 14:02:24.230 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3c3eca83-647f-4254-98eb-a5a6fe63923a
05-21 14:02:24.230 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:24.230 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5c65f5fc-47d3-4ded-8b1b-2441ec0b1dbe
05-21 14:02:24.230 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bb9b0b3c-4b09-4886-95ef-2c50556e4eb7
05-21 14:02:24.232 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:24.232 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5fd71b59-ee0e-473a-b233-d946bdf4a378
05-21 14:02:24.232 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 76734be4-9101-4768-a937-38a5ff4c7f01
05-21 14:02:24.232 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1b341eec-6217-4af4-8b84-f4587b77411b
05-21 14:02:24.232 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=a5e3aacd-ee1d-498e-9a35-56e8b9e36ebb,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: eebe3449-3950-4b88-9c8d-eb086255391c
05-21 14:02:24.265 6276 6287 W System : A resource failed to call release.
05-21 14:02:24.265 6276 6287 W System : A resource failed to call release.
05-21 14:02:24.265 6276 6287 W System : A resource failed to call release.
05-21 14:02:24.265 6276 6287 W System : A resource failed to call release.
05-21 14:02:24.265 6276 6287 W System : A resource failed to call release.
05-21 14:02:24.265 6276 6287 W System : A resource failed to call release.
05-21 14:02:24.324 9128 9128 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread.
05-21 14:02:24.550 9128 9288 D EGL_emulation: app_time_stats: avg=37.03ms min=9.35ms max=671.83ms count=41
05-21 14:02:24.698 848 904 D SplashScreenView: Build android.window.SplashScreenView{d5b4cad V.E...... ......ID 0,0-0,0}
05-21 14:02:24.698 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:24.698 848 904 D SplashScreenView: Branding: view: android.view.View{c0a8be2 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:24.719 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:24.750 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ad8ddf0 in: PAUSED
05-21 14:02:24.780 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@ad8ddf0
05-21 14:02:24.888 848 966 D EGL_emulation: app_time_stats: avg=175.92ms min=1.95ms max=1744.30ms count=13
05-21 14:02:24.901 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:25.058 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:25.062 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +370ms
05-21 14:02:25.075 848 966 D EGL_emulation: app_time_stats: avg=32.98ms min=10.02ms max=254.70ms count=31
05-21 14:02:25.086 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:25.088 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=327, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@11a123
05-21 14:02:25.090 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:25.090 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:25.090 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:25.091 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:25.096 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:25.129 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:25.130 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:25.130 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:25.130 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:25.295 595 918 I ImeTracker: com.google.android.apps.nexuslauncher:3c0d9b96: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:25.295 595 918 I ImeTracker: com.google.android.apps.nexuslauncher:3c0d9b96: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:25.298 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ad8ddf0 in: STOPPED
05-21 14:02:25.320 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:25.322 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:25.323 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:25.323 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:25.323 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:25.330 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@ad8ddf0
05-21 14:02:25.421 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ad8ddf0 in: DESTROYED
05-21 14:02:25.422 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:25.423 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8f81d77
05-21 14:02:25.447 1829 1861 I earchbox:search: Background young concurrent copying GC freed 203147(7127KB) AllocSpace objects, 761(14MB) LOS objects, 6% free, 247MB/265MB, paused 2.538ms,94us total 162.595ms
05-21 14:02:25.457 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d77bcd80 (UnprojectedRipple) with handle 0x751367660040
05-21 14:02:25.462 595 918 W InputManager-JNI: Input channel object '84f2096 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:25.487 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2a875f9]
05-21 14:02:25.489 9128 9160 I TestRunner: finished: deleteIngredient(com.github.se.polyfit.ui.screen.IngredientTest)
-
2.54 s
passeddoneButton
-
05-21 14:02:25.492 9128 9160 I TestRunner: started: doneButton(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:25.510 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@c4c00a9]
05-21 14:02:25.531 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:25.551 848 904 D SplashScreenView: Build android.window.SplashScreenView{8b1a054 V.E...... ......ID 0,0-0,0}
05-21 14:02:25.551 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:25.551 848 904 D SplashScreenView: Branding: view: android.view.View{7730bfd G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:25.666 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36e160 in: PRE_ON_CREATE
05-21 14:02:25.667 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:25.690 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:25.697 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:26.108 1829 1861 I earchbox:search: Background concurrent copying GC freed 247634(14MB) AllocSpace objects, 1639(30MB) LOS objects, 8% free, 254MB/278MB, paused 92us,37us total 404.584ms
05-21 14:02:26.110 848 966 D EGL_emulation: app_time_stats: avg=31.07ms min=1.32ms max=144.33ms count=29
05-21 14:02:26.147 848 966 D EGL_emulation: app_time_stats: avg=80.91ms min=6.15ms max=622.01ms count=14
05-21 14:02:26.248 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36e160 in: CREATED
05-21 14:02:26.263 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@36e160
05-21 14:02:26.279 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36e160 in: STARTED
05-21 14:02:26.293 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@36e160
05-21 14:02:26.347 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36e160 in: RESUMED
05-21 14:02:26.363 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@36e160
05-21 14:02:26.511 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:26.514 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +966ms
05-21 14:02:26.566 595 1960 I ImeTracker: com.github.se.polyfit:9b6aba28: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:26.566 595 1960 I ImeTracker: com.github.se.polyfit:9b6aba28: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:26.568 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:26.573 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:26.573 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:26.573 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:26.574 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:26.576 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:26.579 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b621b92
05-21 14:02:26.579 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:b93c9a3f: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:26.579 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:b93c9a3f: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:26.582 595 918 W InputManager-JNI: Input channel object 'dfc3532 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:26.673 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:02:26.703 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:26.829 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e84c09f
05-21 14:02:26.832 595 2358 W InputManager-JNI: Input channel object 'f8604af Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:27.114 848 966 D EGL_emulation: app_time_stats: avg=16.15ms min=0.96ms max=91.43ms count=48
05-21 14:02:27.143 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:27.143 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:27.153 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:27.153 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:27.160 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:02:27.160 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:27.165 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:27.165 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:27.225 9128 9128 V Finished: Clicked
05-21 14:02:27.256 848 904 D SplashScreenView: Build android.window.SplashScreenView{daf3a95 V.E...... ......ID 0,0-0,0}
05-21 14:02:27.256 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:27.256 848 904 D SplashScreenView: Branding: view: android.view.View{bb387aa G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:27.286 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:27.305 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36e160 in: PAUSED
05-21 14:02:27.320 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@36e160
05-21 14:02:27.395 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:27.402 848 966 D EGL_emulation: app_time_stats: avg=92.68ms min=1.92ms max=622.44ms count=13
05-21 14:02:27.594 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:27.605 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +345ms
05-21 14:02:27.623 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:27.630 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760f400 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:27.637 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=331, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@cb55f47
05-21 14:02:27.667 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:27.667 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:27.668 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:27.668 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:27.670 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:27.672 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:27.675 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:27.675 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:27.677 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:27.690 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:27.690 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eec058fd-2da1-49b6-8ea4-a44b5d0a40d9
05-21 14:02:27.690 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b5ba512-15d2-467d-bbc3-fe23ba2ae1fd
05-21 14:02:27.690 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f83109e-ae4d-4c36-b930-a2c020aaa5e3
05-21 14:02:27.690 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da417287-aff6-4af0-b3fb-6109ec32ad04
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d78494c-74be-4b28-9df5-35ab68f0f970
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f3e808f-0902-41dc-bd72-93077aaa8cb9
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bc4770a8-b9ef-4d08-b21f-dc14d02b6ded
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ecdc16e-536d-420d-b2ee-46e6a4311904
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4579f8c1-ffe5-4723-b094-c86158aec234
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f21dca44-a91d-4497-b7fa-102a7d814627
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89e8c7bc-8736-4b77-83f8-d92181bf14c0
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7761a07d-b721-487b-8164-3e6b001525a2
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 178fcd8e-cd2f-4abd-a30f-9a0fc38100fa
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33a16620-9d0c-423f-be0d-efc2ada60ecb
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f270c001-b69a-4477-9db6-8596b907881b
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e48c800-dba6-480f-8a1f-a633e0a3c415
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8dc871d7-50f1-43b2-bba5-f7f9e591f637
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ec1a1e3-2c28-43f8-85d5-ea47aa9cee04
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 178c0d9d-3a31-4d18-986c-398e05b04345
05-21 14:02:27.691 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c99c4443-15a7-430b-9f31-c383eb448c33
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1f236b8a-17fc-4084-8718-2a7a11ca0fe9
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 60050995-45d8-490f-8579-848b447d002a
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2d53ca1c-b38b-4b81-9f46-f93d2d4d3ffb
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c29ffdec-8c94-45ea-a630-0cace7e90f50
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97d8a3df-f7cd-445c-a484-168c51c1a5dd
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 231119f1-00d9-44ed-b833-5ab7fd8b45cc
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 178238bd-c974-415b-b19c-b6ced155c96f
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 688b2cc5-54f3-4596-a574-7765648804f9
05-21 14:02:27.692 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 503f3958-5fd3-4b3a-a28c-96ba0218b0a1
05-21 14:02:27.693 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a443ecad-a7b6-4bcc-9504-a9998d0278a2
05-21 14:02:27.693 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 54326d26-7987-4345-8c4f-ec56be1d7aa1
05-21 14:02:27.693 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 32a5b140-f094-4325-8a74-dd0269b80d7c
05-21 14:02:27.694 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:27.694 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6e80ba23-7dde-4561-84b4-de983828ad70
05-21 14:02:27.695 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:27.695 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3c69d7ee-883d-4aaf-b1c9-1cda91ac2235
05-21 14:02:27.695 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 37be6634-fbf1-46d1-b752-45406b1006be
05-21 14:02:27.696 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:27.696 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a88d743a-6bd9-4846-bb4c-959fbfd05e7a
05-21 14:02:27.696 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 636b6117-734b-40d7-a2a3-2209a4a0a34e
05-21 14:02:27.697 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:27.697 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f04df14b-000b-4970-9eac-3f1f84ac57e3
05-21 14:02:27.697 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9512ec16-f42c-4640-8397-8e042a206896
05-21 14:02:27.697 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ca7cf0f8-df43-48dd-9149-84545da4e009
05-21 14:02:27.697 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=23ec1bd7-91d9-4387-a1df-9ff936953c45,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8bc8a57e-5611-4dd8-9cbb-9b3e61c57151
05-21 14:02:27.774 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:02:27.779 595 1960 I ImeTracker: com.google.android.apps.nexuslauncher:b82443b5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:27.779 595 1960 I ImeTracker: com.google.android.apps.nexuslauncher:b82443b5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:27.783 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:27.788 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:27.790 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:27.790 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:27.791 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:27.812 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36e160 in: STOPPED
05-21 14:02:27.846 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@36e160
05-21 14:02:27.896 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36e160 in: DESTROYED
05-21 14:02:27.913 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:27.914 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@19cda7
05-21 14:02:27.944 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d77d4fc0 (UnprojectedRipple) with handle 0x751367648340
05-21 14:02:27.989 595 2431 W InputManager-JNI: Input channel object 'fc41184 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:28.018 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@c4c00a9]
05-21 14:02:28.023 9128 9160 I TestRunner: finished: doneButton(com.github.se.polyfit.ui.screen.IngredientTest)
-
3.04 s
passedtopBarDisplayed
-
05-21 14:02:28.027 9128 9160 I TestRunner: started: topBarDisplayed(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:28.047 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@db8ada0]
05-21 14:02:28.089 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:28.106 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@af0d6e4
05-21 14:02:28.107 595 2387 W InputManager-JNI: Input channel object '134a49 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:28.111 848 904 D SplashScreenView: Build android.window.SplashScreenView{e68f086 V.E...... ......ID 0,0-0,0}
05-21 14:02:28.111 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:28.111 848 904 D SplashScreenView: Branding: view: android.view.View{99b6d47 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:28.116 1585 1714 I ProtoXDBBufferWrapper: ProtoXDBBufferWrapper.flushToStorage():153 Flushed 9 data item(s) to storage.
05-21 14:02:28.162 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@59ccfaf
05-21 14:02:28.166 595 957 W InputManager-JNI: Input channel object '6ca203 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:28.200 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f25de93 in: PRE_ON_CREATE
05-21 14:02:28.201 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:28.203 848 903 W FrameTracker: Missed App frame:UNKNOWN: 10, 337785, 0, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 10, 337785, 0, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 337785, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 337814, 121639881, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 337814, 121639881, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 337865, 0, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 337865, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 337896, 141283864, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 337896, 141283864, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 337919, 0, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 337919, 0, CUJ=J
05-21 14:02:28.203 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 337919, CUJ=J
05-21 14:02:28.211 1829 1861 I earchbox:search: Background young concurrent copying GC freed 48114(4499KB) AllocSpace objects, 720(13MB) LOS objects, 4% free, 252MB/264MB, paused 88us,36us total 148.799ms
05-21 14:02:28.242 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:28.243 1728 2287 E HwDetectorWithState: a: 3
05-21 14:02:28.268 848 966 D EGL_emulation: app_time_stats: avg=30.83ms min=1.52ms max=272.96ms count=33
05-21 14:02:28.406 848 966 D EGL_emulation: app_time_stats: avg=61.58ms min=9.86ms max=250.95ms count=15
05-21 14:02:28.761 1829 1861 I earchbox:search: Background concurrent copying GC freed 260010(16MB) AllocSpace objects, 1815(33MB) LOS objects, 8% free, 252MB/276MB, paused 200us,58us total 448.406ms
05-21 14:02:28.835 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f25de93 in: CREATED
05-21 14:02:28.851 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@f25de93
05-21 14:02:28.872 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f25de93 in: STARTED
05-21 14:02:28.891 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@f25de93
05-21 14:02:28.961 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f25de93 in: RESUMED
05-21 14:02:28.979 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@f25de93
05-21 14:02:29.134 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:29.137 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s41ms
05-21 14:02:29.197 595 2358 I ImeTracker: com.github.se.polyfit:2c8e1ac1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:29.197 595 2358 I ImeTracker: com.github.se.polyfit:2c8e1ac1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:29.199 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:29.200 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:29.201 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:29.201 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:29.202 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:29.230 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:29.234 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f40aaa4d: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:29.235 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f40aaa4d: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:29.349 848 966 D EGL_emulation: app_time_stats: avg=23.66ms min=3.87ms max=162.35ms count=41
05-21 14:02:29.414 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:29.434 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1d38f12
05-21 14:02:29.437 595 838 W InputManager-JNI: Input channel object 'e42ac2f Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:29.767 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 157228(5527KB) AllocSpace objects, 5(232KB) LOS objects, 11% free, 44MB/49MB, paused 9.862ms,108us total 84.616ms
05-21 14:02:29.832 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:29.832 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'IngredientTitle'); position: 0; useUnmergedTree: false.
05-21 14:02:29.840 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:02:29.840 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'IngredientTitle'); position: 0; useUnmergedTree: false.
05-21 14:02:29.845 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:29.845 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:02:29.864 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:29.864 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:02:29.868 9128 9160 I KASPRESSO: Operation: Check=ASSERT_CONTENT_DESCRIPTION_EQUALS(description={null}).
05-21 14:02:29.868 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:02:29.875 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:29.875 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:02:30.100 848 904 D SplashScreenView: Build android.window.SplashScreenView{c00740 V.E...... ......ID 0,0-0,0}
05-21 14:02:30.100 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:30.100 848 904 D SplashScreenView: Branding: view: android.view.View{f78c679 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:30.119 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:30.157 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f25de93 in: PAUSED
05-21 14:02:30.175 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@f25de93
05-21 14:02:30.333 6276 6287 W System : A resource failed to call release.
05-21 14:02:30.334 6276 6287 W System : A resource failed to call release.
05-21 14:02:30.334 6276 6287 W System : A resource failed to call release.
05-21 14:02:30.335 6276 6287 W System : A resource failed to call release.
05-21 14:02:30.335 6276 6287 W System : A resource failed to call release.
05-21 14:02:30.335 6276 6287 W System : A resource failed to call release.
05-21 14:02:30.360 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:30.366 848 966 D EGL_emulation: app_time_stats: avg=278.37ms min=19.17ms max=980.19ms count=7
05-21 14:02:30.370 848 966 D EGL_emulation: app_time_stats: avg=15.51ms min=3.94ms max=50.46ms count=55
05-21 14:02:30.573 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:30.580 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +485ms
05-21 14:02:30.653 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:30.666 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=335, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@e41d296
05-21 14:02:30.691 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:30.691 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:30.691 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:30.692 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:30.694 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:30.714 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:30.715 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:30.715 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:30.813 9128 9288 D EGL_emulation: app_time_stats: avg=42.69ms min=7.40ms max=671.28ms count=37
05-21 14:02:30.851 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d77ce8c0 (UnprojectedRipple) with handle 0x75136762e6c0
05-21 14:02:30.908 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:dbf0f026: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:30.908 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f25de93 in: STOPPED
05-21 14:02:30.917 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:dbf0f026: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:30.924 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@f25de93
05-21 14:02:30.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:30.934 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:30.934 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:30.934 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:30.935 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:30.975 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fdee0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:30.986 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f25de93 in: DESTROYED
05-21 14:02:30.986 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:30.988 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@107d356
05-21 14:02:30.992 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@507473b
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5aeb4ffa-b38f-4d5e-b2db-e28dc44c2544
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 14403651-4cdb-42d5-8c6d-087c7bea7b3f
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 47faac39-7a22-4332-a827-5f0f03931a1f
05-21 14:02:30.993 595 2358 W InputManager-JNI: Input channel object 'd5124ce Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da6c892b-512f-4027-b7bb-35648af1ee20
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba1bf2c7-d8bb-40b9-8156-c7e2b7dadcb7
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 84dcddc8-7735-4324-aa0b-f883eb97112c
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54cd79b2-0c07-4107-9d62-f86f7f6494c1
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73cc1312-2c22-4d24-933f-bc8240743ab3
05-21 14:02:30.993 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da171e0d-fb97-4d5a-908f-33c7fc12f244
05-21 14:02:30.994 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f3ebb9b7-fddd-4620-8311-3c3887166747
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e0cbe3f-bb46-4bdf-941c-cb3ed80330a2
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6322f4c2-8af4-43a2-89a6-f0d11395a583
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e1cf26c5-8f67-4698-aa89-7d219b3dff9c
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c67de22-6fc6-466f-b6ad-3c59c8fb1031
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eeb7c492-58a5-450f-b9df-94ebbdf694e0
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a64f8eb6-c863-431a-9ae9-42c2f722f279
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aaeab822-41a5-4210-9080-034fa53d78d4
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 53ad4e2c-31d8-4c3a-9b14-df95c5a2457b
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d6a70dc2-ee3c-4877-be66-d36050a56657
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 50c8c64f-8468-4bde-8746-8c81b2657e9f
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b0f0701-a15e-4edc-b2a3-aacbb164d90b
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bc1c2003-1204-419c-a035-2a7ab55f6d1d
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30501821-a1fc-4b52-8ae9-2d9af5bec1d5
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9fc359c6-7a59-4f63-89d3-e00bf95094b1
05-21 14:02:30.995 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70eebace-d547-4cfe-ae5d-ab4bf81b1cb7
05-21 14:02:30.996 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d04fef27-eebc-4450-832e-f2c0c739a9b8
05-21 14:02:30.996 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f406ab8d-e399-4e1d-aad5-0d269303ee9c
05-21 14:02:30.996 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e27ab01-2303-423f-ac40-255ad85e353a
05-21 14:02:30.996 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a75e5cc4-59ad-4ac9-8e39-47e270ace787
05-21 14:02:30.996 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ec524eb-becb-4e8e-ae64-6145d0d7ee19
05-21 14:02:30.996 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c3a9de7b-1303-4a67-9563-c449ac160853
05-21 14:02:30.996 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ad457b6d-515a-417f-9421-26a9ab99a9a0
05-21 14:02:30.996 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:30.997 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b734ce62-2803-46ad-b1d0-a6723d9cb942
05-21 14:02:30.997 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:30.998 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3085cfae-fbee-4215-9b33-a506c4cff58b
05-21 14:02:30.998 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fd138b71-c723-43fc-8f5d-a61f4e346a72
05-21 14:02:30.999 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:30.999 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 464a12f6-f93e-4608-9c5b-28a3c767c2fa
05-21 14:02:30.999 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 054881e6-5522-4bde-a70f-1893e5cb879e
05-21 14:02:31.000 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:31.001 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3553942f-3408-455f-95ea-8485b5e6985d
05-21 14:02:31.001 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6914d22d-4334-457c-8167-c23e803cdfbd
05-21 14:02:31.001 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1f67608c-55fc-4e0b-8706-849bb42bb118
05-21 14:02:31.001 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=17c9873b-1f23-43d4-b8bf-63305ddbfae8,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cd39b7ef-aa0b-41cf-b90c-8f3cfaae315d
05-21 14:02:31.012 595 2358 W InputManager-JNI: Input channel object '27fbb70 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:31.063 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@db8ada0]
05-21 14:02:31.068 9128 9160 I TestRunner: finished: topBarDisplayed(com.github.se.polyfit.ui.screen.IngredientTest)
-
2.33 s
passednoIngredientMessageDisplay
-
05-21 14:02:31.071 9128 9160 I TestRunner: started: noIngredientMessageDisplay(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:31.090 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a908de5]
05-21 14:02:31.110 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:31.139 848 904 D SplashScreenView: Build android.window.SplashScreenView{5502ca6 V.E...... ......ID 0,0-0,0}
05-21 14:02:31.139 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:31.139 848 904 D SplashScreenView: Branding: view: android.view.View{f21c6e7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:31.234 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e97310c in: PRE_ON_CREATE
05-21 14:02:31.234 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:31.282 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:31.283 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:31.286 1829 1861 I earchbox:search: Background young concurrent copying GC freed 203311(6771KB) AllocSpace objects, 786(14MB) LOS objects, 5% free, 250MB/265MB, paused 495us,157us total 157.326ms
05-21 14:02:31.393 848 966 D EGL_emulation: app_time_stats: avg=38.35ms min=5.26ms max=104.91ms count=24
05-21 14:02:31.624 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:02:31.765 848 966 D EGL_emulation: app_time_stats: avg=105.49ms min=10.58ms max=671.06ms count=13
05-21 14:02:31.863 1829 1861 I earchbox:search: Background concurrent copying GC freed 250584(14MB) AllocSpace objects, 1682(30MB) LOS objects, 8% free, 252MB/276MB, paused 143us,21us total 490.559ms
05-21 14:02:31.897 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e97310c in: CREATED
05-21 14:02:31.909 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e97310c
05-21 14:02:31.922 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e97310c in: STARTED
05-21 14:02:31.933 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e97310c
05-21 14:02:31.977 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e97310c in: RESUMED
05-21 14:02:31.987 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e97310c
05-21 14:02:32.094 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:32.095 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +972ms
05-21 14:02:32.105 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c31eed8
05-21 14:02:32.106 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:32.108 595 2358 W InputManager-JNI: Input channel object '24b3339 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:32.109 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:590e76f1: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:32.110 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:590e76f1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:32.201 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:32.408 848 966 D EGL_emulation: app_time_stats: avg=15.76ms min=1.01ms max=89.11ms count=46
05-21 14:02:32.431 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6c26d32
05-21 14:02:32.432 595 2358 W InputManager-JNI: Input channel object 'b24bfa8 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:32.585 595 2358 I ImeTracker: com.github.se.polyfit:bd64f131: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:32.586 595 2358 I ImeTracker: com.github.se.polyfit:bd64f131: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:32.591 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:32.592 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:32.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:32.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:32.594 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:32.685 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:32.685 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsList')) && (TestTag = 'NoIngredients'); position: 0; useUnmergedTree: false.
05-21 14:02:32.689 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:02:32.689 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsList')) && (TestTag = 'NoIngredients'); position: 0; useUnmergedTree: false.
05-21 14:02:32.692 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:02:32.692 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:32.701 848 904 D SplashScreenView: Build android.window.SplashScreenView{b6e663 V.E...... ......ID 0,0-0,0}
05-21 14:02:32.701 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:32.701 848 904 D SplashScreenView: Branding: view: android.view.View{ba47260 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:32.719 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:32.734 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e97310c in: PAUSED
05-21 14:02:32.746 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e97310c
05-21 14:02:32.809 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:32.835 848 966 D EGL_emulation: app_time_stats: avg=72.56ms min=2.29ms max=497.45ms count=14
05-21 14:02:32.997 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:33.001 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +300ms
05-21 14:02:33.150 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:33.151 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:33.151 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:33.159 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:33.161 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=339, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@458b371
05-21 14:02:33.195 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:33.195 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:33.195 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:33.195 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:33.198 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b53ca763-26dc-4ce4-a09c-819e27f4c217
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a1a3bb5-5a13-493e-8386-175267bbf1da
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffccf9b9-dc4b-4085-be16-c250728b3eaf
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bae4a6fe-45d0-4ad7-93b9-b9149ae13166
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf9c07f8-7d35-4fcf-8133-667b7bce3130
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eeb800e6-9a1e-48bb-9910-c492ba7b50e8
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eda7d544-250b-4400-aa65-ce972269bbf5
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d778debe-9525-46b0-bf8c-d821dc7b0ce6
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9afff777-6fe0-40cd-84b8-ad4d77c3c5b5
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1650eaad-ce97-41b9-9a0a-9f20f5041386
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cbfdaa88-f2d9-4a87-9d26-32c6c7b32744
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ce9e3d2-e45f-49d7-af8f-fc5ddc022729
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fcb6e847-5db1-46af-a89e-c895c43ff587
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e9bc5ddb-8086-4313-a55d-b5fdfbee837b
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba9fc1bc-6a80-4744-a0be-ed4397d5139b
05-21 14:02:33.214 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f51b0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 134376a1-5a0f-4890-b133-a942019b1952
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b343e01-491e-4e4e-9df6-73812a6308e8
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dcaa2105-049b-4c95-a7d8-0af020628da7
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 45672aaf-b8ef-487f-b2a5-0b60c1820719
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffe89f60-4a7d-4893-a183-64079d18a958
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd0ee54b-06fd-42bd-9219-95009b42d0d7
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 11dd89f2-49d4-47fe-ad2c-f7635826bf04
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: af5bb962-46fe-44a5-ad43-e451b481e31f
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7ef4473-2e6d-4f2e-a6ab-01d63d5e392c
05-21 14:02:33.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04849cb5-de24-4462-a736-e4f90b6b429d
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7768126c-7bf7-4033-a1f6-51a95ad99f5e
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 32146bc6-e02f-4a5e-8b03-22a34b284765
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d96ea3a4-e7f8-4b6f-8828-1b18338a1ffd
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7dc5243a-6296-4bc3-8248-38499bc3de97
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca197cd6-fde5-4ab2-b999-83548e50a1d8
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 511071fc-0bf3-4e92-a5c6-91419e59103e
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 32571b50-d542-42ab-b343-163e2dc92d55
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:33.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f0b7d068-06a3-459e-a5e5-2cd135565bf0
05-21 14:02:33.216 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:33.216 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8f4b56c4-5988-4321-b70b-94902efc2115
05-21 14:02:33.216 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f8696f0d-02fc-4d69-8ace-215dad121290
05-21 14:02:33.217 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:33.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6dbe634f-69db-40be-87f8-8091e0779479
05-21 14:02:33.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 72a2da10-edab-4b59-bc24-421b7460ff5d
05-21 14:02:33.218 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:33.218 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bae47ce2-6cea-4003-8e2e-ec8312514c94
05-21 14:02:33.218 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9190f780-f5a4-4cd0-870a-9fc71ecc85e6
05-21 14:02:33.218 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a7f9f32e-d68c-43b5-bd92-bc5a6c6b8ebf
05-21 14:02:33.218 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=789683ed-3f56-4b21-8e1f-5a3b0bd23749,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a6bf1140-626d-4f23-94d2-8c4ac40699b0
05-21 14:02:33.237 595 918 I ImeTracker: com.google.android.apps.nexuslauncher:13e83210: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:33.238 595 918 I ImeTracker: com.google.android.apps.nexuslauncher:13e83210: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:33.259 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:33.259 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:33.259 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:33.259 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:33.260 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:33.278 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e97310c in: STOPPED
05-21 14:02:33.297 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e97310c
05-21 14:02:33.341 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e97310c in: DESTROYED
05-21 14:02:33.347 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:33.348 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@937bc72
05-21 14:02:33.365 595 2431 W InputManager-JNI: Input channel object 'e0fd484 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:33.401 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a908de5]
05-21 14:02:33.404 9128 9160 I TestRunner: finished: noIngredientMessageDisplay(com.github.se.polyfit.ui.screen.IngredientTest)
-
2.79 s
passeddisplayOnlyIngredients
-
05-21 14:02:33.407 9128 9160 I TestRunner: started: displayOnlyIngredients(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:33.428 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@218d742]
05-21 14:02:33.433 848 966 D EGL_emulation: app_time_stats: avg=27.39ms min=1.70ms max=124.41ms count=34
05-21 14:02:33.433 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 105413(4383KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 17MB/34MB, paused 644us,50us total 231.683ms
05-21 14:02:33.445 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@270fbea
05-21 14:02:33.446 595 918 W InputManager-JNI: Input channel object '7763a4e Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:33.459 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:33.511 848 904 D SplashScreenView: Build android.window.SplashScreenView{d12d4ab V.E...... ......ID 0,0-0,0}
05-21 14:02:33.511 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:33.511 848 904 D SplashScreenView: Branding: view: android.view.View{512d708 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:33.568 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dab8ffd in: PRE_ON_CREATE
05-21 14:02:33.568 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:33.599 1829 1861 I earchbox:search: Background young concurrent copying GC freed 195945(6313KB) AllocSpace objects, 635(11MB) LOS objects, 4% free, 252MB/265MB, paused 84us,35us total 173.521ms
05-21 14:02:33.617 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:33.618 1728 2287 E HwDetectorWithState: a: 3
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 342823, 0, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 342823, 0, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 342823, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 342838, 0, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 342838, 0, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 342838, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 342853, 162724690, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 342853, 162724690, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 66, 342908, 107113787, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 342952, 77153282, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 342952, 77153282, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 343003, 72430081, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 343003, 72430081, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 343033, 71991469, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 343069, 79032746, CUJ=J
05-21 14:02:33.651 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 343105, 63536335, CUJ=J
05-21 14:02:33.734 6276 6287 W System : A resource failed to call release.
05-21 14:02:33.734 6276 6287 W System : A resource failed to call release.
05-21 14:02:33.734 6276 6287 W System : A resource failed to call release.
05-21 14:02:33.735 6276 6287 W System : A resource failed to call release.
05-21 14:02:33.735 6276 6287 W System : A resource failed to call release.
05-21 14:02:33.735 6276 6287 W System : A resource failed to call release.
05-21 14:02:34.116 848 966 D EGL_emulation: app_time_stats: avg=112.37ms min=7.21ms max=615.32ms count=11
05-21 14:02:34.210 1829 1861 I earchbox:search: Background concurrent copying GC freed 240692(14MB) AllocSpace objects, 1460(26MB) LOS objects, 8% free, 250MB/274MB, paused 236us,84us total 499.883ms
05-21 14:02:34.390 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dab8ffd in: CREATED
05-21 14:02:34.408 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@dab8ffd
05-21 14:02:34.428 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dab8ffd in: STARTED
05-21 14:02:34.433 848 966 D EGL_emulation: app_time_stats: avg=17.97ms min=1.09ms max=165.25ms count=42
05-21 14:02:34.445 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@dab8ffd
05-21 14:02:34.522 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dab8ffd in: RESUMED
05-21 14:02:34.536 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@dab8ffd
05-21 14:02:34.710 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:34.712 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s223ms
05-21 14:02:34.776 595 2431 I ImeTracker: com.github.se.polyfit:e883271c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:34.776 595 2431 I ImeTracker: com.github.se.polyfit:e883271c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:34.781 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:34.784 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:34.784 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:34.784 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:34.784 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:34.797 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:34.798 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:29dc1f17: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:34.799 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:29dc1f17: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:34.799 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8141edd
05-21 14:02:34.805 595 838 W InputManager-JNI: Input channel object 'c2d4880 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:35.030 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:35.036 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2281087
05-21 14:02:35.039 595 2358 W InputManager-JNI: Input channel object 'c70fb2f Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:35.085 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 343963, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 343963, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 343963, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 343985, 39438828, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 344007, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 344007, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 344007, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 344015, 111227414, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 344015, 111227414, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 344053, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 344053, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 344098, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 344098, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 344098, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 344107, 79819529, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 344123, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 344123, 0, CUJ=J
05-21 14:02:35.085 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 344123, CUJ=J
05-21 14:02:35.448 848 966 D EGL_emulation: app_time_stats: avg=15.56ms min=1.33ms max=111.25ms count=47
05-21 14:02:35.549 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:02:35.549 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsList')) && (TestTag = 'NoIngredients'); position: 0; useUnmergedTree: false.
05-21 14:02:35.552 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:35.552 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:35.555 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:02:35.555 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:35.559 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:35.559 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:35.577 848 904 D SplashScreenView: Build android.window.SplashScreenView{7d89593 V.E...... ......ID 0,0-0,0}
05-21 14:02:35.577 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:35.577 848 904 D SplashScreenView: Branding: view: android.view.View{77ca9d0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:35.600 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dab8ffd in: PAUSED
05-21 14:02:35.602 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:35.611 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@dab8ffd
05-21 14:02:35.663 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:35.733 848 966 D EGL_emulation: app_time_stats: avg=109.62ms min=2.64ms max=704.12ms count=14
05-21 14:02:35.821 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:35.823 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +253ms
05-21 14:02:35.835 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:35.837 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=343, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@f8894fd
05-21 14:02:35.842 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:35.842 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:35.842 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:35.842 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:35.843 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:35.887 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:35.888 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:35.905 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:35.989 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:461b65ab: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:35.989 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:461b65ab: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:36.001 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:36.003 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:36.003 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:36.003 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:36.003 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:36.058 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dab8ffd in: STOPPED
05-21 14:02:36.074 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@dab8ffd
05-21 14:02:36.114 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dab8ffd in: DESTROYED
05-21 14:02:36.114 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:36.126 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@aa75808
05-21 14:02:36.158 595 2358 W InputManager-JNI: Input channel object '516a622 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:36.203 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@218d742]
05-21 14:02:36.207 9128 9160 I TestRunner: finished: displayOnlyIngredients(com.github.se.polyfit.ui.screen.IngredientTest)
-
4.02 s
passedopenCloseAddIngredientPopup
-
05-21 14:02:36.220 9128 9160 I TestRunner: started: openCloseAddIngredientPopup(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:36.234 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@271b16c]
05-21 14:02:36.283 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:36.289 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6d5f7da
05-21 14:02:36.300 595 918 W InputManager-JNI: Input channel object '6aceeef Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:36.324 848 904 D SplashScreenView: Build android.window.SplashScreenView{8c3378c V.E...... ......ID 0,0-0,0}
05-21 14:02:36.324 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:36.324 848 904 D SplashScreenView: Branding: view: android.view.View{8537ed5 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:36.411 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8bde068
05-21 14:02:36.427 595 2431 W InputManager-JNI: Input channel object '646173d com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:36.465 848 966 D EGL_emulation: app_time_stats: avg=27.83ms min=1.47ms max=151.37ms count=28
05-21 14:02:36.501 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:36.503 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:36.508 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a32790f in: PRE_ON_CREATE
05-21 14:02:36.509 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:36.587 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f68c0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c847966b-4a88-4b78-a8d3-e4ae294f7259
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a357e2ad-edde-4603-9378-c40cac486dee
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 39fefc22-8bed-4c5f-867e-cc72bb1c8558
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8cc92c7c-f64a-4549-957f-c8bd5a68edd2
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f239d9f-c86b-4b15-ba93-d5475792ea01
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2cc569e7-6603-4b3e-a598-1df7703f5050
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b41dfd56-06c2-48aa-8fc6-f06d6d00d495
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a20ae76a-47ca-4d70-bcca-6a7545f48fe4
05-21 14:02:36.594 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd2ee7e3-9ee1-45df-9de8-c0d05331e15c
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a7805c05-f980-499b-9820-62aae97c46cf
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc3de6e1-0cef-472a-a4d9-dd6b649700fd
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf604701-4c7f-4df1-a62d-b8dffd92af9c
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3056e43d-6e4e-42ff-bcfb-9b92b1ff6326
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a64418a7-a6f5-43bb-b983-47a0631b51e5
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52b5fc21-9543-41f5-a75a-16f67b7da2d5
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 891a5739-0982-465b-9de2-e75e919c6186
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a5e0ecee-6ccf-4588-a6d7-3a3c7e4eab53
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: facb29c7-d7b6-440b-85a0-80a97297b4bc
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7081aed-535c-4324-b329-8ab1928c16bf
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1c1e66a2-0b70-4f63-a5e1-e411ddd26800
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b07c0b3-1d7d-4ff4-9092-3a5d71e8963f
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 60367711-0b33-4465-a189-e4a477fd4dca
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ad68ffb3-a811-4419-b443-3867975a0ebb
05-21 14:02:36.595 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 756e5c9c-4a2a-4294-a9db-2ac727617abc
05-21 14:02:36.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4af8d8fd-64cf-4d31-ae85-073f678424be
05-21 14:02:36.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0c00c99-56da-42a7-9259-b290de5a62c8
05-21 14:02:36.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ebccd5de-e497-4ef9-bd67-d5674191b43e
05-21 14:02:36.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 18499bcd-81d2-47b3-9d0d-c77855f8c72d
05-21 14:02:36.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b03fd93-a906-42d8-8f73-640e4a885768
05-21 14:02:36.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d4ca55f-ed62-4851-a071-3c3e1079dd6a
05-21 14:02:36.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1e6b8ae0-c498-491a-a691-7e8ff320b6fd
05-21 14:02:36.596 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9fca42a9-71b4-4a55-a577-0c006654281a
05-21 14:02:36.597 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:36.597 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ebb33db3-68e3-425f-be0a-dfca819b9927
05-21 14:02:36.598 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:36.598 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 19298e42-158b-4af6-af5c-c0727695eba6
05-21 14:02:36.598 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a829810b-ef9f-44ed-8a9c-45fe45fd7a0e
05-21 14:02:36.599 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:02:36.599 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 152114b8-8255-4ff3-9f46-472d2a1f07e2
05-21 14:02:36.599 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5fe7660c-b662-4ace-ba07-13e01130f16c
05-21 14:02:36.600 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:36.601 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b52893b4-65bb-4031-9109-997bc5196173
05-21 14:02:36.601 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d8bacbd5-1513-4e75-bf9d-f7dbef2d6fab
05-21 14:02:36.601 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4aab2fd2-2b55-4062-bf33-806ee6880e17
05-21 14:02:36.601 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=2e5b0ef9-6645-4713-9e83-abd4eec1f234,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 82a1270f-e77c-4d59-b8c1-9d856773f431
05-21 14:02:36.954 848 966 D EGL_emulation: app_time_stats: avg=118.57ms min=2.30ms max=577.02ms count=10
05-21 14:02:37.117 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a32790f in: CREATED
05-21 14:02:37.130 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@a32790f
05-21 14:02:37.142 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a32790f in: STARTED
05-21 14:02:37.153 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@a32790f
05-21 14:02:37.200 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a32790f in: RESUMED
05-21 14:02:37.212 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@a32790f
05-21 14:02:37.335 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:37.336 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s27ms
05-21 14:02:37.400 595 612 I ImeTracker: com.github.se.polyfit:e33c3018: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:37.401 595 612 I ImeTracker: com.github.se.polyfit:e33c3018: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:37.408 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:37.418 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d2cbf2fd: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:37.419 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d2cbf2fd: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:37.425 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:37.433 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:37.433 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:37.434 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:37.437 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:37.540 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:37.559 848 966 D EGL_emulation: app_time_stats: avg=16.82ms min=1.32ms max=106.75ms count=50
05-21 14:02:37.631 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@eda3351
05-21 14:02:37.632 595 612 W InputManager-JNI: Input channel object '17b92a8 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:37.751 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:02:37.878 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:02:37.878 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'GradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:37.882 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:37.882 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientButton')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:37.883 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:37.883 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientButton')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:37.888 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:37.888 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientButton')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:37.941 9128 9128 V Add Ingredient: Clicked
05-21 14:02:37.942 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:37.942 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'GradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:38.074 1585 1714 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
05-21 14:02:38.351 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760d8a0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:38.351 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:38.351 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec536401-2cd7-4326-b615-95f5b4323150
05-21 14:02:38.351 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69524b88-5c16-4fc5-b105-77b0456bf8c5
05-21 14:02:38.351 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2a80a75-f299-4035-8d0a-0669d3ecb815
05-21 14:02:38.351 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 96d00004-642b-40e5-a28a-c4334dbca115
05-21 14:02:38.351 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb1a28e0-18f8-4a13-92c1-41cb4dc58d01
05-21 14:02:38.351 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5b6e6b8d-3c46-4102-bc08-e12720f901ad
05-21 14:02:38.352 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d057e09f-e4da-493b-9276-1347ed5d508f
05-21 14:02:38.352 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4d4d7fc5-8d4c-44a2-bd67-48fe272ba4db
05-21 14:02:38.352 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7725a2e7-ce23-459a-9a2e-8039d6b0d664
05-21 14:02:38.352 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22a7e9ae-2e6b-4f42-97af-6597745eca0e
05-21 14:02:38.352 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dead1731-8804-4ae6-a38b-cc2cd414955c
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bfd38949-90e3-4b91-9fe8-e2326f169333
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb7cf903-4539-47b1-ab2b-a6ec29e11b99
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b041a5f1-d726-4942-930d-e024dad8cd6e
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2508d19a-401d-4af7-a0fa-2a9cbeb13987
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ce15708-1097-478d-8b4a-b2b7b83f28f7
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a542c465-4ca9-4af8-9e8c-8df12f63bb1e
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d1340127-3473-44bc-aa63-590d8ad825b5
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ce50639-c8a2-40cd-ac37-e2d345593957
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 49982579-db56-4b79-a614-a9b89d64f685
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9bd641de-2a81-4c47-86cc-230e71bc40aa
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8878e18c-b9cf-4f8b-b2e0-9f3b0b7f2841
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1c8f3d67-d0f6-4d08-a9ad-c9a7492a48a7
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0d25fbbd-d468-49a8-b8f8-782ad40ddafb
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3be2bbe9-0a53-4c28-891b-c67fd42be3f2
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d2bf946-78a1-4971-a222-6e1ace9c20dd
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3ef766e-0d26-4422-be1a-81f14e3b5881
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 61333329-be8e-47a1-9dff-b44bda97d431
05-21 14:02:38.353 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9bc5e6d6-f9d9-46da-91bf-3a8b02aa9d55
05-21 14:02:38.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04358a6d-d3f7-4e1f-aeca-64752ea3a615
05-21 14:02:38.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 484a388a-dbd9-47f8-af1a-2f4dad15816a
05-21 14:02:38.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1cc944b7-a520-41f3-b360-047d52d663d5
05-21 14:02:38.354 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:38.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fdecf7b5-f9f0-4787-a412-b62121e22007
05-21 14:02:38.354 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:38.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8d192a35-da62-402e-856b-59cc9d4b7182
05-21 14:02:38.354 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a384a030-387f-4cf5-81ad-aad49822d975
05-21 14:02:38.355 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:38.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: afba329a-f3f9-4afb-b929-64d636ace12c
05-21 14:02:38.355 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a69dfa47-2187-4b85-b5fb-f9c9bc1c2a96
05-21 14:02:38.355 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:38.356 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4403cbd4-efde-4477-9ad4-3a3982a6a213
05-21 14:02:38.356 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 74a73666-9a00-4006-b6be-474054ef5542
05-21 14:02:38.356 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 214da155-e7d3-4637-acfd-38255b72b28d
05-21 14:02:38.356 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=a655eb0b-25b8-426a-8579-6ecc6e6d6d2f,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8ee5732d-5f48-433f-baac-5a96a793ef5d
05-21 14:02:38.542 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:02:38.542 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:02:38.571 848 966 D EGL_emulation: app_time_stats: avg=8.95ms min=0.88ms max=58.30ms count=58
05-21 14:02:38.609 9128 9128 I Choreographer: Skipped 39 frames! The application may be doing too much work on its main thread.
05-21 14:02:38.866 9128 9288 D EGL_emulation: app_time_stats: avg=25.49ms min=8.13ms max=530.28ms count=55
05-21 14:02:39.006 9128 9374 I OpenGLRenderer: Davey! duration=1045ms; Flags=1, FrameTimelineVsyncId=346649, IntendedVsync=7530672247377, Vsync=7531322247351, InputEventId=0, HandleInputStart=7531330031085, AnimationStart=7531330038759, PerformTraversalsStart=7531330686063, DrawStart=7531688723932, FrameDeadline=7530688914043, FrameInterval=7531329697014, FrameStartTime=16666666, SyncQueued=7531702885251, SyncStart=7531703482895, IssueDrawCommandsStart=7531703553015, SwapBuffers=7531704060698, FrameCompleted=7531718427086, DequeueBufferDuration=2785, QueueBufferDuration=168514, GpuCompleted=7531704060698, SwapBuffersCompleted=7531718427086, DisplayPresentTime=0, CommandSubmissionCompleted=7531704060698,
05-21 14:02:39.124 595 612 I ImeTracker: com.github.se.polyfit:67668986: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:39.124 595 612 I ImeTracker: com.github.se.polyfit:67668986: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:39.131 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:39.132 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:39.132 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:39.132 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:39.133 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:39.255 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:39.255 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'TopRightIconInGradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:39.259 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:39.259 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'TopRightIconInGradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:39.261 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:39.261 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'TopRightIconInGradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:39.316 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:02:39.316 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'GradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:39.325 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b9ec2aa
05-21 14:02:39.386 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7809b10 (UnprojectedRipple) with handle 0x751367629920
05-21 14:02:39.387 595 2431 W InputManager-JNI: Input channel object '126de50 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:39.446 595 2431 I ImeTracker: com.github.se.polyfit:50e8529e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:39.446 595 2431 I ImeTracker: com.github.se.polyfit:50e8529e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:39.447 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:39.448 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:39.448 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:39.448 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:39.448 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:39.500 848 904 D SplashScreenView: Build android.window.SplashScreenView{fc64916 V.E...... ......ID 0,0-0,0}
05-21 14:02:39.500 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:39.500 848 904 D SplashScreenView: Branding: view: android.view.View{eb60297 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:39.519 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:39.529 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a32790f in: PAUSED
05-21 14:02:39.540 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@a32790f
05-21 14:02:39.596 848 966 D EGL_emulation: app_time_stats: avg=183.71ms min=6.51ms max=1824.46ms count=14
05-21 14:02:39.646 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:39.797 848 966 D EGL_emulation: app_time_stats: avg=70.96ms min=13.25ms max=615.12ms count=17
05-21 14:02:39.805 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:39.807 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +303ms
05-21 14:02:39.831 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:39.832 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=347, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@1e97813
05-21 14:02:39.848 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:39.848 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:39.848 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:39.849 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:39.850 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:39.967 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:39.970 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:39.971 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:39.971 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:40.034 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a32790f in: STOPPED
05-21 14:02:40.035 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:1b6f7750: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:40.036 595 838 I ImeTracker: com.google.android.apps.nexuslauncher:1b6f7750: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:40.039 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:40.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:40.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:40.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:40.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:40.088 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@a32790f
05-21 14:02:40.148 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a32790f in: DESTROYED
05-21 14:02:40.149 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:40.151 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c634982
05-21 14:02:40.178 595 838 W InputManager-JNI: Input channel object '9c61b25 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:40.193 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@accf269
05-21 14:02:40.203 595 612 W InputManager-JNI: Input channel object 'ffedb9d Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:40.219 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@271b16c]
05-21 14:02:40.222 9128 9160 I TestRunner: finished: openCloseAddIngredientPopup(com.github.se.polyfit.ui.screen.IngredientTest)
-
2.76 s
passeddoneButtonDisabledWithoutIngredients
-
05-21 14:02:40.230 9128 9160 I TestRunner: started: doneButtonDisabledWithoutIngredients(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:40.258 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@1de769d]
05-21 14:02:40.300 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:40.336 848 904 D SplashScreenView: Build android.window.SplashScreenView{e5cc5b2 V.E...... ......ID 0,0-0,0}
05-21 14:02:40.336 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:40.336 848 904 D SplashScreenView: Branding: view: android.view.View{b689903 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:40.453 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d37a22d
05-21 14:02:40.462 595 838 W InputManager-JNI: Input channel object '4ec100e com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:40.468 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf83fa4 in: PRE_ON_CREATE
05-21 14:02:40.469 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:40.499 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:40.501 1728 2287 E HwDetectorWithState: a: 3
05-21 14:02:40.594 1829 1861 I earchbox:search: Background young concurrent copying GC freed 182554(4900KB) AllocSpace objects, 398(7480KB) LOS objects, 3% free, 257MB/266MB, paused 196us,162us total 195.168ms
05-21 14:02:40.921 848 966 D EGL_emulation: app_time_stats: avg=26.60ms min=1.16ms max=123.85ms count=36
05-21 14:02:41.019 848 966 D EGL_emulation: app_time_stats: avg=103.81ms min=7.33ms max=760.56ms count=13
05-21 14:02:41.246 1829 1861 I earchbox:search: Background concurrent copying GC freed 380290(18MB) AllocSpace objects, 1170(21MB) LOS objects, 8% free, 249MB/273MB, paused 260us,61us total 551.777ms
05-21 14:02:41.303 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf83fa4 in: CREATED
05-21 14:02:41.317 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@bf83fa4
05-21 14:02:41.338 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf83fa4 in: STARTED
05-21 14:02:41.352 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@bf83fa4
05-21 14:02:41.354 595 608 I system_server: NativeAlloc concurrent copying GC freed 186227(5593KB) AllocSpace objects, 5(100KB) LOS objects, 44% free, 30MB/54MB, paused 440us,102us total 137.895ms
05-21 14:02:41.412 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf83fa4 in: RESUMED
05-21 14:02:41.427 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@bf83fa4
05-21 14:02:41.497 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 102258(3629KB) AllocSpace objects, 2(104KB) LOS objects, 6% free, 46MB/49MB, paused 10.529ms,132us total 108.689ms
05-21 14:02:41.584 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:41.586 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s265ms
05-21 14:02:41.645 595 838 I ImeTracker: com.github.se.polyfit:87fa5c9a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:41.646 595 838 I ImeTracker: com.github.se.polyfit:87fa5c9a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:41.651 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:41.658 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:41.654 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:41.660 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:41.660 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:41.661 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:41.666 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a30475f6: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:41.666 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:a30475f6: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:41.872 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:41.925 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e6ff575
05-21 14:02:41.928 595 917 W InputManager-JNI: Input channel object '479a391 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:41.937 848 966 D EGL_emulation: app_time_stats: avg=14.06ms min=1.39ms max=102.97ms count=48
05-21 14:02:42.159 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:42.159 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:42.162 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:02:42.162 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:42.165 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_ENABLED(description={null}).
05-21 14:02:42.165 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:42.178 848 904 D SplashScreenView: Build android.window.SplashScreenView{8bffd5b V.E...... ......ID 0,0-0,0}
05-21 14:02:42.178 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:42.178 848 904 D SplashScreenView: Branding: view: android.view.View{852c9f8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:42.204 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:42.206 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf83fa4 in: PAUSED
05-21 14:02:42.217 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@bf83fa4
05-21 14:02:42.297 848 966 D EGL_emulation: app_time_stats: avg=86.76ms min=2.17ms max=476.89ms count=14
05-21 14:02:42.297 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:42.456 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:42.458 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +285ms
05-21 14:02:42.483 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:42.485 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=351, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@f64af5e
05-21 14:02:42.506 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:42.507 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:42.507 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:42.507 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:42.518 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:42.540 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:42.540 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:42.540 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:42.730 595 918 I ImeTracker: com.google.android.apps.nexuslauncher:aee4a309: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:42.730 595 918 I ImeTracker: com.google.android.apps.nexuslauncher:aee4a309: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:42.734 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:42.737 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:42.737 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:42.737 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:42.737 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:42.792 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf83fa4 in: STOPPED
05-21 14:02:42.823 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@bf83fa4
05-21 14:02:42.825 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 32745(4344KB) AllocSpace objects, 22(380KB) LOS objects, 49% free, 6476KB/12MB, paused 1.271ms,29us total 145.537ms
05-21 14:02:42.830 6276 6287 W System : A resource failed to call release.
05-21 14:02:42.830 6276 6287 W System : A resource failed to call release.
05-21 14:02:42.830 6276 6287 W System : A resource failed to call release.
05-21 14:02:42.831 6276 6287 W System : A resource failed to call release.
05-21 14:02:42.831 6276 6287 W System : A resource failed to call release.
05-21 14:02:42.831 6276 6287 W System : A resource failed to call release.
05-21 14:02:42.838 1829 1861 I earchbox:search: Background young concurrent copying GC freed 61207(5840KB) AllocSpace objects, 967(17MB) LOS objects, 8% free, 241MB/265MB, paused 219us,204us total 171.352ms
05-21 14:02:42.902 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf83fa4 in: DESTROYED
05-21 14:02:42.903 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:42.904 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cc5df3b
05-21 14:02:42.927 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@668d6c2
05-21 14:02:42.929 595 918 W InputManager-JNI: Input channel object 'bf4a139 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:42.930 595 2208 W InputManager-JNI: Input channel object '7cfdabf Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:42.967 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@1de769d]
05-21 14:02:42.975 9128 9160 I TestRunner: finished: doneButtonDisabledWithoutIngredients(com.github.se.polyfit.ui.screen.IngredientTest)
-
7.43 s
passedaddNewIngredientToList
-
05-21 14:02:42.991 9128 9160 I TestRunner: started: addNewIngredientToList(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:43.004 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2b1ebcb]
05-21 14:02:43.026 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:43.039 848 904 D SplashScreenView: Build android.window.SplashScreenView{38f8ba0 V.E...... ......ID 0,0-0,0}
05-21 14:02:43.039 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:43.039 848 904 D SplashScreenView: Branding: view: android.view.View{e696359 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:43.101 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74a4a in: PRE_ON_CREATE
05-21 14:02:43.101 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:43.157 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:43.159 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:43.182 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f2ed0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:43.200 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:43.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3ec4ffe-d57f-48b4-aaec-b2506b6ed11e
05-21 14:02:43.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0018f2e1-a3cc-483f-985f-d0f44fa40d05
05-21 14:02:43.200 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a988689a-e775-4d94-8628-f069754a1db9
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b20ebff1-f480-4e47-bfb6-e441d7526334
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1c906902-e1de-4080-a017-becdc4af5adc
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f66ad85-d2ab-4298-af32-9c0d5aad5d70
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 75c8833f-e8b6-4185-9991-bfef787dedec
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 009579ae-a8e1-4141-af1a-a9248505b5fb
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34d99fd0-2844-4ee1-8ed0-4232073387cf
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e90fea20-fd62-4843-9624-73c7d9aec4fc
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ff06988-6eec-4d9a-8aa1-3ca18596dc32
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 91cf0377-849b-429d-92db-66f51e033306
05-21 14:02:43.201 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69459878-f8d1-4f23-82d1-9fd5381f8c37
05-21 14:02:43.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3ba1d86-bfd4-4054-ab0b-08b02e355bb9
05-21 14:02:43.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f05aa4b0-67f0-429c-8d9b-35bebedcf317
05-21 14:02:43.202 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ad07f5f-0041-43a8-baef-d980a3467aa1
05-21 14:02:43.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 44d44e94-15ed-4ce5-9290-b470bb31353d
05-21 14:02:43.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0fa3b8a0-9fa2-4207-822f-43964f1cddf9
05-21 14:02:43.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da38f2a4-c4f5-4f7c-8141-e5c3afce25a8
05-21 14:02:43.214 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a21fcb02-92a3-4bfb-b9b4-b7a804d19856
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ddfac65-4ecf-4dc5-9a59-a8b905e123ff
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0be47c3-9290-4ced-9cc3-a7b655a93c70
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbfd0847-a005-416c-8a34-d8c4f47268ea
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8fc8fb36-1eb9-4ab7-b4d3-1f9875ca1231
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b0532fa-e584-4426-9dce-a103ec03f91e
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f8cb380e-0bf8-49fb-926b-1e43726ca27b
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4acda286-fd16-42aa-aa58-aed1112e5431
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89c13c03-4cde-4bce-aa81-1ebfc7602d62
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7c6e765-12af-4748-beb3-41de626e3a90
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7545bc38-c1c0-41ea-a72b-7936ae062459
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9b51b694-1704-4f97-b5cb-b9a6dc3509b0
05-21 14:02:43.215 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9d3b9d39-9a6f-4aa8-bac9-11fde103d0a5
05-21 14:02:43.216 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:43.216 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0c5dda60-97ce-4a01-822a-721aecc79fff
05-21 14:02:43.216 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:43.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1548eee7-863c-4604-a236-cb3b4fb8dc9f
05-21 14:02:43.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d5ae3331-c238-483e-a2bf-2dcb1b8bd2e0
05-21 14:02:43.217 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:43.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ef57bb14-4fbe-4c0a-a3a4-509c3caba031
05-21 14:02:43.217 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 81a85316-70b7-4da2-b2d3-c78bcda96f42
05-21 14:02:43.218 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:43.219 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b71ceece-a397-4ac1-86e9-c3fed60bd51e
05-21 14:02:43.219 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7d42679d-b986-446d-8a4d-7affe3f698cf
05-21 14:02:43.221 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0beea7d3-07a9-4273-b854-66ea2daa5049
05-21 14:02:43.221 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=0d4e8dce-c581-46ea-8e52-f1eda063af61,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2112dff8-42a6-4d8d-8142-6b6e014ad8d6
05-21 14:02:43.569 848 966 D EGL_emulation: app_time_stats: avg=89.97ms min=7.94ms max=605.28ms count=14
05-21 14:02:43.776 1829 1861 I earchbox:search: Background concurrent copying GC freed 390014(16MB) AllocSpace objects, 1384(25MB) LOS objects, 8% free, 258MB/282MB, paused 122us,103us total 549.465ms
05-21 14:02:43.794 9128 9138 I thub.se.polyfit: Background concurrent copying GC freed 387599(14MB) AllocSpace objects, 15(472KB) LOS objects, 39% free, 36MB/60MB, paused 2.514ms,69us total 566.809ms
05-21 14:02:43.802 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74a4a in: CREATED
05-21 14:02:43.817 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@74a4a
05-21 14:02:43.836 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74a4a in: STARTED
05-21 14:02:43.852 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@74a4a
05-21 14:02:43.931 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74a4a in: RESUMED
05-21 14:02:43.948 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@74a4a
05-21 14:02:43.996 848 966 D EGL_emulation: app_time_stats: avg=15.59ms min=1.02ms max=208.47ms count=45
05-21 14:02:44.108 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:44.110 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s74ms
05-21 14:02:44.131 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@bd8945e
05-21 14:02:44.133 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:bdcdadef: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:44.134 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:44.134 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:bdcdadef: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:44.137 595 838 W InputManager-JNI: Input channel object 'd7af1af com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:44.169 595 2208 I ImeTracker: com.github.se.polyfit:7d44f6f1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:44.169 595 2208 I ImeTracker: com.github.se.polyfit:7d44f6f1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:44.173 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:44.181 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:44.181 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:44.182 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:44.182 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:44.314 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:44.461 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ef1c1cc
05-21 14:02:44.462 595 918 W InputManager-JNI: Input channel object '85be39b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:44.710 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:02:44.710 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'GradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:44.716 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:02:44.716 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:44.718 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:44.718 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientButton')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:44.722 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:44.722 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientButton')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:44.727 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:44.727 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientButton')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:44.805 9128 9128 V Add Ingredient: Clicked
05-21 14:02:44.808 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:44.808 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'GradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:45.012 848 966 D EGL_emulation: app_time_stats: avg=12.67ms min=1.46ms max=101.17ms count=47
05-21 14:02:45.597 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:02:45.597 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:02:45.676 9128 9128 I Choreographer: Skipped 51 frames! The application may be doing too much work on its main thread.
05-21 14:02:45.685 9128 9288 D EGL_emulation: app_time_stats: avg=25.58ms min=8.78ms max=583.18ms count=53
05-21 14:02:45.724 9128 9458 I OpenGLRenderer: Davey! duration=878ms; Flags=0, FrameTimelineVsyncId=352785, IntendedVsync=7537538913769, Vsync=7538388913735, InputEventId=0, HandleInputStart=7538396578955, AnimationStart=7538396591759, PerformTraversalsStart=7538397724917, DrawStart=7538398216130, FrameDeadline=7537555580435, FrameInterval=7538396157923, FrameStartTime=16666666, SyncQueued=7538401245654, SyncStart=7538411151043, IssueDrawCommandsStart=7538411229098, SwapBuffers=7538417729375, FrameCompleted=7538427809182, DequeueBufferDuration=3326750, QueueBufferDuration=271825, GpuCompleted=7538417729375, SwapBuffersCompleted=7538427809182, DisplayPresentTime=0, CommandSubmissionCompleted=7538417729375,
05-21 14:02:45.877 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:45.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ad338f1-6552-49b8-879f-9fc1eff16862
05-21 14:02:45.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4a78375-f7ac-4504-b13b-66828559a4af
05-21 14:02:45.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db31ec77-4bc7-4349-9739-7ff0c3dd8b27
05-21 14:02:45.877 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b3a52d9e-afaa-4f24-8342-9d278420b945
05-21 14:02:45.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: debdff3a-d23e-4fa0-965f-70eab6a0d4f4
05-21 14:02:45.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1217c221-f810-4e4d-89d2-18f883ffdbcf
05-21 14:02:45.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6372b052-89f1-4ce2-a230-4b3d274ffd6b
05-21 14:02:45.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: de313940-f0e6-46f0-953f-62bb6ee63ccd
05-21 14:02:45.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8a9f7698-705e-4b33-8af1-1ef49087e328
05-21 14:02:45.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 295705d4-5bb2-4bef-ae83-9ce48a239e3b
05-21 14:02:45.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e8c45afd-4a5e-441d-b011-e3f245319c48
05-21 14:02:45.878 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 027cea33-01a6-492f-b42f-aecf4ab4ee00
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a33aed79-c9c8-4dd3-81bf-747dcdeebd71
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbdd5c06-4317-4d38-8f47-f6de8a8285a0
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d23ecda4-7273-4a90-ad82-5f6628b08263
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a634291-afab-4782-8978-57912a388245
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b804049b-e59c-455e-be55-d6ddb3ab901b
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 578ba046-e3ea-403c-a38b-520419d149ba
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e37b3d1a-2482-46bf-983e-269ead63d169
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ec37ac3-7abc-4541-9104-596785247272
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cefc0826-ae5f-4d69-a15a-4eece62da496
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 594e963f-1d81-465b-b7e5-986c3e1f6b09
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3ffc4bdb-3e18-46c1-abaa-eb02b46c8197
05-21 14:02:45.879 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26b1aebe-0fd9-4093-9705-2acd68184644
05-21 14:02:45.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4382972f-b049-47ca-8b02-4f0145d6734c
05-21 14:02:45.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0914b56f-cb85-4a75-ba4c-bbb4d9c5530c
05-21 14:02:45.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb83b2e4-d99a-4096-a378-be64322acbcf
05-21 14:02:45.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1dd26ade-49fc-49fb-b060-300c8189af4f
05-21 14:02:45.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66d09701-3247-44a5-bff1-63bdb2462c9b
05-21 14:02:45.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f866b5ee-4451-4589-aa82-2356ad254764
05-21 14:02:45.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e43b28be-e271-4bb3-a0dd-f7a3e4cb53ca
05-21 14:02:45.880 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e43d271c-d2ba-47ed-8121-1c62b8e6c9cb
05-21 14:02:45.881 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:45.881 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fc4293f3-c70c-4edb-a895-8d83db0ae670
05-21 14:02:45.882 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:45.882 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d1d6ab0b-3768-49c2-bd83-a3d6b0ef2b64
05-21 14:02:45.882 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 29e5d1e3-fc29-4f7e-98b4-6df07bc3f7a5
05-21 14:02:45.882 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761b3d0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:45.883 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:45.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7919fb73-f273-4def-bd7f-280abd7f15e8
05-21 14:02:45.883 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d0591bf7-6576-4184-8c3d-91b836b2ea1d
05-21 14:02:45.886 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:45.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 24b7a392-161f-49b5-8d5a-066c36d17057
05-21 14:02:45.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5ef0b759-309c-4c36-984a-8d75c845824a
05-21 14:02:45.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8c215d89-76bf-44c9-a2cf-4fea65b02e53
05-21 14:02:45.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=1eb3eb24-4155-4189-9ba3-534907809ac7,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fd4d0308-6283-491d-b59d-62965724f81d
05-21 14:02:46.521 9128 9662 I OpenGLRenderer: Davey! duration=1672ms; Flags=1, FrameTimelineVsyncId=352785, IntendedVsync=7537538913769, Vsync=7538388913735, InputEventId=0, HandleInputStart=7538396578955, AnimationStart=7538396591759, PerformTraversalsStart=7538397724917, DrawStart=7539162031989, FrameDeadline=7537555580435, FrameInterval=7538396157923, FrameStartTime=16666666, SyncQueued=7539198643780, SyncStart=7539215242824, IssueDrawCommandsStart=7539216176053, SwapBuffers=7539216936319, FrameCompleted=7539227673723, DequeueBufferDuration=9698, QueueBufferDuration=361352, GpuCompleted=7539216936319, SwapBuffersCompleted=7539227673723, DisplayPresentTime=0, CommandSubmissionCompleted=7539216936319,
05-21 14:02:46.543 9128 9128 I Choreographer: Skipped 51 frames! The application may be doing too much work on its main thread.
05-21 14:02:46.579 9128 9662 I OpenGLRenderer: Davey! duration=879ms; Flags=0, FrameTimelineVsyncId=353593, IntendedVsync=7538405580401, Vsync=7539255580367, InputEventId=0, HandleInputStart=7539264187155, AnimationStart=7539264191854, PerformTraversalsStart=7539265053384, DrawStart=7539271590491, FrameDeadline=7539238913701, FrameInterval=7539263758469, FrameStartTime=16666666, SyncQueued=7539271623432, SyncStart=7539271771406, IssueDrawCommandsStart=7539271836908, SwapBuffers=7539272361676, FrameCompleted=7539284898555, DequeueBufferDuration=5160, QueueBufferDuration=382662, GpuCompleted=7539272361676, SwapBuffersCompleted=7539284898555, DisplayPresentTime=0, CommandSubmissionCompleted=7539272361676,
05-21 14:02:46.595 9128 9662 I OpenGLRenderer: Davey! duration=881ms; Flags=0, FrameTimelineVsyncId=353593, IntendedVsync=7538405580401, Vsync=7539255580367, InputEventId=0, HandleInputStart=7539264187155, AnimationStart=7539264191854, PerformTraversalsStart=7539265053384, DrawStart=7539271993074, FrameDeadline=7539255580367, FrameInterval=7539263758469, FrameStartTime=16666666, SyncQueued=7539273455633, SyncStart=7539285996550, IssueDrawCommandsStart=7539286125971, SwapBuffers=7539286597777, FrameCompleted=7539299871164, DequeueBufferDuration=3998, QueueBufferDuration=244165, GpuCompleted=7539286597777, SwapBuffersCompleted=7539299871164, DisplayPresentTime=0, CommandSubmissionCompleted=7539286597777,
05-21 14:02:46.599 595 838 I ImeTracker: com.github.se.polyfit:32c0965a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:46.599 595 838 I ImeTracker: com.github.se.polyfit:32c0965a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:46.605 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:46.607 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:46.607 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:46.607 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:46.608 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:46.754 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:02:46.772 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:46.773 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:46.773 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:02:46.773 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:46.773 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:46.775 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:02:46.775 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:46.775 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:46.775 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:02:46.775 9128 9128 I ImeTracker: com.github.se.polyfit:907c4f0e: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:02:46.775 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:02:46.785 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{9a772 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:02:46.789 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:02:46.794 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:46.794 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:02:46.795 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:46.913 9128 9128 I ImeTracker: com.github.se.polyfit:38f81a22: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:02:46.913 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{9a772 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:02:46.914 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 119 ms
05-21 14:02:46.915 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:02:46.916 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000003 privateImeOptions=null actionName=SEARCH actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:02:46.917 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:02:46.918 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:02:46.918 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:02:46.920 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:02:46.923 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:02:46.923 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:02:46.926 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:02:46.931 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:46.931 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:46.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:02:46.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:46.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:46.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:46.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:46.932 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:46.932 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:46.933 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:46.946 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:46.947 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:02:46.947 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:46.947 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:46.947 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:02:46.949 1585 1585 I ProactiveSuggestionsHolderManager: ProactiveSuggestionsHolderManager$3.display():216 Requesting to show proactive suggestions: CLIPBOARD PREEMPTIVE_WITH_SUPPRESSION
05-21 14:02:46.951 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:02:46.957 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:02:46.957 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:02:47.005 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:47.011 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:02:47.059 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.059 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.060 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.063 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.063 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.064 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.065 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:47.145 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 128 ms
05-21 14:02:47.150 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:47.153 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 14:02:47.153 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.161 9128 9128 I ImeTracker: com.github.se.polyfit:38f81a22: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:47.163 1585 1585 I KeyboardViewController: KeyboardViewController.lambda$showSelfAndAncestors$6():609 current view doesn't has the priority com.google.android.apps.inputmethod.latin.keyboard.widget.LatinFixedCountCandidatesHolderView{cd01740 I.E...... ......ID 0,0-836,121 #7f0b141a app:id/softkey_holder_fixed_candidates} to show itself, DEFAULT
05-21 14:02:47.338 595 838 I ImeTracker: com.github.se.polyfit:8e527386: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:02:47.339 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:02:47.339 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:47.339 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:47.339 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:02:47.339 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292966789, INPUT_SESSION=1716292966775, TRAINING_CACHE_SESSION=1716292966916, IME_SESSION=1716292966915}], ending it now.
05-21 14:02:47.339 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292966789, INPUT_SESSION=1716292966775, TRAINING_CACHE_SESSION=1716292966916, IME_SESSION=1716292966915}], ending it now.
05-21 14:02:47.341 9128 9128 I ImeTracker: com.github.se.polyfit:f9904cc7: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:02:47.341 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:02:47.342 9128 9128 I ImeTracker: com.github.se.polyfit:f9904cc7: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:47.347 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:02:47.347 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:02:47.348 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:02:47.348 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:02:47.349 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:02:47.349 1585 1585 E SessionManager: SessionManager.beginSession():60 Try to begin a session [IME_SESSION] whose parent [INPUT_VIEW_SESSION] hasn't begun.
05-21 14:02:47.352 1585 3269 E native : E0000 00:00:1716292967.352597 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:02:47.353 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:47.355 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:47.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY
05-21 14:02:47.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:47.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.355 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:47.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:47.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:47.357 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.358 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 14:02:47.358 1585 1585 I HardKeyTracker: HardKeyTracker.unregisterKeySequence():88 Unregister key sequence hox{callback=bxi@42997a7, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 14:02:47.358 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:02:47.358 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:47.359 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:02:47.359 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.448 848 966 D EGL_emulation: app_time_stats: avg=53.66ms min=4.16ms max=1460.54ms count=41
05-21 14:02:47.561 9128 9128 I ImeTracker: com.github.se.polyfit:3d86ce9e: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:02:47.562 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{9a772 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:02:47.570 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 211 ms
05-21 14:02:47.577 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:02:47.583 1585 1585 W AutoPasteSuggestionHelper: AutoPasteSuggestionHelper.setMaxWidthOfChipTextView():780 Failed to get the width of the proactive suggestion view holder.
05-21 14:02:47.585 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:47.586 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:47.587 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY
05-21 14:02:47.587 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.587 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:47.587 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.587 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:47.587 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:47.588 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:47.589 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.589 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.589 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:02:47.589 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:47.589 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:47.593 9128 9288 D EGL_emulation: app_time_stats: avg=155.05ms min=57.19ms max=313.06ms count=7
05-21 14:02:47.594 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:02:47.595 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:02:47.595 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:02:47.605 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.605 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.605 9128 9128 I ImeTracker: com.github.se.polyfit:907c4f0e: onShown
05-21 14:02:47.612 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.620 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:47.631 9128 9128 I ImeTracker: com.github.se.polyfit:8e527386: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:47.645 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:47.652 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.652 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.660 9128 9128 I ImeTracker: com.github.se.polyfit:3d86ce9e: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:47.664 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.705 595 2208 I ImeTracker: com.github.se.polyfit:7724e94: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:02:47.706 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:02:47.706 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:47.706 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:47.706 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:02:47.706 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292967358, INPUT_SESSION=1716292967339, IME_SESSION=1716292967582}], ending it now.
05-21 14:02:47.706 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292967358, INPUT_SESSION=1716292967339, IME_SESSION=1716292967582}], ending it now.
05-21 14:02:47.707 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:02:47.708 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:47.708 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:02:47.713 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.741 595 2208 I ImeTracker: com.github.se.polyfit:5e19b224: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:02:47.754 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:02:47.791 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:02:47.793 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:02:47.793 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:02:47.794 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:47.795 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:47.795 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY
05-21 14:02:47.795 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.795 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:47.795 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.795 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:47.795 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:47.796 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:47.796 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.796 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.797 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:02:47.797 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:47.797 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:47.802 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:02:47.807 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:02:47.807 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:02:47.817 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:02:47.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:47.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:47.818 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:02:47.819 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292967707, INPUT_SESSION=1716292967706, IME_SESSION=1716292967793}], ending it now.
05-21 14:02:47.819 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292967707, INPUT_SESSION=1716292967706, IME_SESSION=1716292967793}], ending it now.
05-21 14:02:47.820 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:02:47.821 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:47.821 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.822 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.831 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.833 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.833 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:02:47.836 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:02:47.836 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:02:47.838 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:47.839 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:47.839 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY
05-21 14:02:47.839 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.839 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:47.839 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:47.839 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:47.839 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:47.839 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:47.840 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.840 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:47.840 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:02:47.840 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:47.840 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:47.841 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:02:47.842 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:02:47.842 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:02:47.848 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:47.853 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.854 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.862 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.868 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.868 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.870 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.875 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.875 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.876 9128 9128 I ImeTracker: com.github.se.polyfit:7724e94: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:47.878 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:47.887 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:47.893 9128 9128 I ImeTracker: com.github.se.polyfit:5e19b224: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:47.965 595 2387 I ImeTracker: com.github.se.polyfit:f2d670e0: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:02:47.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:02:47.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:47.966 9128 9128 I ImeTracker: com.github.se.polyfit:7f5ecc57: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:02:47.966 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:02:47.966 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:47.966 9128 9128 I ImeTracker: com.github.se.polyfit:7f5ecc57: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:47.966 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:02:47.967 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292967820, INPUT_SESSION=1716292967819, IME_SESSION=1716292967836}], ending it now.
05-21 14:02:47.967 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292967820, INPUT_SESSION=1716292967819, IME_SESSION=1716292967836}], ending it now.
05-21 14:02:47.967 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:02:47.968 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:47.968 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:02:47.969 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.208 9128 9128 I ImeTracker: com.github.se.polyfit:95a9e9ed: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:02:48.209 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{9a772 VFED..... .F....ID 0,0-880,1476 aid=1073741825} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:02:48.210 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 241 ms
05-21 14:02:48.210 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:02:48.211 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:02:48.212 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:48.212 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:48.212 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY
05-21 14:02:48.212 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:48.212 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:48.212 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:48.212 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:48.212 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:48.212 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:48.213 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.213 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.213 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:02:48.213 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:48.213 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:48.214 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:02:48.215 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:02:48.215 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:02:48.243 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.243 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.246 1585 1786 D EGL_emulation: app_time_stats: avg=123.09ms min=18.61ms max=447.93ms count=10
05-21 14:02:48.249 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:48.261 9128 9128 I ImeTracker: com.github.se.polyfit:f2d670e0: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:48.262 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.263 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:48.266 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.266 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.268 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.275 9128 9128 I ImeTracker: com.github.se.polyfit:95a9e9ed: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:48.288 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:48.288 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 14:02:48.292 595 613 I ImeTracker: com.github.se.polyfit:cdf43a4c: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:02:48.301 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:02:48.303 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:02:48.303 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:48.304 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:48.304 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:02:48.304 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292967967, INPUT_SESSION=1716292967967, IME_SESSION=1716292968211}], ending it now.
05-21 14:02:48.304 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292967967, INPUT_SESSION=1716292967967, IME_SESSION=1716292968211}], ending it now.
05-21 14:02:48.305 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:02:48.305 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:48.306 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:02:48.311 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.318 595 613 I ImeTracker: com.github.se.polyfit:9fb605b4: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT
05-21 14:02:48.385 9128 9128 W RemoteInputConnectionImpl: getSurroundingText on inactive InputConnection
05-21 14:02:48.397 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:02:48.398 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:02:48.399 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:48.399 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:48.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY
05-21 14:02:48.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:48.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:48.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:48.400 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:48.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:48.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:48.400 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.401 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.401 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:02:48.401 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:48.402 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:48.402 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:02:48.403 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:02:48.403 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:02:48.404 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:02:48.404 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:48.404 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:48.404 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:02:48.404 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292968305, INPUT_SESSION=1716292968304, IME_SESSION=1716292968398}], ending it now.
05-21 14:02:48.404 1585 1585 W SessionManager: SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{INPUT_VIEW_SESSION=1716292968305, INPUT_SESSION=1716292968304, IME_SESSION=1716292968398}], ending it now.
05-21 14:02:48.405 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x2(Number) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=1 initialSelEnd=1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, true)
05-21 14:02:48.406 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:48.406 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:02:48.408 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:02:48.408 1585 1585 W SessionManager: SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
05-21 14:02:48.409 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.409 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:02:48.409 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.410 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:48.410 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY
05-21 14:02:48.410 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:48.410 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:02:48.410 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:02:48.410 1585 1585 W Keyboard: Keyboard.getKeyboardViewHelper():619 null helper is returned: keyboardDef=iia{className=.latin.keyboard.LatinNumberKeyboard, id=#0x7f0b063e, initialStates=0, keyboardViewDefs=[iit{direction=LOCALE, id=#0x7f0b0132, isScalable=false, layoutId=#0x7f0e0403, type=HEADER, touchable=true}, iit{direction=null, id=#0x7f0b0132, isScalable=true, layoutId=#0x7f0e044c, type=BODY, touchable=true}], keyTextSizeRatio=1.0, persistentStates=0, persistentStatesPrefKey=null, popupBubbleLayoutId=#0x7f0e04dd, recentKeyLayoutId=0, recentKeyPopupLayoutId=0, recentKeyType=null, rememberRecentKey=NONE, sessionStates=0}, type=FLOATING_CANDIDATES, helpersCreated=[hzo@1a7648c, hzo@530a7d5, null],
05-21 14:02:48.410 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:02:48.410 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:02:48.410 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.411 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.411 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:02:48.411 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:48.411 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:02:48.412 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:02:48.412 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.412 1585 1585 I CurrentMicStatusHolder: CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
05-21 14:02:48.412 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:02:48.414 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:02:48.425 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.426 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.427 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.430 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.431 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.431 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:48.435 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.437 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.437 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.442 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:02:48.444 9128 9128 I ImeTracker: com.github.se.polyfit:cdf43a4c: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:48.447 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:02:48.453 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:48.453 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 14:02:48.461 9128 9128 I ImeTracker: com.github.se.polyfit:9fb605b4: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:48.467 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:48.467 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientContentContainer')) && (TestTag = 'PrimaryButton'); position: 0; useUnmergedTree: false.
05-21 14:02:48.478 848 966 D EGL_emulation: app_time_stats: avg=13.17ms min=1.69ms max=28.03ms count=52
05-21 14:02:48.539 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:02:48.539 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientPopupContainer')) && (TestTag = 'GradientBox'); position: 0; useUnmergedTree: false.
05-21 14:02:48.559 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@3e57d15
05-21 14:02:48.560 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8f9b721
05-21 14:02:48.602 9128 9288 D EGL_emulation: app_time_stats: avg=112.08ms min=42.07ms max=230.79ms count=9
05-21 14:02:48.639 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7672850 (UnprojectedRipple) with handle 0x751367648490
05-21 14:02:48.640 595 2208 W InputManager-JNI: Input channel object '1e7ed74 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:48.727 9128 9128 I ImeTracker: com.github.se.polyfit:e0150557: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:48.727 9128 9128 I ImeTracker: com.github.se.polyfit:e0150557: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:48.761 9128 9288 D EGL_emulation: app_time_stats: avg=52.80ms min=8.30ms max=2125.79ms count=53
05-21 14:02:48.807 595 2208 I ImeTracker: com.github.se.polyfit:e378cdc2: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:48.814 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:02:48.815 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:02:48.816 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:48.817 9128 9128 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 54451987
05-21 14:02:48.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:48.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:48.818 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:48.819 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:48.820 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@dae2291, lastModifier=0, keyCodes=[57, 57], actions=[1, 0]}
05-21 14:02:48.820 1585 1585 I HardKeyTracker: HardKeyTracker.registerKeySequence():62 Register key sequence hox{callback=eac@5521464, lastModifier=0, keyCodes=[58, 58], actions=[1, 0]}
05-21 14:02:48.845 9128 9128 I ImeTracker: com.github.se.polyfit:e378cdc2: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:02:48.855 848 904 D SplashScreenView: Build android.window.SplashScreenView{307a156 V.E...... ......ID 0,0-0,0}
05-21 14:02:48.855 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:48.855 848 904 D SplashScreenView: Branding: view: android.view.View{bec15d7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:48.874 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:48.913 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74a4a in: PAUSED
05-21 14:02:48.923 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@74a4a
05-21 14:02:48.968 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:49.160 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:49.161 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:49.161 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:49.174 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:49.176 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:49.176 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:49.176 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:49.177 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:49.179 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=355, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@c6802ff
05-21 14:02:49.181 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:49.183 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:50.270 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ef47ce2
05-21 14:02:50.271 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:7251e431: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:50.271 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:7251e431: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:50.273 595 2387 W InputManager-JNI: Input channel object '9ab2ef4 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:50.273 6276 6276 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread.
05-21 14:02:50.279 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:50.280 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:50.281 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:50.281 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:50.282 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:50.303 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f76574b
05-21 14:02:50.306 595 613 W InputManager-JNI: Input channel object '6da8178 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:50.353 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74a4a in: STOPPED
05-21 14:02:50.362 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@74a4a
05-21 14:02:50.388 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74a4a in: DESTROYED
05-21 14:02:50.388 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:50.388 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2af9fd9
05-21 14:02:50.398 595 613 W InputManager-JNI: Input channel object '24c81bd com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:50.411 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2b1ebcb]
05-21 14:02:50.412 9128 9160 I TestRunner: finished: addNewIngredientToList(com.github.se.polyfit.ui.screen.IngredientTest)
-
2.76 s
passedbottomBarDisplayed
-
05-21 14:02:50.415 9128 9160 I TestRunner: started: bottomBarDisplayed(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:50.422 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2048b13]
05-21 14:02:50.434 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:50.441 848 904 D SplashScreenView: Build android.window.SplashScreenView{bbb31ea V.E...... ......ID 0,0-0,0}
05-21 14:02:50.441 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:50.441 848 904 D SplashScreenView: Branding: view: android.view.View{ce5bcdb G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:50.705 1829 1861 I earchbox:search: Background young concurrent copying GC freed 41746(4143KB) AllocSpace objects, 740(13MB) LOS objects, 5% free, 250MB/265MB, paused 10.688ms,74us total 88.370ms
05-21 14:02:50.827 6276 6309 D EGL_emulation: app_time_stats: avg=229.20ms min=22.44ms max=564.22ms count=4
05-21 14:02:50.828 438 568 D PermissionCache: checking android.permission.WAKEUP_SURFACE_FLINGER for uid=10163 => granted (446 us)
05-21 14:02:50.829 6276 9742 I OpenGLRenderer: Davey! duration=849ms; Flags=0, FrameTimelineVsyncId=356342, IntendedVsync=7541972246925, Vsync=7542055580255, InputEventId=0, HandleInputStart=7542059199165, AnimationStart=7542059199596, PerformTraversalsStart=7542060519855, DrawStart=7542060601937, FrameDeadline=7542105580253, FrameInterval=7542059193715, FrameStartTime=16666666, SyncQueued=7542060731629, SyncStart=7542222286753, IssueDrawCommandsStart=7542222504798, SwapBuffers=7542229092023, FrameCompleted=7542983606070, DequeueBufferDuration=738883383, QueueBufferDuration=159507, GpuCompleted=7542229092023, SwapBuffersCompleted=7542983606070, DisplayPresentTime=0, CommandSubmissionCompleted=7542229092023,
05-21 14:02:50.831 6276 6276 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread.
05-21 14:02:50.833 438 568 W VsyncModulator: setTransactionSchedule: Unexpected EarlyEnd
05-21 14:02:50.861 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:50.875 6276 6290 I OpenGLRenderer: Davey! duration=724ms; Flags=0, FrameTimelineVsyncId=356432, IntendedVsync=7542072246921, Vsync=7542222246915, InputEventId=0, HandleInputStart=7542223012465, AnimationStart=7542223013236, PerformTraversalsStart=7542230221902, DrawStart=7542230520337, FrameDeadline=7542255580247, FrameInterval=7542222822652, FrameStartTime=16666666, SyncQueued=7542230821712, SyncStart=7542983755788, IssueDrawCommandsStart=7542984259224, SwapBuffers=7542996478592, FrameCompleted=7543549505765, DequeueBufferDuration=1539080, QueueBufferDuration=484160, GpuCompleted=7542996478592, SwapBuffersCompleted=7543549505765, DisplayPresentTime=0, CommandSubmissionCompleted=7542996478592,
05-21 14:02:50.886 6276 9742 I OpenGLRenderer: Davey! duration=804ms; Flags=0, FrameTimelineVsyncId=356525, IntendedVsync=7542238913581, Vsync=7542988913551, InputEventId=0, HandleInputStart=7542993784630, AnimationStart=7542993785842, PerformTraversalsStart=7542995299297, DrawStart=7542995439929, FrameDeadline=7543022246883, FrameInterval=7542993432265, FrameStartTime=16666666, SyncQueued=7542996164646, SyncStart=7543550356819, IssueDrawCommandsStart=7543551689899, SwapBuffers=7543556323105, FrameCompleted=7543597297907, DequeueBufferDuration=26652887, QueueBufferDuration=289558, GpuCompleted=7543556323105, SwapBuffersCompleted=7543597297907, DisplayPresentTime=0, CommandSubmissionCompleted=7543556323105,
05-21 14:02:50.958 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f8de3b2 in: PRE_ON_CREATE
05-21 14:02:50.960 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:51.014 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:51.015 1728 2287 E HwDetectorWithState: a: 3
05-21 14:02:51.307 848 966 D EGL_emulation: app_time_stats: avg=547.58ms min=7.09ms max=6910.84ms count=14
05-21 14:02:51.381 848 966 D EGL_emulation: app_time_stats: avg=66.11ms min=1.84ms max=2021.75ms count=40
05-21 14:02:51.456 1829 1861 I earchbox:search: Background concurrent copying GC freed 236981(13MB) AllocSpace objects, 1384(25MB) LOS objects, 8% free, 248MB/272MB, paused 1.318ms,88us total 630.629ms
05-21 14:02:51.729 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:51.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41d79a0c-ae40-4611-8292-77dd3661bfb0
05-21 14:02:51.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e01c59bb-b935-4e6d-857e-098c5929aed3
05-21 14:02:51.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c5926795-c256-48e4-b96c-1ea809a0d3ba
05-21 14:02:51.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2fa9941b-ccfc-4e4a-9b53-5a440f55c764
05-21 14:02:51.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f29bfc8-18ff-4941-9aa5-185ca3b9ce3e
05-21 14:02:51.729 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7f0b3148-0ed6-4733-a885-15fb45d8c048
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 842d7dbc-ee52-4110-a47f-833ecb71422b
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e34860cc-2666-41e4-bf6d-8f40cdc6b78e
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 295540e2-6b79-4970-8b6c-a2bbcf55fe95
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e31d8a26-a396-4f07-99de-a82f37e647fb
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5416ae1d-d3a9-4a4f-96b4-4c3b28105ac0
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 68b7f721-db6a-493b-9424-3c9ac89bfc66
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 378bc6e8-5f22-4003-9f15-1a4855d88459
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1895ab75-fce1-40f2-8070-a007709e8bef
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 742c4123-6030-46ee-b286-8fcdb10a7295
05-21 14:02:51.730 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f47250a3-c272-4ce7-b546-47e4dcb04700
05-21 14:02:51.731 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03c2485f-4e26-4891-b881-a28a823f2afd
05-21 14:02:51.731 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d923c3c-90e8-4ff6-b83f-e3835e522c64
05-21 14:02:51.731 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 587a6c3d-0a17-4858-bd4b-3ec16b042795
05-21 14:02:51.731 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b0609af0-0c68-4820-9221-72f7c3ccb74b
05-21 14:02:51.731 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 400d97ab-c835-497d-95eb-8658e3534668
05-21 14:02:51.731 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f5393798-96c1-4033-9a6a-ea26c59ead80
05-21 14:02:51.731 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9344e44e-f4f2-4106-8fe6-649810ebee89
05-21 14:02:51.731 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: abeaedeb-434a-4984-a26a-97e59f30c2d5
05-21 14:02:51.732 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc9f5b6b-fabc-41e6-9d10-cc067d667c43
05-21 14:02:51.732 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2bc67021-c2ae-48c6-96a8-270bb869574f
05-21 14:02:51.732 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 098c173f-7f88-425e-ad5d-94fb39f703a7
05-21 14:02:51.732 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 428c9d8b-93fb-4d4e-bf9b-79df68a94166
05-21 14:02:51.732 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c71cb380-ab38-434b-8d9b-033f580dd398
05-21 14:02:51.732 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 85054d7c-910a-47b0-8a2d-58795315b86b
05-21 14:02:51.732 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d2eac209-0998-44b5-97eb-cb147412ce4d
05-21 14:02:51.732 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0638b5ed-0e65-46d7-ae45-56752409f84d
05-21 14:02:51.733 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:51.733 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5ca8488e-8269-4c0e-89ea-bb7a6206d345
05-21 14:02:51.734 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 14:02:51.734 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8157ac84-6836-4f02-8f65-72447fe1e2d0
05-21 14:02:51.734 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4649b4a9-70a8-4e46-be5b-f4102f453f4e
05-21 14:02:51.735 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:51.735 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6e64b2fd-3a95-4530-93e2-9877e43c7bbf
05-21 14:02:51.735 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 93f37e55-a288-49b0-93ac-30f944ef79db
05-21 14:02:51.736 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:51.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 25bdf08e-db0b-445f-8505-ff1dfacf539e
05-21 14:02:51.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 98cf1b99-e5eb-4d46-9ea1-67d4de1de9aa
05-21 14:02:51.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3d19713e-db77-4d0c-84a0-22c2badb2d99
05-21 14:02:51.736 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=31a32667-fd00-4c0b-872f-b65b76bef02a,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0ece66ce-b733-4caa-9abc-6a1b2893da7f
05-21 14:02:51.737 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f8de3b2 in: CREATED
05-21 14:02:51.753 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@f8de3b2
05-21 14:02:51.773 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f8de3b2 in: STARTED
05-21 14:02:51.787 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@f8de3b2
05-21 14:02:51.883 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f8de3b2 in: RESUMED
05-21 14:02:51.898 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@f8de3b2
05-21 14:02:52.051 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:52.053 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s613ms
05-21 14:02:52.108 595 953 I ImeTracker: com.github.se.polyfit:447d81: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:52.108 595 953 I ImeTracker: com.github.se.polyfit:447d81: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:52.111 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:52.113 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:52.113 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:52.114 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:52.114 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:52.131 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:52.132 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x751367618550 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:52.135 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d3e2455e: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:52.135 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d3e2455e: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:52.169 438 438 W SurfaceFlinger: couldn't log to binary event log: overflow.
05-21 14:02:52.299 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:52.334 848 966 D EGL_emulation: app_time_stats: avg=73.53ms min=4.18ms max=653.83ms count=13
05-21 14:02:52.378 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@df63a8d
05-21 14:02:52.379 595 613 W InputManager-JNI: Input channel object '29c54d9 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:52.382 848 966 D EGL_emulation: app_time_stats: avg=12.82ms min=1.12ms max=92.36ms count=48
05-21 14:02:52.429 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 357489, 0, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 357489, 0, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 357489, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 357511, 66500480, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 357548, 0, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 357548, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 357563, 0, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 357563, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 357593, 0, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 357593, 0, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 357593, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 357615, 73257477, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 357624, 63950077, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 357624, 63950077, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 357632, 79998104, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 357632, 79998104, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 357669, 77254351, CUJ=J
05-21 14:02:52.429 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 357669, 77254351, CUJ=J
05-21 14:02:52.564 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:52.564 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AddIngredientBox')) && (TestTag = 'AddIngredientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:52.567 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:52.567 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:52.569 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:02:52.569 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:52.573 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:52.573 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'DoneBox')) && (TestTag = 'DoneButton'); position: 0; useUnmergedTree: false.
05-21 14:02:52.583 848 904 D SplashScreenView: Build android.window.SplashScreenView{1699416 V.E...... ......ID 0,0-0,0}
05-21 14:02:52.583 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:52.583 848 904 D SplashScreenView: Branding: view: android.view.View{416f197 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:52.602 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:52.604 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f8de3b2 in: PAUSED
05-21 14:02:52.604 6276 6287 W System : A resource failed to call release.
05-21 14:02:52.604 6276 6287 W System : A resource failed to call release.
05-21 14:02:52.604 6276 6287 W System : A resource failed to call release.
05-21 14:02:52.614 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@f8de3b2
05-21 14:02:52.669 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:52.834 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:52.835 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +255ms
05-21 14:02:52.860 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:52.860 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:52.860 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:52.860 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:52.860 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:52.890 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:52.906 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:52.907 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:52.907 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:52.909 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=359, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@e5f17bb
05-21 14:02:52.914 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:53.034 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:b13b9c57: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:53.034 595 2387 I ImeTracker: com.google.android.apps.nexuslauncher:b13b9c57: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:53.041 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:53.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:53.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:53.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:53.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:53.058 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f8de3b2 in: STOPPED
05-21 14:02:53.072 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@f8de3b2
05-21 14:02:53.115 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f8de3b2 in: DESTROYED
05-21 14:02:53.116 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:53.118 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7fbe855
05-21 14:02:53.141 595 613 W InputManager-JNI: Input channel object '36cb46f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:53.166 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2048b13]
05-21 14:02:53.171 9128 9160 I TestRunner: finished: bottomBarDisplayed(com.github.se.polyfit.ui.screen.IngredientTest)
-
3.56 s
passedexpandIngredientExpandAndCollapse
-
05-21 14:02:53.185 9128 9160 I TestRunner: started: expandIngredientExpandAndCollapse(com.github.se.polyfit.ui.screen.IngredientTest)
05-21 14:02:53.205 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@47f1665]
05-21 14:02:53.225 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:53.259 848 904 D SplashScreenView: Build android.window.SplashScreenView{9437380 V.E...... ......ID 0,0-0,0}
05-21 14:02:53.259 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:53.259 848 904 D SplashScreenView: Branding: view: android.view.View{3e95db9 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:53.317 1829 1861 I earchbox:search: Background young concurrent copying GC freed 215016(7797KB) AllocSpace objects, 981(17MB) LOS objects, 6% free, 255MB/272MB, paused 2.068ms,151us total 129.717ms
05-21 14:02:53.322 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b4e6969
05-21 14:02:53.324 595 953 W InputManager-JNI: Input channel object '313c2e5 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:53.348 848 966 D EGL_emulation: app_time_stats: avg=100.53ms min=10.98ms max=394.81ms count=10
05-21 14:02:53.372 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1cc2b8c in: PRE_ON_CREATE
05-21 14:02:53.372 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:53.448 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:53.451 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:53.464 848 966 D EGL_emulation: app_time_stats: avg=28.45ms min=1.19ms max=131.50ms count=30
05-21 14:02:53.982 1829 1861 I earchbox:search: Background concurrent copying GC freed 274475(16MB) AllocSpace objects, 2132(39MB) LOS objects, 8% free, 250MB/274MB, paused 241us,48us total 493.605ms
05-21 14:02:54.019 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1cc2b8c in: CREATED
05-21 14:02:54.031 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1cc2b8c
05-21 14:02:54.043 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1cc2b8c in: STARTED
05-21 14:02:54.052 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1cc2b8c
05-21 14:02:54.068 595 608 I system_server: NativeAlloc concurrent copying GC freed 217908(6519KB) AllocSpace objects, 24(480KB) LOS objects, 44% free, 30MB/54MB, paused 339us,48us total 100.876ms
05-21 14:02:54.093 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1cc2b8c in: RESUMED
05-21 14:02:54.102 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1cc2b8c
05-21 14:02:54.186 9128 9288 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:54.335 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:54.336 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s100ms
05-21 14:02:54.399 595 917 I ImeTracker: com.github.se.polyfit:2c164dca: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:54.399 595 917 I ImeTracker: com.github.se.polyfit:2c164dca: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:54.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:54.401 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:54.402 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:54.402 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:54.402 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:54.417 848 966 D EGL_emulation: app_time_stats: avg=128.45ms min=1.89ms max=758.14ms count=8
05-21 14:02:54.475 848 966 D EGL_emulation: app_time_stats: avg=14.11ms min=1.37ms max=91.67ms count=42
05-21 14:02:54.502 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9dc04b3
05-21 14:02:54.507 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:54.508 595 612 W InputManager-JNI: Input channel object '409d9e3 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:54.523 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:51d6007d: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:54.523 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:51d6007d: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:54.613 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:54.679 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f2c47ac
05-21 14:02:54.681 595 953 W InputManager-JNI: Input channel object 'd94fae9 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:55.181 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:55.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 45518237-c878-4845-8d9d-0081b7f3d91a
05-21 14:02:55.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 32458c64-d677-4eb5-afe8-5a86995f6a97
05-21 14:02:55.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d9d7ff8-d3b8-4366-95d8-6bfc50a23dfb
05-21 14:02:55.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b79a75f3-e146-4580-98c7-44902cf5dd1b
05-21 14:02:55.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b81876f-afb5-4cc6-a216-8d031dc41c42
05-21 14:02:55.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b6691e9-d81a-40db-99fc-c4cb5549a5c1
05-21 14:02:55.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e005fe3-39b3-4cb4-b9c3-c6eccf58c704
05-21 14:02:55.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3397df8c-d360-4d11-943a-b09dd5d96eb4
05-21 14:02:55.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1fdcf545-9d36-4996-ae7d-c0ee9f1c87ef
05-21 14:02:55.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ae2a44e9-358f-4861-b94f-9266095971c8
05-21 14:02:55.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea6436ce-a5c0-4006-adaf-a04a8a81970a
05-21 14:02:55.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 00a83dfa-6207-4d95-8f83-23c3a05b081d
05-21 14:02:55.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 91d3a5f6-9c90-4f92-b824-14423806577e
05-21 14:02:55.183 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761b880 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:55.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 86122f1e-5a59-4cb5-b781-b1cee6774083
05-21 14:02:55.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9dd14116-c908-4228-8e30-ee5b0821fb7b
05-21 14:02:55.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7476e732-6728-4817-a031-e72826266fe8
05-21 14:02:55.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 65b1bd89-cfd5-4dda-bcec-8104827110df
05-21 14:02:55.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 116f2f23-31c8-433e-9470-e1b4f7bce71c
05-21 14:02:55.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34f8583d-ae27-4de9-9a36-16f136b17f97
05-21 14:02:55.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b81a6b12-6834-4655-ae07-09f04cb62691
05-21 14:02:55.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 82a81b55-2144-4484-afba-79109f6d51d4
05-21 14:02:55.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8f3a3398-3a68-4109-826f-0d3a72b6ae7d
05-21 14:02:55.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a2c76c1-26fb-438d-a2e2-f122cb92bbcf
05-21 14:02:55.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98b18600-863f-415d-8099-2de9ac8e637d
05-21 14:02:55.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93690720-7f54-4b1d-993b-47fde42e87cd
05-21 14:02:55.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f4e535ee-f8bb-4221-bdc9-5d83144ba74f
05-21 14:02:55.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 612652f4-95c5-42e1-b435-787dc421ba7c
05-21 14:02:55.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec0cca5f-caad-4393-a28a-d8dc270462ff
05-21 14:02:55.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ceefd836-3654-499b-9e63-c96a9590bee6
05-21 14:02:55.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98e1be6c-5409-4e57-890e-edd485ed290e
05-21 14:02:55.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f47f3d7f-85de-43cf-b086-818984f0968b
05-21 14:02:55.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c021ac32-e3f6-4175-8e38-8661f4c650a9
05-21 14:02:55.187 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:55.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0ce5c760-07e9-4916-8eb3-8157d9038c6d
05-21 14:02:55.188 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:55.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aab72321-a882-4c1a-a9a2-713bb987d8a0
05-21 14:02:55.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f990e0f6-bfdf-47ab-8ca8-bc2dddc11668
05-21 14:02:55.189 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:55.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cbf36f73-c6d1-443a-b1bc-303d64f12303
05-21 14:02:55.190 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d28dc055-a767-462f-8815-b3f549aa11cf
05-21 14:02:55.191 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:55.191 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 75950454-8514-4df3-9e17-83da5c3f74c6
05-21 14:02:55.191 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2396d603-55fa-45b7-8c2b-503fd0edb9f5
05-21 14:02:55.191 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f5c4d800-2bc6-4f4b-b9e2-6de96268b8ff
05-21 14:02:55.191 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=eacf5259-af80-478c-8f23-ae81a882281a,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 56ea433c-1a82-4d60-90d5-9eb6e14457f7
05-21 14:02:55.282 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:55.282 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:55.288 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:02:55.288 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:55.292 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:55.292 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:55.296 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:55.296 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:55.346 9128 9128 V Expand Ingredients: Clicked
05-21 14:02:55.487 848 966 D EGL_emulation: app_time_stats: avg=17.49ms min=3.26ms max=120.01ms count=52
05-21 14:02:55.585 9128 9140 W System : A resource failed to call release.
05-21 14:02:55.982 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:55.982 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:55.985 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:02:55.985 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Ingredient')) && (TestTag = 'GradientButton'); position: 0; useUnmergedTree: false.
05-21 14:02:55.999 848 904 D SplashScreenView: Build android.window.SplashScreenView{d0badda V.E...... ......ID 0,0-0,0}
05-21 14:02:55.999 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:55.999 848 904 D SplashScreenView: Branding: view: android.view.View{d8da20b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:56.019 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:56.025 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1cc2b8c in: PAUSED
05-21 14:02:56.034 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1cc2b8c
05-21 14:02:56.103 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:56.113 848 966 D EGL_emulation: app_time_stats: avg=423.89ms min=42.77ms max=1479.44ms count=4
05-21 14:02:56.256 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:56.264 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +261ms
05-21 14:02:56.280 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:56.281 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=363, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@718d16f
05-21 14:02:56.295 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:56.295 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:56.295 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:56.295 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:56.296 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:56.380 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:56.382 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:56.382 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:56.387 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:56.461 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d767efe0 (UnprojectedRipple) with handle 0x75136763ef50
05-21 14:02:56.483 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:4a4f2d52: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:56.483 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:4a4f2d52: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:56.486 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:56.488 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:56.497 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:56.497 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:56.498 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:56.546 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1cc2b8c in: STOPPED
05-21 14:02:56.571 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1cc2b8c
05-21 14:02:56.654 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1cc2b8c in: DESTROYED
05-21 14:02:56.658 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:56.660 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d8925a7
05-21 14:02:56.689 848 966 D EGL_emulation: app_time_stats: avg=44.93ms min=11.84ms max=347.72ms count=26
05-21 14:02:56.704 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@567763d
05-21 14:02:56.707 595 2208 W InputManager-JNI: Input channel object 'cb5ce2e Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:56.709 595 612 W InputManager-JNI: Input channel object 'aa044f7 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:56.755 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@47f1665]
05-21 14:02:56.757 9128 9160 I TestRunner: finished: expandIngredientExpandAndCollapse(com.github.se.polyfit.ui.screen.IngredientTest)
-
24.60 s
com.github.se.polyfit.ui.screen.IngredientsOverviewTest
-
2.81 s
passedperfom_click_floating_button
-
05-21 14:02:56.764 9128 9160 I TestRunner: started: perfom_click_floating_button(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:02:56.782 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2816d43]
05-21 14:02:56.831 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:56.834 1829 1861 I earchbox:search: Background young concurrent copying GC freed 196048(6265KB) AllocSpace objects, 630(11MB) LOS objects, 5% free, 250MB/265MB, paused 513us,101us total 126.225ms
05-21 14:02:56.873 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@371a3f6
05-21 14:02:56.878 848 904 D SplashScreenView: Build android.window.SplashScreenView{c3b8f42 V.E...... ......ID 0,0-0,0}
05-21 14:02:56.878 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:56.878 848 904 D SplashScreenView: Branding: view: android.view.View{a0e4b53 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:56.891 595 953 W InputManager-JNI: Input channel object 'd72f960 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:56.903 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:56.993 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:57.008 1728 2287 E HwDetectorWithState: a: 3
05-21 14:02:57.009 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ca4ca2 in: PRE_ON_CREATE
05-21 14:02:57.010 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:57.466 848 966 D EGL_emulation: app_time_stats: avg=94.73ms min=4.74ms max=684.60ms count=14
05-21 14:02:57.681 1829 1861 I earchbox:search: Background concurrent copying GC freed 247404(14MB) AllocSpace objects, 1575(29MB) LOS objects, 8% free, 252MB/276MB, paused 443us,92us total 568.267ms
05-21 14:02:57.705 848 966 D EGL_emulation: app_time_stats: avg=15.62ms min=1.75ms max=58.39ms count=49
05-21 14:02:57.739 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:02:57.772 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ca4ca2 in: CREATED
05-21 14:02:57.793 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@ca4ca2
05-21 14:02:57.818 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ca4ca2 in: STARTED
05-21 14:02:57.834 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@ca4ca2
05-21 14:02:57.894 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ca4ca2 in: RESUMED
05-21 14:02:57.910 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@ca4ca2
05-21 14:02:57.977 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 14:02:58.048 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:02:58.050 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s191ms
05-21 14:02:58.110 595 2208 I ImeTracker: com.github.se.polyfit:1d4d1cb1: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:58.110 595 2208 I ImeTracker: com.github.se.polyfit:1d4d1cb1: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:58.119 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:58.121 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:58.122 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:58.122 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:58.123 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:58.130 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4e51f376: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:02:58.130 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:4e51f376: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:02:58.132 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:02:58.355 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:02:58.380 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9f75d8e
05-21 14:02:58.383 595 612 W InputManager-JNI: Input channel object '11297c6 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:02:58.430 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 362615, 23187513, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 362615, 23187513, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 362637, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 362637, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 362637, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 362659, 59725972, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 362659, 59725972, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 362674, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 362674, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 362674, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 362697, 79810201, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 362727, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 362727, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 362727, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 362735, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 362735, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 362751, 44381248, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 362766, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 362766, 0, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 362766, CUJ=J
05-21 14:02:58.431 848 903 W FrameTracker: Missing SF jank callback for vsyncId: 362781, CUJ=J
05-21 14:02:58.713 848 966 D EGL_emulation: app_time_stats: avg=17.46ms min=1.82ms max=90.71ms count=47
05-21 14:02:58.752 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:02:58.752 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsOverviewScaffold')) && (TestTag = 'FloatingButton'); position: 0; useUnmergedTree: false.
05-21 14:02:58.760 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:02:58.760 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsOverviewScaffold')) && (TestTag = 'FloatingButton'); position: 0; useUnmergedTree: false.
05-21 14:02:58.763 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:02:58.763 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsOverviewScaffold')) && (TestTag = 'FloatingButton'); position: 0; useUnmergedTree: false.
05-21 14:02:58.765 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:02:58.765 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsOverviewScaffold')) && (TestTag = 'FloatingButton'); position: 0; useUnmergedTree: false.
05-21 14:02:58.829 1585 1714 I ProtoXDBBufferWrapper: ProtoXDBBufferWrapper.flushToStorage():153 Flushed 9 data item(s) to storage.
05-21 14:02:58.850 848 904 D SplashScreenView: Build android.window.SplashScreenView{72c4b8f V.E...... ......ID 0,0-0,0}
05-21 14:02:58.850 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:58.850 848 904 D SplashScreenView: Branding: view: android.view.View{c7bee1c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:58.875 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ca4ca2 in: PAUSED
05-21 14:02:58.887 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@ca4ca2
05-21 14:02:58.902 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:02:58.962 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:02:59.001 848 966 D EGL_emulation: app_time_stats: avg=109.47ms min=12.55ms max=724.09ms count=14
05-21 14:02:59.027 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.028 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.028 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.028 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.028 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.029 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.029 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.030 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.030 6276 6287 W System : A resource failed to call release.
05-21 14:02:59.153 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:02:59.157 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +309ms
05-21 14:02:59.242 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:02:59.244 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:02:59.246 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:02:59.266 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761b550 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:02:59.298 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:02:59.298 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f483251f-e377-417b-99ef-df762011f83c
05-21 14:02:59.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0ffe63c3-7904-43b9-ad7c-18763763e74c
05-21 14:02:59.299 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:02:59.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dea6ca4d-01e8-4362-92e4-6cf557ee2575
05-21 14:02:59.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f676f0c-1ac6-4ab2-9089-f5a07cd2b5a9
05-21 14:02:59.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ccf5b83-1737-417f-b0de-5dd2e6d29fb8
05-21 14:02:59.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b37ec62-4720-4018-9be6-b4cc5feebc74
05-21 14:02:59.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2c7d5e57-d316-4bdc-9599-1cda03ad5348
05-21 14:02:59.300 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c9f86039-65d3-413c-a0ed-a5b59840fac2
05-21 14:02:59.300 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b3c185c-561e-4c85-9c24-53e0e404b4eb
05-21 14:02:59.300 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d24ec56e-9155-4ca4-8201-0027559eba08
05-21 14:02:59.300 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=367, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@39517a4
05-21 14:02:59.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 272c406f-de2f-403e-80d8-8e1734180371
05-21 14:02:59.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 007f18ce-9894-47de-bd0b-0b17802f17a4
05-21 14:02:59.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7375273-34e3-4039-8da9-3f4ce1acb440
05-21 14:02:59.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f3e228d-5ac2-4403-b576-68a5f5c6e385
05-21 14:02:59.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01dea5b0-9f2c-4501-aeaf-50d310b0e0a7
05-21 14:02:59.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1628d249-4add-41e5-9e33-dba17e06d6f3
05-21 14:02:59.303 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f5b273b6-014a-40ba-a123-714c64ba02df
05-21 14:02:59.303 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 90edc743-b2ec-4fe9-97ce-59c75e60b67c
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4a5a59f-4846-4403-ae33-d13a2d637fac
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a41e4d92-00fa-487f-9fc6-2f5e76fc5265
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b0f74da-80b9-49e1-9c41-d614e2f486d9
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7350ebd2-ae59-4ae6-9b5f-41b8c1ee1083
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52e981e6-50ad-4f79-a8e7-d3fd7a507234
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 856e3b8a-ec7a-4830-bc27-c0ed05bbcf7c
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3013096d-75c8-442e-a395-39dd1c283af8
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f9de8a13-e77a-459d-b2f5-edccd1dc43a2
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58574a7a-ded0-4d89-9b0c-2e59dce414fd
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e8885c7-6645-4967-ad5d-4ff616ba7582
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 831051bc-d24e-40bb-8c07-7bbf1d8a4268
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4da0f95-cced-4f5b-b0f0-5d73d044974b
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a16ab9de-d9cb-4559-94c6-2721ceff3f8b
05-21 14:02:59.304 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fedae873-eebd-41de-9db5-12dcc3a9b058
05-21 14:02:59.305 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:02:59.305 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 586d77ac-33e9-4a11-adc9-dbcbc0bb5b4a
05-21 14:02:59.305 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:59.308 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:02:59.309 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8318cb69-56fe-4e8c-8554-7ba6f5a7f71d
05-21 14:02:59.309 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:02:59.310 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1bd1a3bc-fc7a-4ff6-8823-1cad5596d502
05-21 14:02:59.311 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:59.311 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b52bcd31-dfb3-47f1-987d-38b67ae49766
05-21 14:02:59.311 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7bb9e461-8736-4a8e-a98c-ad3fa7b3698e
05-21 14:02:59.311 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:02:59.311 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:02:59.311 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:02:59.312 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:02:59.312 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 151773c5-6322-4d0b-aaee-b954ba563235
05-21 14:02:59.313 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6298c353-bb20-4d26-859b-3124eeea0d13
05-21 14:02:59.313 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3542cf95-a602-4ef1-b3fa-ffa45cae345b
05-21 14:02:59.313 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=2de362cf-8fd8-4d46-bdba-fb9a85dc627b,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 162d012e-2ed2-4fba-9de1-2ca05571bcb7
05-21 14:02:59.331 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:02:59.372 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d768aa90 (UnprojectedRipple) with handle 0x751367627160
05-21 14:02:59.387 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:d597be39: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:02:59.387 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:d597be39: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:02:59.402 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:02:59.403 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:02:59.403 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:02:59.404 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:02:59.404 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:02:59.458 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ca4ca2 in: STOPPED
05-21 14:02:59.481 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@ca4ca2
05-21 14:02:59.489 1829 1861 I earchbox:search: Background young concurrent copying GC freed 206612(7408KB) AllocSpace objects, 816(15MB) LOS objects, 7% free, 246MB/265MB, paused 306us,59us total 103.780ms
05-21 14:02:59.541 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ca4ca2 in: DESTROYED
05-21 14:02:59.541 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:02:59.544 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e98d477
05-21 14:02:59.562 595 953 W InputManager-JNI: Input channel object 'ce8394d com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:02:59.591 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2816d43]
05-21 14:02:59.592 9128 9160 I TestRunner: finished: perfom_click_floating_button(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
2.56 s
passeddisplays_bottom
-
05-21 14:02:59.595 9128 9160 I TestRunner: started: displays_bottom(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:02:59.602 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@89db277]
05-21 14:02:59.621 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:02:59.736 848 904 D SplashScreenView: Build android.window.SplashScreenView{24e8f0a V.E...... ......ID 0,0-0,0}
05-21 14:02:59.736 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:02:59.736 848 904 D SplashScreenView: Branding: view: android.view.View{6c4237b G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:02:59.748 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8a539c6
05-21 14:02:59.750 595 613 W InputManager-JNI: Input channel object '461b362 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:02:59.781 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d33bf26 in: PRE_ON_CREATE
05-21 14:02:59.781 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:02:59.821 1829 1861 I earchbox:search: Background young concurrent copying GC freed 41942(3920KB) AllocSpace objects, 763(13MB) LOS objects, 4% free, 253MB/265MB, paused 110us,76us total 122.760ms
05-21 14:02:59.836 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:02:59.846 1728 2211 E HwDetectorWithState: a: 3
05-21 14:02:59.869 848 966 D EGL_emulation: app_time_stats: avg=27.92ms min=2.12ms max=183.22ms count=33
05-21 14:03:00.032 848 966 D EGL_emulation: app_time_stats: avg=82.71ms min=12.89ms max=220.36ms count=12
05-21 14:03:00.089 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:00.089 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:00.089 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:00.090 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:00.090 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 14:03:00.120 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 14:03:00.415 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d33bf26 in: CREATED
05-21 14:03:00.426 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@d33bf26
05-21 14:03:00.438 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d33bf26 in: STARTED
05-21 14:03:00.446 1829 1861 I earchbox:search: Background concurrent copying GC freed 265852(16MB) AllocSpace objects, 1888(34MB) LOS objects, 8% free, 254MB/278MB, paused 194us,50us total 502.097ms
05-21 14:03:00.451 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@d33bf26
05-21 14:03:00.496 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d33bf26 in: RESUMED
05-21 14:03:00.507 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@d33bf26
05-21 14:03:00.631 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:00.632 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s2ms
05-21 14:03:00.681 595 917 I ImeTracker: com.github.se.polyfit:6fe69001: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:00.681 595 917 I ImeTracker: com.github.se.polyfit:6fe69001: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:00.684 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:00.687 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:00.687 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:00.687 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:00.688 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:00.699 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@eb20c83
05-21 14:03:00.704 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:00.711 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e8455ebc: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:00.712 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e8455ebc: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:00.715 595 2208 W InputManager-JNI: Input channel object '5b972c8 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:00.868 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:00.903 848 966 D EGL_emulation: app_time_stats: avg=24.12ms min=4.69ms max=154.46ms count=38
05-21 14:03:00.947 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cce91d6
05-21 14:03:00.949 595 917 W InputManager-JNI: Input channel object '92ae296 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:00.997 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 365058, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 365058, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 365058, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 365080, 45704972, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 365080, 45704972, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 365102, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 365102, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 365102, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 365117, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 365117, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 365117, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 365176, 77741695, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 365176, 77741695, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 365199, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 365199, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 80, 365208, 66115597, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 365231, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 365231, 0, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 365231, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 365246, 58587762, CUJ=J
05-21 14:03:00.998 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 365246, 58587762, CUJ=J
05-21 14:03:01.353 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:01.353 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'GenerateBox')) && (TestTag = 'GenerateButton'); position: 0; useUnmergedTree: false.
05-21 14:03:01.371 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:03:01.371 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'GenerateBox')) && (TestTag = 'GenerateButton'); position: 0; useUnmergedTree: false.
05-21 14:03:01.394 848 904 D SplashScreenView: Build android.window.SplashScreenView{6268da5 V.E...... ......ID 0,0-0,0}
05-21 14:03:01.394 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:01.394 848 904 D SplashScreenView: Branding: view: android.view.View{30c57a G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:01.419 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:01.429 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d33bf26 in: PAUSED
05-21 14:03:01.444 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@d33bf26
05-21 14:03:01.535 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:01.566 848 966 D EGL_emulation: app_time_stats: avg=167.03ms min=8.63ms max=679.23ms count=9
05-21 14:03:01.732 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:01.737 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +349ms
05-21 14:03:01.761 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:01.763 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=371, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@89b0bcc
05-21 14:03:01.775 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:01.775 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:01.775 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:01.775 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:01.777 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:01.787 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:01.792 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:01.793 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:01.861 595 917 I ImeTracker: com.google.android.apps.nexuslauncher:260d41ee: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:01.862 595 917 I ImeTracker: com.google.android.apps.nexuslauncher:260d41ee: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:01.865 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:01.869 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:01.869 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:01.871 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:01.872 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:01.938 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d33bf26 in: STOPPED
05-21 14:03:01.974 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@d33bf26
05-21 14:03:02.007 848 966 D EGL_emulation: app_time_stats: avg=14.37ms min=1.52ms max=151.51ms count=50
05-21 14:03:02.073 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d33bf26 in: DESTROYED
05-21 14:03:02.073 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:02.075 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e9822dc
05-21 14:03:02.110 595 917 W InputManager-JNI: Input channel object '9382b8 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:02.147 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@89db277]
05-21 14:03:02.156 9128 9160 I TestRunner: finished: displays_bottom(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
2.66 s
passeddisplays_ingredients_overview
-
05-21 14:03:02.161 9128 9160 I TestRunner: started: displays_ingredients_overview(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:03:02.169 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@9324208]
05-21 14:03:02.223 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:02.235 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@783a634
05-21 14:03:02.278 595 2387 W InputManager-JNI: Input channel object '2f692c4 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:02.283 848 904 D SplashScreenView: Build android.window.SplashScreenView{c9b6d71 V.E...... ......ID 0,0-0,0}
05-21 14:03:02.283 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:02.283 848 904 D SplashScreenView: Branding: view: android.view.View{fec3756 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:02.303 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:02.306 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760c910 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:02.307 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:02.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb65e962-792b-4411-bfe7-3a4c45b50da6
05-21 14:03:02.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e5034d56-97cf-48a1-97c4-270575a371f1
05-21 14:03:02.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25895d6c-1f53-459b-8269-45f52ca5efb7
05-21 14:03:02.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d75bcda-bf0f-4426-bc68-46451462faea
05-21 14:03:02.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b2b04d6-0f62-4b14-9772-722afb3c48c3
05-21 14:03:02.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 402765a6-33b9-49a3-8601-dacf986a97ce
05-21 14:03:02.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: adc2999e-f9d8-4f69-b861-9b95904946c3
05-21 14:03:02.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c6b04043-88f0-4ea3-9e57-1ff2b32f3cfa
05-21 14:03:02.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e5a8e65-7344-4bf6-8e8a-8c5d312c01aa
05-21 14:03:02.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21f3f689-4661-4933-b1cc-77cc612ed387
05-21 14:03:02.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 12def53f-4ae8-4f7a-9ccc-98e3c0e4733d
05-21 14:03:02.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 275b16ba-8ad4-4064-8344-cab3d711fa27
05-21 14:03:02.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b981e088-7854-45d1-96e3-1e75e164e1d6
05-21 14:03:02.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ddf51900-2b80-4e48-9f17-9beca7378bec
05-21 14:03:02.309 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8682c40-7a09-451d-b446-4c78b09585dc
05-21 14:03:02.309 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d5bec7a2-82d8-4c2d-ba39-46b593a66682
05-21 14:03:02.320 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 173e7bd4-e3f4-49cd-aa5f-ce796d1d6628
05-21 14:03:02.320 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92f80912-a0b8-49af-8c8f-5719f95567a0
05-21 14:03:02.320 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69d00bdc-97b2-4c4b-ab88-236f0a94e3f1
05-21 14:03:02.320 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 727cec84-2613-4502-b42e-7e74aa7d8bdf
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f55e6539-e43d-4063-ad06-ccededd2c23c
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b180449d-e720-4cbd-95b6-bde756172c85
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01fde9a0-17ee-46f0-b7bc-da13131cc7c9
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c0bddc01-c99e-4e1b-bdcb-8fca28e55aed
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 603b3705-95dc-409d-83fa-78fed2aad8e1
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16ad3abd-f369-44ce-9d00-584c4c152cc7
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fd8316d0-60e8-4fd0-ae57-2293dee450b9
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: acbfe318-2ba7-4da9-9085-fe2ca0a25d7b
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a582a366-dee0-4e67-a39e-0a8724c24792
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 20744208-b1ce-4058-a09b-bf2009f74230
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 48858bc3-612b-4e6f-a9fa-98621b176f03
05-21 14:03:02.321 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7c927834-c701-4bf2-b10b-ef7cf6710460
05-21 14:03:02.322 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:02.322 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cd351b92-c136-4c63-b740-d64ad42d22eb
05-21 14:03:02.330 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:02.330 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3491f574-c8c6-45ef-af0c-dac457e5acc0
05-21 14:03:02.330 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5e2f8d23-c602-4112-a534-bdfe4d6d2e9c
05-21 14:03:02.331 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:02.332 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f7611e19-3848-40f6-bc85-8a1056da1119
05-21 14:03:02.332 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6593be5c-8f88-4854-9797-a0892eacf458
05-21 14:03:02.334 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:02.334 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6b5cc4a8-22b9-4cde-940f-70733c1f794d
05-21 14:03:02.334 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 99500947-8132-47aa-bd86-cddf9f9f01c2
05-21 14:03:02.334 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 800ac295-5725-45cb-98c1-ca70b960d1e5
05-21 14:03:02.334 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=51d1edd8-0af9-4c52-a0a4-9b3d9027e112,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8ebb5432-a32e-4b1a-b45d-d8bdcaf44890
05-21 14:03:02.336 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9c7b65c
05-21 14:03:02.339 595 953 W InputManager-JNI: Input channel object 'a22fa3a com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:02.397 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f70359b in: PRE_ON_CREATE
05-21 14:03:02.398 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:02.400 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:02.412 1728 2287 E HwDetectorWithState: a: 3
05-21 14:03:02.832 1829 1861 I earchbox:search: Background young concurrent copying GC freed 198297(6591KB) AllocSpace objects, 658(12MB) LOS objects, 5% free, 252MB/265MB, paused 6.627ms,586us total 197.223ms
05-21 14:03:02.895 848 966 D EGL_emulation: app_time_stats: avg=101.57ms min=3.76ms max=667.58ms count=12
05-21 14:03:03.014 848 966 D EGL_emulation: app_time_stats: avg=22.97ms min=2.67ms max=177.06ms count=35
05-21 14:03:03.093 595 608 I system_server: NativeAlloc concurrent copying GC freed 179782(5324KB) AllocSpace objects, 4(80KB) LOS objects, 44% free, 30MB/54MB, paused 464us,261us total 182.879ms
05-21 14:03:03.239 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f70359b in: CREATED
05-21 14:03:03.254 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@f70359b
05-21 14:03:03.272 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f70359b in: STARTED
05-21 14:03:03.286 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@f70359b
05-21 14:03:03.329 1829 1861 I earchbox:search: Background concurrent copying GC freed 254029(15MB) AllocSpace objects, 1692(31MB) LOS objects, 8% free, 251MB/275MB, paused 176us,35us total 347.841ms
05-21 14:03:03.335 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f70359b in: RESUMED
05-21 14:03:03.347 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@f70359b
05-21 14:03:03.459 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:03.460 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s224ms
05-21 14:03:03.472 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f27d24b2: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:03.474 595 917 I ImeTracker: com.google.android.apps.nexuslauncher:f27d24b2: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:03.478 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:03.480 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:03:03.505 595 917 I ImeTracker: com.github.se.polyfit:941fad35: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:03.505 595 917 I ImeTracker: com.github.se.polyfit:941fad35: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:03.509 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:03.513 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:03.514 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:03.514 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:03.514 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:03.603 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:03.780 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6a86fad
05-21 14:03:03.781 595 612 W InputManager-JNI: Input channel object '836076d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:04.021 848 966 D EGL_emulation: app_time_stats: avg=12.67ms min=1.08ms max=70.54ms count=51
05-21 14:03:04.117 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:04.117 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsOverviewScaffold')) && (TestTag = 'TopBar'); position: 0; useUnmergedTree: false.
05-21 14:03:04.127 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:04.127 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsOverviewScaffold')) && (TestTag = 'GenerateBox'); position: 0; useUnmergedTree: false.
05-21 14:03:04.129 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:04.129 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsOverviewScaffold')) && (TestTag = 'FloatingButton'); position: 0; useUnmergedTree: false.
05-21 14:03:04.133 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:04.133 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'IngredientsOverviewScaffold')) && (TestTag = 'ListProductColumn'); position: 0; useUnmergedTree: false.
05-21 14:03:04.146 848 904 D SplashScreenView: Build android.window.SplashScreenView{2870a42 V.E...... ......ID 0,0-0,0}
05-21 14:03:04.146 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:04.146 848 904 D SplashScreenView: Branding: view: android.view.View{9abaa53 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:04.169 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:04.177 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f70359b in: PAUSED
05-21 14:03:04.186 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@f70359b
05-21 14:03:04.243 6276 6287 W System : A resource failed to call release.
05-21 14:03:04.243 6276 6287 W System : A resource failed to call release.
05-21 14:03:04.243 6276 6287 W System : A resource failed to call release.
05-21 14:03:04.243 6276 6287 W System : A resource failed to call release.
05-21 14:03:04.243 6276 6287 W System : A resource failed to call release.
05-21 14:03:04.243 6276 6287 W System : A resource failed to call release.
05-21 14:03:04.269 848 966 D EGL_emulation: app_time_stats: avg=111.60ms min=2.74ms max=584.50ms count=12
05-21 14:03:04.276 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:04.368 1829 1861 I earchbox:search: Background young concurrent copying GC freed 56899(5647KB) AllocSpace objects, 1009(18MB) LOS objects, 8% free, 242MB/265MB, paused 5.354ms,26us total 49.304ms
05-21 14:03:04.463 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:04.465 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +321ms
05-21 14:03:04.506 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:04.514 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=375, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@1f53663
05-21 14:03:04.528 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:04.528 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:04.528 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:04.528 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:04.530 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:04.603 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:04.607 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:04.610 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:04.665 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:75580ec6: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:04.666 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:75580ec6: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:04.668 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:04.670 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:04.670 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:04.670 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:04.672 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:04.716 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f70359b in: STOPPED
05-21 14:03:04.732 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@f70359b
05-21 14:03:04.774 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@f70359b in: DESTROYED
05-21 14:03:04.774 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:04.775 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9fcdeb9
05-21 14:03:04.794 595 693 W InputManager-JNI: Input channel object '510caa com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:04.811 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@9324208]
05-21 14:03:04.812 9128 9160 I TestRunner: finished: displays_ingredients_overview(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
2.99 s
passeddisplays_tree
-
05-21 14:03:04.818 9128 9160 I TestRunner: started: displays_tree(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:03:04.824 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3153bbb]
05-21 14:03:04.833 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@94dfc45
05-21 14:03:04.841 595 2208 W InputManager-JNI: Input channel object 'dc28698 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:04.848 6276 9670 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a440 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:04.850 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:04.873 848 904 D SplashScreenView: Build android.window.SplashScreenView{7bf7d95 V.E...... ......ID 0,0-0,0}
05-21 14:03:04.873 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:04.873 848 904 D SplashScreenView: Branding: view: android.view.View{b0a0eaa G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:04.916 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:04.917 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c73195c0-c31c-4c20-b40d-541c58b7df70
05-21 14:03:04.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ac4c4081-92bc-4635-8efe-978fa1e8195c
05-21 14:03:04.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25b9e8a1-2f6f-4cd5-9356-cb31fdf52325
05-21 14:03:04.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ccb040fd-d482-46a1-8869-172c69140d88
05-21 14:03:04.918 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93fa3071-5fe6-4957-a83f-f1ce90c3d9fc
05-21 14:03:04.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b9f0716-c39d-453a-a4e7-c3f04f490627
05-21 14:03:04.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3fe5158b-f248-46cf-9cde-6d3bb422b126
05-21 14:03:04.919 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cfd748b9-3045-48c8-afaa-80da1e944cbf
05-21 14:03:04.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 05f0a169-1ce9-43d7-852e-1c0e73a8ffc3
05-21 14:03:04.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 40fe2069-4f85-4822-8824-3429b4486fb6
05-21 14:03:04.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff7242f8-475d-4e08-af5c-5e5614ebf574
05-21 14:03:04.920 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d2e40e06-1dd9-466a-9e53-878841b1070a
05-21 14:03:04.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a21088b2-44d8-4d70-bdb5-5e98e4c7bf5c
05-21 14:03:04.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98f1eeb7-655d-44a0-9633-1251198617a3
05-21 14:03:04.921 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a4450c5-8bae-4bbd-a9a5-05b332f442c4
05-21 14:03:04.924 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6818d80b-5170-45c6-ab93-dab478193abc
05-21 14:03:04.924 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 052ce302-021d-4dc2-b038-278caa4315cf
05-21 14:03:04.925 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62894b00-e766-4c96-af57-6cec084e4f18
05-21 14:03:04.925 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cb6b2bfd-69dc-4b3c-b053-762055a1e2dc
05-21 14:03:04.925 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e28a6a13-1381-4bf8-8f16-e7de5c6faad0
05-21 14:03:04.925 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70ff1d33-9163-4315-b06b-acbe72697e44
05-21 14:03:04.925 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5c48285f-fa8b-4bb8-b5cd-9e1f83e1fb22
05-21 14:03:04.925 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2305a09c-e5ba-4dcb-9738-349863911200
05-21 14:03:04.925 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0e33452-bea6-42d3-8c82-cd7cb12237bd
05-21 14:03:04.926 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1bfa7584-da5d-4caf-ab5e-606e5c83131c
05-21 14:03:04.926 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b47dfe0-a9fb-48a3-8ea9-3f2dd25a5456
05-21 14:03:04.928 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 17a23a56-84df-45b3-a0e9-1e61f2f2eba9
05-21 14:03:04.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b66f1f3c-9605-41f4-a8bc-d612597e014b
05-21 14:03:04.929 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 23cca263-be71-4cd5-91fa-cf5a7bea9169
05-21 14:03:04.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1479c6aa-f004-4785-bea4-9e69aa9c64ff
05-21 14:03:04.938 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 57156dd3-c8a2-4946-a59f-00338d1b0ef2
05-21 14:03:04.939 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9973261d-0af7-40f4-86cc-67de81fa35dc
05-21 14:03:04.940 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:04.940 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dd13e181-5192-42f0-8cd1-f97537fa9f48
05-21 14:03:04.941 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:04.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d26deb4a-1749-4463-b5f7-ef780fee7bbd
05-21 14:03:04.941 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d1747786-c50c-4d48-93cd-1d3912ecf7fc
05-21 14:03:04.944 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:04.944 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c2d84fb9-8c50-41ef-9d4f-db8b598f0118
05-21 14:03:04.944 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a25727cd-5089-4592-a0c2-211bb4240171
05-21 14:03:04.950 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:04.950 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0422d891-48f2-4948-bd7b-6624c152e68f
05-21 14:03:04.950 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cf8ef561-92e9-47a9-96af-f1fa86c80059
05-21 14:03:04.950 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4e2aa7cf-e7a2-49ce-9fe5-4cdf2353373b
05-21 14:03:04.950 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=3c21484d-2a01-43ad-ac92-fe644ed87271,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 280a84a3-e71c-44d1-bc90-86c3b201b3f2
05-21 14:03:04.952 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 368267, 0, CUJ=J
05-21 14:03:04.953 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 368267, 0, CUJ=J
05-21 14:03:04.953 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 368267, CUJ=J
05-21 14:03:04.953 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 368303, 98842181, CUJ=J
05-21 14:03:04.953 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 368361, 0, CUJ=J
05-21 14:03:04.953 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 368361, 0, CUJ=J
05-21 14:03:04.953 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 368361, CUJ=J
05-21 14:03:04.953 848 903 W FrameTracker: Missed App frame:UNKNOWN: 328, 368420, 0, CUJ=J
05-21 14:03:04.954 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 368420, CUJ=J
05-21 14:03:04.954 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 368465, 146333159, CUJ=J
05-21 14:03:05.055 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@648effa in: PRE_ON_CREATE
05-21 14:03:05.056 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:05.075 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:05.076 1728 2211 E HwDetectorWithState: a: 3
05-21 14:03:05.081 848 966 D EGL_emulation: app_time_stats: avg=31.49ms min=3.25ms max=105.91ms count=30
05-21 14:03:05.096 1829 1861 I earchbox:search: Background young concurrent copying GC freed 195928(6102KB) AllocSpace objects, 643(11MB) LOS objects, 5% free, 249MB/265MB, paused 164us,167us total 143.321ms
05-21 14:03:05.515 848 966 D EGL_emulation: app_time_stats: avg=94.65ms min=10.72ms max=534.92ms count=13
05-21 14:03:05.597 1829 1861 I earchbox:search: Background concurrent copying GC freed 254456(14MB) AllocSpace objects, 1776(32MB) LOS objects, 8% free, 252MB/276MB, paused 303us,32us total 364.400ms
05-21 14:03:05.647 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@648effa in: CREATED
05-21 14:03:05.658 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@648effa
05-21 14:03:05.670 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@648effa in: STARTED
05-21 14:03:05.681 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@648effa
05-21 14:03:05.725 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@648effa in: RESUMED
05-21 14:03:05.734 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@648effa
05-21 14:03:05.876 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:05.878 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s17ms
05-21 14:03:05.937 595 2208 I ImeTracker: com.github.se.polyfit:4169cf1f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:05.937 595 2208 I ImeTracker: com.github.se.polyfit:4169cf1f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:05.940 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:05.945 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:05.946 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:05.946 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:05.948 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:05.951 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:05.952 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6f4e51
05-21 14:03:05.957 595 693 W InputManager-JNI: Input channel object '586a7ba com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:05.966 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:541182aa: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:05.967 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:541182aa: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:06.086 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:06.116 848 966 D EGL_emulation: app_time_stats: avg=19.00ms min=1.44ms max=118.81ms count=44
05-21 14:03:06.178 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e75e11
05-21 14:03:06.179 595 693 W InputManager-JNI: Input channel object '37c54b1 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:06.675 9128 9160 I abc : printAllNode Printing with useUnmergedTree = 'true'
05-21 14:03:06.675 9128 9160 I abc : Node #5674 at (l=0.0, t=66.0, r=1080.0, b=2154.0)px
05-21 14:03:06.675 9128 9160 I abc : |-Node #5675 at (l=0.0, t=66.0, r=1080.0, b=2154.0)px, Tag: 'IngredientsOverviewScaffold'
05-21 14:03:06.675 9128 9160 I abc : IsTraversalGroup = 'true'
05-21 14:03:06.675 9128 9160 I abc : |-Node #5698 at (l=0.0, t=242.0, r=1080.0, b=1902.0)px, Tag: 'ListProductColumn'
05-21 14:03:06.675 9128 9160 I abc : | IsTraversalGroup = 'true'
05-21 14:03:06.675 9128 9160 I abc : | VerticalScrollAxisRange = 'ScrollAxisRange(value=0.0, maxValue=0.0, reverseScrolling=false)'
05-21 14:03:06.675 9128 9160 I abc : | CollectionInfo = 'androidx.compose.ui.semantics.CollectionInfo@e1f02cc'
05-21 14:03:06.675 9128 9160 I abc : | Actions = [IndexForKey, ScrollBy, ScrollToIndex]
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5700 at (l=152.0, t=264.0, r=928.0, b=683.0)px, Tag: 'ProductCard'
05-21 14:03:06.675 9128 9160 I abc : | IsTraversalGroup = 'true'
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5702 at (l=240.0, t=286.0, r=436.0, b=376.0)px, Tag: 'ProductName'
05-21 14:03:06.675 9128 9160 I abc : | | Text = '[Apple]'
05-21 14:03:06.675 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5703 at (l=152.0, t=398.0, r=928.0, b=455.0)px, Tag: 'ServingSize'
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5704 at (l=196.0, t=404.0, r=402.0, b=449.0)px, Tag: 'TextIngredient'
05-21 14:03:06.675 9128 9160 I abc : | | | Text = '[Serving Size]'
05-21 14:03:06.675 9128 9160 I abc : | | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5705 at (l=791.0, t=404.0, r=884.0, b=449.0)px, Tag: 'TextIngredientValue'
05-21 14:03:06.675 9128 9160 I abc : | | Text = '[100 g]'
05-21 14:03:06.675 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5706 at (l=152.0, t=455.0, r=928.0, b=512.0)px, Tag: 'calories'
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5707 at (l=196.0, t=461.0, r=332.0, b=506.0)px, Tag: 'TextIngredient'
05-21 14:03:06.675 9128 9160 I abc : | | | Text = '[Calories]'
05-21 14:03:06.675 9128 9160 I abc : | | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5708 at (l=765.0, t=461.0, r=884.0, b=506.0)px, Tag: 'TextIngredientValue'
05-21 14:03:06.675 9128 9160 I abc : | | Text = '[52 kcal]'
05-21 14:03:06.675 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5709 at (l=152.0, t=512.0, r=928.0, b=569.0)px, Tag: 'carbs'
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5710 at (l=196.0, t=518.0, r=294.0, b=563.0)px, Tag: 'TextIngredient'
05-21 14:03:06.675 9128 9160 I abc : | | | Text = '[Carbs]'
05-21 14:03:06.675 9128 9160 I abc : | | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5711 at (l=812.0, t=518.0, r=884.0, b=563.0)px, Tag: 'TextIngredientValue'
05-21 14:03:06.675 9128 9160 I abc : | | Text = '[14 g]'
05-21 14:03:06.675 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5712 at (l=152.0, t=569.0, r=928.0, b=626.0)px, Tag: 'fat'
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5713 at (l=196.0, t=575.0, r=249.0, b=620.0)px, Tag: 'TextIngredient'
05-21 14:03:06.675 9128 9160 I abc : | | | Text = '[Fat]'
05-21 14:03:06.675 9128 9160 I abc : | | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5714 at (l=833.0, t=575.0, r=884.0, b=620.0)px, Tag: 'TextIngredientValue'
05-21 14:03:06.675 9128 9160 I abc : | | Text = '[0 g]'
05-21 14:03:06.675 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5715 at (l=152.0, t=626.0, r=928.0, b=683.0)px, Tag: 'Protein'
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5716 at (l=196.0, t=632.0, r=315.0, b=677.0)px, Tag: 'TextIngredient'
05-21 14:03:06.675 9128 9160 I abc : | | Text = '[Protein]'
05-21 14:03:06.675 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5717 at (l=833.0, t=632.0, r=884.0, b=677.0)px, Tag: 'TextIngredientValue'
05-21 14:03:06.675 9128 9160 I abc : | Text = '[0 g]'
05-21 14:03:06.675 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : |-Node #5678 at (l=0.0, t=66.0, r=1080.0, b=242.0)px, Tag: 'TopBar'
05-21 14:03:06.675 9128 9160 I abc : | IsTraversalGroup = 'true'
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5681 at (l=22.0, t=99.0, r=132.0, b=209.0)px, Tag: 'BackButton'
05-21 14:03:06.675 9128 9160 I abc : | | Role = 'Button'
05-21 14:03:06.675 9128 9160 I abc : | | Focused = 'false'
05-21 14:03:06.675 9128 9160 I abc : | | Actions = [OnClick, RequestFocus]
05-21 14:03:06.675 9128 9160 I abc : | | MergeDescendants = 'true'
05-21 14:03:06.675 9128 9160 I abc : | | |-Node #5682 at (l=44.0, t=121.0, r=110.0, b=187.0)px, Tag: 'BackButtonIcon'
05-21 14:03:06.675 9128 9160 I abc : | | ContentDescription = '[Back]'
05-21 14:03:06.675 9128 9160 I abc : | | Role = 'Image'
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5684 at (l=154.0, t=108.0, r=423.0, b=199.0)px, Tag: 'Product Title'
05-21 14:03:06.675 9128 9160 I abc : | Text = '[Product]'
05-21 14:03:06.675 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : |-Node #5693 at (l=0.0, t=1902.0, r=1080.0, b=2154.0)px, Tag: 'GenerateBox'
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5694 at (l=362.0, t=1946.0, r=719.0, b=2110.0)px, Tag: 'GenerateButton'
05-21 14:03:06.675 9128 9160 I abc : | Focused = 'false'
05-21 14:03:06.675 9128 9160 I abc : | Role = 'Button'
05-21 14:03:06.675 9128 9160 I abc : | Actions = [OnClick, RequestFocus]
05-21 14:03:06.675 9128 9160 I abc : | MergeDescendants = 'true'
05-21 14:03:06.675 9128 9160 I abc : | |-Node #5696 at (l=428.0, t=1968.0, r=653.0, b=2088.0)px
05-21 14:03:06.675 9128 9160 I abc : | Text = '[Generate
05-21 14:03:06.675 9128 9160 I abc : Recipe]'
05-21 14:03:06.675 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:06.675 9128 9160 I abc : |-Node #5689 at (l=882.0, t=1704.0, r=1036.0, b=1858.0)px, Tag: 'FloatingButton'
05-21 14:03:06.675 9128 9160 I abc : Focused = 'false'
05-21 14:03:06.675 9128 9160 I abc : Role = 'Button'
05-21 14:03:06.675 9128 9160 I abc : Actions = [OnClick, RequestFocus]
05-21 14:03:06.675 9128 9160 I abc : MergeDescendants = 'true'
05-21 14:03:06.675 9128 9160 I abc : |-Node #5691 at (l=915.0, t=1737.0, r=1003.0, b=1825.0)px, Tag: 'AddIcon'
05-21 14:03:06.675 9128 9160 I abc : ContentDescription = '[Add Icon]'
05-21 14:03:06.675 9128 9160 I abc : Role = 'Image'
05-21 14:03:06.694 848 904 D SplashScreenView: Build android.window.SplashScreenView{9876b57 V.E...... ......ID 0,0-0,0}
05-21 14:03:06.694 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:06.694 848 904 D SplashScreenView: Branding: view: android.view.View{da76644 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:06.721 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:06.730 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@648effa in: PAUSED
05-21 14:03:06.748 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@648effa
05-21 14:03:06.864 1829 1861 I earchbox:search: Background young concurrent copying GC freed 58922(5871KB) AllocSpace objects, 1043(19MB) LOS objects, 8% free, 243MB/266MB, paused 645us,116us total 118.932ms
05-21 14:03:06.873 848 966 D EGL_emulation: app_time_stats: avg=92.09ms min=1.95ms max=720.83ms count=14
05-21 14:03:06.883 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:06.928 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 118910(5102KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 17MB/34MB, paused 601us,55us total 151.054ms
05-21 14:03:07.109 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:07.112 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +426ms
05-21 14:03:07.116 848 966 D EGL_emulation: app_time_stats: avg=15.86ms min=1.20ms max=69.98ms count=53
05-21 14:03:07.242 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:07.243 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:07.243 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:07.292 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:07.295 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=379, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@59a49ee
05-21 14:03:07.315 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:07.315 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:07.315 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:07.316 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:07.319 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d40f4108-8ef5-4601-bd50-124ecf458363
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 222ba593-1375-437c-ac4b-601ec14da8c7
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79407def-84d9-41e9-8804-c6caa4971b66
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d18006a-1bd3-470e-a0d2-b02db306a549
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 119f9c3b-97d7-4b46-ad0a-0eae42bd3646
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 817a251c-5445-4253-8250-70d110870045
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bada6c2e-cf51-4bf0-b4f5-f4d54806a2ca
05-21 14:03:07.336 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98382881-26e4-4276-a43c-f148e7399dca
05-21 14:03:07.337 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a85140dd-9d97-4009-9369-204d0efe8afc
05-21 14:03:07.337 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fb26b4c8-1721-447b-ab31-70d8c5cd1375
05-21 14:03:07.337 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6561cad-7597-45a1-af53-d70b87a7fa66
05-21 14:03:07.337 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f4c1e0cb-f7e1-4a1d-92cf-4200cc1abe41
05-21 14:03:07.337 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d887bea4-2733-4a3a-9668-deee39baac7e
05-21 14:03:07.337 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c47ee82b-9f7e-4b39-99ef-fb0bbe4cc25b
05-21 14:03:07.338 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bfce46db-6403-4ec2-b08c-6a7cdaabbac1
05-21 14:03:07.338 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb415066-2a48-4b4f-bd85-52f9812a3124
05-21 14:03:07.338 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a55ca5d-8d25-47ec-9a4b-08f032feaf22
05-21 14:03:07.338 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f9537bff-09a1-4b38-b8e0-beaeb8c45b1a
05-21 14:03:07.338 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 054d9a40-e401-41c1-8477-840ee7dba4be
05-21 14:03:07.338 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6f07894-5c09-4c56-b104-4bcfda1d1c79
05-21 14:03:07.338 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef92404c-7c59-4927-9eac-58824a0f72cd
05-21 14:03:07.340 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 561c806e-5cda-4126-b7b3-6c7cda35ad27
05-21 14:03:07.341 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 39e7c273-08dc-40a8-ba55-1c6cf861867a
05-21 14:03:07.341 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a29efed8-d57d-42fa-a718-75b93e914c95
05-21 14:03:07.341 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b1d1a43-950f-4249-b9e6-70b4be3ec500
05-21 14:03:07.341 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a30c7f07-d505-475b-8424-0caca0bc1348
05-21 14:03:07.341 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4379cca4-68be-448e-be58-bb38656a7e73
05-21 14:03:07.341 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df1a6aac-69d7-484b-b5f7-1846eb61ecc3
05-21 14:03:07.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ee51a1a-c54c-4a20-ba94-0cf7f76ffe4b
05-21 14:03:07.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 12600c68-4f9b-4cc9-a958-305c8a9a2a99
05-21 14:03:07.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f221b303-9cb1-41da-9f50-43e2004d088d
05-21 14:03:07.342 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1eaecb3a-5f1b-497c-b5ef-5c4a03f48af8
05-21 14:03:07.343 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:07.343 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5a31fbd8-adba-492a-b474-a60acd5dfb14
05-21 14:03:07.343 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:07.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: be04cc47-8e2e-47d0-a9fe-5e64c193c738
05-21 14:03:07.344 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 551e26c6-6707-4b4e-92f5-ee8e9a9d4f0f
05-21 14:03:07.344 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761acb0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:07.345 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:03:07.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cb85ec57-64e2-4590-9bff-5dcaf0eb8d24
05-21 14:03:07.345 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3776dbbb-a7ea-43c8-b083-0c34f5a3b32e
05-21 14:03:07.346 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 14:03:07.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f2730200-dc53-46b9-95d4-03062e8b048e
05-21 14:03:07.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f0f5e222-eba3-412b-9d9c-38601cf9c17a
05-21 14:03:07.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ea2675cd-8585-4ad2-b5a8-f84d62daf295
05-21 14:03:07.347 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=d043405b-8f66-4c7c-8530-991212284c1e,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: da7a11b6-cefb-47e1-ba0c-0d8192da4734
05-21 14:03:07.349 1585 1714 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
05-21 14:03:07.391 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:bfc5913c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:07.391 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:bfc5913c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:07.399 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:07.401 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:07.415 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:07.416 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:07.417 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:07.552 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c22b0ae
05-21 14:03:07.556 595 2208 W InputManager-JNI: Input channel object '68247fb Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:07.564 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@648effa in: STOPPED
05-21 14:03:07.615 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@648effa
05-21 14:03:07.705 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@648effa in: DESTROYED
05-21 14:03:07.706 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:07.707 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e886150
05-21 14:03:07.768 595 613 W InputManager-JNI: Input channel object '8a6fa1e com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:07.800 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3153bbb]
05-21 14:03:07.803 9128 9160 I TestRunner: finished: displays_tree(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
2.84 s
passednavigates_forward
-
05-21 14:03:07.809 9128 9160 I TestRunner: started: navigates_forward(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:03:07.827 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:03:07.850 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@71c15a7]
05-21 14:03:07.854 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@15705f2
05-21 14:03:07.864 595 693 W InputManager-JNI: Input channel object '9508465 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:07.883 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:07.919 848 904 D SplashScreenView: Build android.window.SplashScreenView{4bce65 V.E...... ......ID 0,0-0,0}
05-21 14:03:07.919 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:07.919 848 904 D SplashScreenView: Branding: view: android.view.View{47d73a G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:07.936 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:08.017 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c764d16 in: PRE_ON_CREATE
05-21 14:03:08.018 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:08.036 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:08.046 1728 2287 E HwDetectorWithState: a: 3
05-21 14:03:08.135 848 966 D EGL_emulation: app_time_stats: avg=35.45ms min=6.12ms max=209.11ms count=25
05-21 14:03:08.181 595 693 D WifiNl80211Manager: Scan result ready event
05-21 14:03:08.181 595 693 D WifiNative: Scan result ready event
05-21 14:03:08.372 1829 1861 I earchbox:search: Background concurrent copying GC freed 389506(15MB) AllocSpace objects, 1257(23MB) LOS objects, 8% free, 255MB/279MB, paused 489us,54us total 912.200ms
05-21 14:03:08.503 848 966 D EGL_emulation: app_time_stats: avg=120.10ms min=6.52ms max=722.17ms count=13
05-21 14:03:08.700 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c764d16 in: CREATED
05-21 14:03:08.710 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@c764d16
05-21 14:03:08.722 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c764d16 in: STARTED
05-21 14:03:08.732 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@c764d16
05-21 14:03:08.773 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c764d16 in: RESUMED
05-21 14:03:08.784 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@c764d16
05-21 14:03:08.898 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:08.901 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s1ms
05-21 14:03:08.957 595 693 I ImeTracker: com.github.se.polyfit:b7db9de2: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:08.958 595 693 I ImeTracker: com.github.se.polyfit:b7db9de2: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:08.963 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:08.965 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:08.965 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:08.965 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:08.965 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:08.965 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:08.968 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:dd88a438: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:08.968 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:dd88a438: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:09.188 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:09.200 848 966 D EGL_emulation: app_time_stats: avg=16.17ms min=0.95ms max=91.34ms count=50
05-21 14:03:09.214 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@32febe1
05-21 14:03:09.216 595 693 W InputManager-JNI: Input channel object '4639333 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:09.543 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:09.543 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'GenerateBox')) && (TestTag = 'GenerateButton'); position: 0; useUnmergedTree: false.
05-21 14:03:09.549 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:09.549 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'GenerateBox')) && (TestTag = 'GenerateButton'); position: 0; useUnmergedTree: false.
05-21 14:03:09.552 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:03:09.552 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'GenerateBox')) && (TestTag = 'GenerateButton'); position: 0; useUnmergedTree: false.
05-21 14:03:09.560 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:03:09.560 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'GenerateBox')) && (TestTag = 'GenerateButton'); position: 0; useUnmergedTree: false.
05-21 14:03:09.709 848 904 D SplashScreenView: Build android.window.SplashScreenView{d26a666 V.E...... ......ID 0,0-0,0}
05-21 14:03:09.709 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:09.709 848 904 D SplashScreenView: Branding: view: android.view.View{90c1da7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:09.753 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:09.790 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c764d16 in: PAUSED
05-21 14:03:09.809 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@c764d16
05-21 14:03:09.929 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:09.950 848 966 D EGL_emulation: app_time_stats: avg=98.83ms min=1.84ms max=775.55ms count=14
05-21 14:03:09.961 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:09.961 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 716e3d1a-822b-4b9b-a805-1021216a394a
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab68020d-a88f-4da0-b644-e74783d39925
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 43888b99-e863-421f-9af4-43780e92d1b9
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 50b4724e-196c-4fff-82e9-5191d9e696ee
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 384e5b51-4dcb-4539-a48b-4b57295f8988
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 85fe6342-3240-4cf7-b183-d382309f2bfa
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: be267f7b-bf4f-498b-be3f-bcb97b0ba631
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e00aaf40-c5ec-43e5-b819-2996d5196abe
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce2ec58d-e5d7-4c98-9038-ad5f03df45cc
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 963015cc-eb08-4308-897d-b0ee0e026da9
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ce4c4fa-eec3-4171-9c6b-eb1fd318ba8c
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 51984700-4a02-4571-8afe-e2779918e9d7
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0923a3a1-360b-47f7-985c-11a691a40c2e
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b4dd92f-d665-42ef-933f-63fe0d99a65a
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cea28630-ff8b-4bed-bc78-4594ae3989c9
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dacf1d87-24eb-4edd-9c32-7898f6f31cc6
05-21 14:03:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29a99ab0-d82a-4a4d-94ec-eaa3a3460a34
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62a58ddc-0156-47d1-a834-850fef0858a6
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d325635-7ce0-46a3-bea0-bdcebf7db5f8
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 434b7f1c-b58d-49c9-a54b-b39306cd4a49
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd7ba04b-9504-4fd2-8864-ae43657248d3
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0679fb49-aae6-4995-bce0-d539fa1dcdae
05-21 14:03:09.963 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616390 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5de4f85f-c83c-4886-8370-99f978441482
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 80e67cf8-2cba-4369-98f2-e0f1032f2dc5
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6c9cca4a-4ef4-41f8-8d68-437f09d3af44
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 884ac2f9-56df-416d-95d7-ea4587f474b4
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4a9b0e9-40b4-42d9-882e-1491191cbe03
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5479b746-254a-4520-9bcc-92951b1d1e89
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54b44c25-ee8a-4cb2-af07-97b8c8845a89
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d26c8ea6-38a2-4cae-87a8-bb5ad67c66fa
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 63010f28-34d5-4c68-838d-e379e7feb81c
05-21 14:03:09.963 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0ed2636e-f3ce-4bfc-8669-2a2b4890d3f3
05-21 14:03:09.964 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:09.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cc7bb1f0-3135-4866-ad66-dad9ca00a9fe
05-21 14:03:09.964 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:09.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d2bfa1af-85e1-447f-b6a0-c1c4af0e73cd
05-21 14:03:09.964 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7e7275e3-400b-4286-92d7-e8f0f4e9ac03
05-21 14:03:09.965 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:09.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7ca33373-9446-4c93-977b-4a6a0e3a1867
05-21 14:03:09.965 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b60ec481-b795-4edd-97d0-5e63bf08a090
05-21 14:03:09.967 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:09.967 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e8a3179e-67be-4223-a3ac-12f69299ea47
05-21 14:03:09.967 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8f044d65-5b06-4bc2-8b22-92b15a12bace
05-21 14:03:09.967 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8ecb307b-7ba1-4dc7-93e6-90d424b3efdc
05-21 14:03:09.967 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=d818a3ec-c48b-49a4-8cee-b21f323796eb,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aafc0043-62fb-4dc6-93de-94683a21bd32
05-21 14:03:09.995 6276 6287 W System : A resource failed to call release.
05-21 14:03:09.995 6276 6287 W System : A resource failed to call release.
05-21 14:03:09.995 6276 6287 W System : A resource failed to call release.
05-21 14:03:09.995 6276 6287 W System : A resource failed to call release.
05-21 14:03:09.995 6276 6287 W System : A resource failed to call release.
05-21 14:03:09.995 6276 6287 W System : A resource failed to call release.
05-21 14:03:10.123 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:10.127 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +424ms
05-21 14:03:10.151 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:10.162 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=383, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@c0b1ab2
05-21 14:03:10.172 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:10.172 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:10.172 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:10.172 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:10.174 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:10.227 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:10.228 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:10.228 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:10.234 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:03:10.254 848 966 D EGL_emulation: app_time_stats: avg=16.84ms min=1.30ms max=106.03ms count=50
05-21 14:03:10.315 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:1cfbf5b4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:10.317 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:1cfbf5b4: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:10.320 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:10.323 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:10.323 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:10.324 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:10.324 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:10.334 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7697220 (UnprojectedRipple) with handle 0x751367621250
05-21 14:03:10.447 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c764d16 in: STOPPED
05-21 14:03:10.474 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@c764d16
05-21 14:03:10.539 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@c764d16 in: DESTROYED
05-21 14:03:10.547 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:10.549 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c93ad11
05-21 14:03:10.590 595 612 W InputManager-JNI: Input channel object 'ae15a95 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:10.594 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d7fb4f9
05-21 14:03:10.610 595 2208 W InputManager-JNI: Input channel object '21b1998 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:10.664 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@71c15a7]
05-21 14:03:10.666 9128 9160 I TestRunner: finished: navigates_forward(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
2.84 s
passeddisplays_floating_action_button
-
05-21 14:03:10.670 9128 9160 I TestRunner: started: displays_floating_action_button(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:03:10.677 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@c43145f]
05-21 14:03:10.704 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:10.724 848 904 D SplashScreenView: Build android.window.SplashScreenView{f2dc113 V.E...... ......ID 0,0-0,0}
05-21 14:03:10.724 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:10.724 848 904 D SplashScreenView: Branding: view: android.view.View{f012f50 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:10.725 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6f2e0a1
05-21 14:03:10.730 595 2208 W InputManager-JNI: Input channel object 'fc702ba com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:10.752 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:10.780 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1f689ae in: PRE_ON_CREATE
05-21 14:03:10.781 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:10.836 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197121(6176KB) AllocSpace objects, 661(12MB) LOS objects, 4% free, 252MB/265MB, paused 744us,85us total 127.125ms
05-21 14:03:10.842 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:10.843 1728 2211 E HwDetectorWithState: a: 3
05-21 14:03:11.258 848 966 D EGL_emulation: app_time_stats: avg=22.92ms min=1.36ms max=149.97ms count=35
05-21 14:03:11.303 848 966 D EGL_emulation: app_time_stats: avg=121.31ms min=10.72ms max=660.96ms count=11
05-21 14:03:11.353 1829 1861 I earchbox:search: Background concurrent copying GC freed 261073(16MB) AllocSpace objects, 1824(33MB) LOS objects, 8% free, 251MB/275MB, paused 108us,43us total 426.526ms
05-21 14:03:11.390 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1f689ae in: CREATED
05-21 14:03:11.407 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@1f689ae
05-21 14:03:11.427 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1f689ae in: STARTED
05-21 14:03:11.444 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@1f689ae
05-21 14:03:11.516 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1f689ae in: RESUMED
05-21 14:03:11.534 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@1f689ae
05-21 14:03:11.675 595 608 I system_server: NativeAlloc concurrent copying GC freed 177121(5371KB) AllocSpace objects, 4(80KB) LOS objects, 44% free, 30MB/54MB, paused 536us,155us total 167.242ms
05-21 14:03:11.710 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:11.712 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +995ms
05-21 14:03:11.767 595 2208 I ImeTracker: com.github.se.polyfit:6af951d2: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:11.767 595 2208 I ImeTracker: com.github.se.polyfit:6af951d2: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:11.771 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:11.772 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:11.773 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:11.773 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:11.774 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:11.778 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:11.780 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:53c93d6c: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:11.780 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:53c93d6c: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:12.011 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:12.029 1829 1861 I earchbox:search: Background young concurrent copying GC freed 59929(5982KB) AllocSpace objects, 1054(19MB) LOS objects, 8% free, 243MB/266MB, paused 291us,33us total 100.644ms
05-21 14:03:12.042 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a1a515a
05-21 14:03:12.047 595 2208 W InputManager-JNI: Input channel object 'd2291ed Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:12.272 848 966 D EGL_emulation: app_time_stats: avg=16.18ms min=1.47ms max=108.71ms count=48
05-21 14:03:12.582 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:12.582 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'FloatingButton'; position: 0; useUnmergedTree: false.
05-21 14:03:12.597 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:12.597 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'FloatingButton'; position: 0; useUnmergedTree: false.
05-21 14:03:12.631 848 904 D SplashScreenView: Build android.window.SplashScreenView{e73286 V.E...... ......ID 0,0-0,0}
05-21 14:03:12.631 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:12.631 848 904 D SplashScreenView: Branding: view: android.view.View{d798747 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:12.652 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:12.665 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1f689ae in: PAUSED
05-21 14:03:12.680 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@1f689ae
05-21 14:03:12.774 1829 1861 I earchbox:search: Background concurrent copying GC freed 116388(11MB) AllocSpace objects, 2054(37MB) LOS objects, 8% free, 251MB/275MB, paused 189us,93us total 529.826ms
05-21 14:03:12.783 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:12.786 848 966 D EGL_emulation: app_time_stats: avg=100.79ms min=5.11ms max=800.71ms count=14
05-21 14:03:12.967 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:12.972 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +357ms
05-21 14:03:13.122 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:13.123 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:13.123 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:13.169 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:13.174 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=387, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@533c67d
05-21 14:03:13.211 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:13.211 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:13.211 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:13.211 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:13.214 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:13.255 1829 1861 I earchbox:search: Background young concurrent copying GC freed 81906(7530KB) AllocSpace objects, 1475(27MB) LOS objects, 8% free, 244MB/268MB, paused 237us,67us total 117.984ms
05-21 14:03:13.312 848 966 D EGL_emulation: app_time_stats: avg=20.95ms min=1.09ms max=91.20ms count=42
05-21 14:03:13.319 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@af3f112
05-21 14:03:13.321 595 613 W InputManager-JNI: Input channel object 'b9346fb Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:13.333 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:a7e068a3: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:13.333 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:a7e068a3: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:13.362 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:13.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:13.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:13.363 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:13.364 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:13.366 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1f689ae in: STOPPED
05-21 14:03:13.370 848 903 W FrameTracker: Missed App frame:JANK_APP_DEADLINE_MISSED, 375690, 0, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 375690, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 375719, 77405239, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 375719, 77405239, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 375784, 0, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 375784, 0, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 375784, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 375851, 0, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 375851, 0, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 375851, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 375931, 122173546, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 375931, 122173546, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missed App frame:UNKNOWN: 328, 375984, 0, CUJ=J
05-21 14:03:13.370 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 375984, CUJ=J
05-21 14:03:13.384 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@1f689ae
05-21 14:03:13.425 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@1f689ae in: DESTROYED
05-21 14:03:13.426 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:13.433 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@bd2b7a4
05-21 14:03:13.470 595 613 W InputManager-JNI: Input channel object '45aae15 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:13.516 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@c43145f]
05-21 14:03:13.518 9128 9160 I TestRunner: finished: displays_floating_action_button(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
2.39 s
passeddisplayListProducts
-
05-21 14:03:13.521 9128 9160 I TestRunner: started: displayListProducts(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:03:13.528 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@c74b105]
05-21 14:03:13.557 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:13.575 848 904 D SplashScreenView: Build android.window.SplashScreenView{e86b617 V.E...... ......ID 0,0-0,0}
05-21 14:03:13.575 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:13.575 848 904 D SplashScreenView: Branding: view: android.view.View{7a0ba04 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:13.649 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6cd94ac in: PRE_ON_CREATE
05-21 14:03:13.650 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:13.707 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:13.708 1728 2287 E HwDetectorWithState: a: 3
05-21 14:03:13.803 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fc5f0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:13.806 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:13.806 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 504ef763-29f3-47cf-94fd-fe132119a8e8
05-21 14:03:13.806 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc83e222-e9d8-409f-8228-c8563640f286
05-21 14:03:13.806 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e09786b6-09e7-4f00-86da-f07566b16384
05-21 14:03:13.806 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ef4f0d7-9797-4e0b-9c6f-0ba89263d4e2
05-21 14:03:13.806 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1292576e-b0ad-4f42-9d2c-37f910481f30
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d8ac51f-bb2d-4fd3-8260-45c61dc962ff
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb0fc24f-2094-4593-9915-7ae19c10d2a3
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62664307-008f-488c-821b-b02ebf49ca0f
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1296b238-d563-4bbc-941a-d6efde4c5fc9
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 462a6c54-dc4e-4572-bd51-943f01fa4287
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 687a3cda-58e3-4bac-8482-f3f80e3ff5c5
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8f254664-2cc4-48e8-9bd9-bcd778a9f71f
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 27da31c5-9c1e-4f86-8f1d-ec9a30837ec5
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 775fb664-0ef4-42bb-9f9f-8e6769c2bbe8
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df6caf46-1e4b-4985-89ed-f564a1ebd01e
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3477268-e060-4cd6-a970-b882cbc5faea
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 968c6f6c-ee1e-430c-b0d8-b505ec82eaaa
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1922acb7-3002-42af-ac38-cd360c1c9a3f
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e7045ed0-680e-441e-834a-4786e4709c8c
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33da3d7f-c42d-49b6-95cf-5d903dc5e96a
05-21 14:03:13.807 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52456c61-0ea9-4ba9-8e7a-72cbac8a3a88
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc2b7cfe-ff12-4596-b8c8-1108366087d5
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d9e652a7-865b-4e20-b363-07ff0c3cb525
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd124a67-5963-4758-87ff-e7c9031363f5
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbf4bc91-f037-4e85-8c45-03c67749f4ef
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f44214a9-5ef4-45ec-a832-31f51b3cdf58
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: abc12f00-0ebe-43fe-8f19-19b6bda4bfd9
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 140a2892-e771-480c-90cd-926b305fe658
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09b9e18d-b6e0-4d8e-ba58-e7185a2805ee
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 540c2589-54db-4f5b-b001-ad2fc50cb7a1
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 68cc2f9d-1d39-4608-aebb-6ae745be8cf7
05-21 14:03:13.808 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dcf4f60f-c0df-4577-8754-669af0ff0eab
05-21 14:03:13.811 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:13.812 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5dcfc790-23ef-4197-8d91-8e5da64a8d13
05-21 14:03:13.815 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:13.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1a521a6f-843f-4ce4-aab7-35eed2bed23d
05-21 14:03:13.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ba2f0795-fb14-47a0-ab47-446036e24968
05-21 14:03:13.815 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:13.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cfb18412-68fa-409f-b918-bd015617137c
05-21 14:03:13.815 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 534337ec-2be0-4224-9669-4dfcef1aad60
05-21 14:03:13.816 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:13.816 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4d4cfc97-3fad-4165-a572-a1f9c9358640
05-21 14:03:13.816 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 45a4acf0-f165-4106-8534-bc28a49b91db
05-21 14:03:13.816 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7ec8956a-efd5-40be-bf14-99338e6fc679
05-21 14:03:13.816 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=7b59c419-5b1e-4893-8420-36f7a3bf3ea6,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c33494cf-d748-4e58-9b99-541e72078c29
05-21 14:03:14.164 848 966 D EGL_emulation: app_time_stats: avg=91.62ms min=3.10ms max=594.60ms count=14
05-21 14:03:14.315 848 966 D EGL_emulation: app_time_stats: avg=25.40ms min=2.19ms max=208.83ms count=34
05-21 14:03:14.323 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6cd94ac in: CREATED
05-21 14:03:14.332 1829 1861 I earchbox:search: Background concurrent copying GC freed 416586(17MB) AllocSpace objects, 1804(33MB) LOS objects, 8% free, 257MB/281MB, paused 234us,33us total 653.906ms
05-21 14:03:14.334 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@6cd94ac
05-21 14:03:14.348 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6cd94ac in: STARTED
05-21 14:03:14.360 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@6cd94ac
05-21 14:03:14.402 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6cd94ac in: RESUMED
05-21 14:03:14.415 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@6cd94ac
05-21 14:03:14.520 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:14.525 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +954ms
05-21 14:03:14.541 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2c0c702
05-21 14:03:14.542 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:45b461db: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:14.544 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:14.545 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:45b461db: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:14.547 595 2431 W InputManager-JNI: Input channel object 'aa3b03a com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:14.588 595 1558 I ImeTracker: com.github.se.polyfit:d05263ca: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:14.588 595 1558 I ImeTracker: com.github.se.polyfit:d05263ca: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:14.589 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:14.590 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:14.590 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:14.590 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:14.591 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:14.674 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:14.839 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@41b666e
05-21 14:03:14.840 595 1558 W InputManager-JNI: Input channel object '3823397 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:15.144 9128 9160 I abc : printAllNode2 Printing with useUnmergedTree = 'true'
05-21 14:03:15.144 9128 9160 I abc : Node #5806 at (l=0.0, t=66.0, r=864.0, b=529.0)px
05-21 14:03:15.144 9128 9160 I abc : |-Node #5807 at (l=0.0, t=66.0, r=864.0, b=529.0)px, Tag: 'ListProductColumn'
05-21 14:03:15.144 9128 9160 I abc : IsTraversalGroup = 'true'
05-21 14:03:15.144 9128 9160 I abc : VerticalScrollAxisRange = 'ScrollAxisRange(value=0.0, maxValue=0.0, reverseScrolling=false)'
05-21 14:03:15.144 9128 9160 I abc : CollectionInfo = 'androidx.compose.ui.semantics.CollectionInfo@3342325'
05-21 14:03:15.144 9128 9160 I abc : Actions = [IndexForKey, ScrollBy, ScrollToIndex]
05-21 14:03:15.144 9128 9160 I abc : |-Node #5809 at (l=44.0, t=88.0, r=820.0, b=507.0)px, Tag: 'ProductCard'
05-21 14:03:15.144 9128 9160 I abc : IsTraversalGroup = 'true'
05-21 14:03:15.144 9128 9160 I abc : |-Node #5811 at (l=132.0, t=110.0, r=328.0, b=200.0)px, Tag: 'ProductName'
05-21 14:03:15.144 9128 9160 I abc : | Text = '[Apple]'
05-21 14:03:15.144 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : |-Node #5812 at (l=44.0, t=222.0, r=820.0, b=279.0)px, Tag: 'ServingSize'
05-21 14:03:15.144 9128 9160 I abc : | |-Node #5813 at (l=88.0, t=228.0, r=294.0, b=273.0)px, Tag: 'TextIngredient'
05-21 14:03:15.144 9128 9160 I abc : | | Text = '[Serving Size]'
05-21 14:03:15.144 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : | |-Node #5814 at (l=683.0, t=228.0, r=776.0, b=273.0)px, Tag: 'TextIngredientValue'
05-21 14:03:15.144 9128 9160 I abc : | Text = '[100 g]'
05-21 14:03:15.144 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : |-Node #5815 at (l=44.0, t=279.0, r=820.0, b=336.0)px, Tag: 'calories'
05-21 14:03:15.144 9128 9160 I abc : | |-Node #5816 at (l=88.0, t=285.0, r=224.0, b=330.0)px, Tag: 'TextIngredient'
05-21 14:03:15.144 9128 9160 I abc : | | Text = '[Calories]'
05-21 14:03:15.144 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : | |-Node #5817 at (l=657.0, t=285.0, r=776.0, b=330.0)px, Tag: 'TextIngredientValue'
05-21 14:03:15.144 9128 9160 I abc : | Text = '[52 kcal]'
05-21 14:03:15.144 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : |-Node #5818 at (l=44.0, t=336.0, r=820.0, b=393.0)px, Tag: 'carbs'
05-21 14:03:15.144 9128 9160 I abc : | |-Node #5819 at (l=88.0, t=342.0, r=186.0, b=387.0)px, Tag: 'TextIngredient'
05-21 14:03:15.144 9128 9160 I abc : | | Text = '[Carbs]'
05-21 14:03:15.144 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : | |-Node #5820 at (l=704.0, t=342.0, r=776.0, b=387.0)px, Tag: 'TextIngredientValue'
05-21 14:03:15.144 9128 9160 I abc : | Text = '[14 g]'
05-21 14:03:15.144 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : |-Node #5821 at (l=44.0, t=393.0, r=820.0, b=450.0)px, Tag: 'fat'
05-21 14:03:15.144 9128 9160 I abc : | |-Node #5822 at (l=88.0, t=399.0, r=141.0, b=444.0)px, Tag: 'TextIngredient'
05-21 14:03:15.144 9128 9160 I abc : | | Text = '[Fat]'
05-21 14:03:15.144 9128 9160 I abc : | | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : | |-Node #5823 at (l=725.0, t=399.0, r=776.0, b=444.0)px, Tag: 'TextIngredientValue'
05-21 14:03:15.144 9128 9160 I abc : | Text = '[0 g]'
05-21 14:03:15.144 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : |-Node #5824 at (l=44.0, t=450.0, r=820.0, b=507.0)px, Tag: 'Protein'
05-21 14:03:15.144 9128 9160 I abc : |-Node #5825 at (l=88.0, t=456.0, r=207.0, b=501.0)px, Tag: 'TextIngredient'
05-21 14:03:15.144 9128 9160 I abc : | Text = '[Protein]'
05-21 14:03:15.144 9128 9160 I abc : | Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.144 9128 9160 I abc : |-Node #5826 at (l=725.0, t=456.0, r=776.0, b=501.0)px, Tag: 'TextIngredientValue'
05-21 14:03:15.144 9128 9160 I abc : Text = '[0 g]'
05-21 14:03:15.144 9128 9160 I abc : Actions = [SetTextSubstitution, ShowTextSubstitution, ClearTextSubstitution, GetTextLayoutResult]
05-21 14:03:15.147 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:15.147 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ListProductColumn')) && (TestTag = 'ProductCard'); position: 0; useUnmergedTree: false.
05-21 14:03:15.149 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.149 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ListProductColumn')) && (TestTag = 'ProductCard'); position: 0; useUnmergedTree: false.
05-21 14:03:15.151 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.151 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ProductCard')) && (TestTag = 'ProductName'); position: 0; useUnmergedTree: false.
05-21 14:03:15.152 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.152 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ProductCard')) && (TestTag = 'ProductName'); position: 0; useUnmergedTree: false.
05-21 14:03:15.156 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.156 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ProductCard')) && (TestTag = 'ServingSize'); position: 0; useUnmergedTree: false.
05-21 14:03:15.158 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.158 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ServingSize')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.160 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.160 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ServingSize')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.162 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.162 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ServingSize')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.163 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.163 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ServingSize')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.165 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.165 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ServingSize')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.166 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.166 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ProductCard')) && (TestTag = 'calories'); position: 0; useUnmergedTree: false.
05-21 14:03:15.168 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.168 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'calories')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.170 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.170 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'calories')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.173 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.173 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'calories')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.176 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.176 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'calories')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.178 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.178 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'calories')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.181 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.181 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ProductCard')) && (TestTag = 'carbs'); position: 0; useUnmergedTree: false.
05-21 14:03:15.183 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.183 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'carbs')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.184 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.184 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'carbs')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.187 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.187 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'carbs')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.190 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.190 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'carbs')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.192 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.192 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'carbs')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.195 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.195 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ProductCard')) && (TestTag = 'fat'); position: 0; useUnmergedTree: false.
05-21 14:03:15.197 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.197 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'fat')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.199 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.199 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'fat')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.201 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.201 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'fat')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.205 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.205 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'fat')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.208 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.208 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'fat')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.225 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.225 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ProductCard')) && (TestTag = 'Protein'); position: 0; useUnmergedTree: false.
05-21 14:03:15.227 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.227 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Protein')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.230 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.230 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Protein')) && (TestTag = 'TextIngredient'); position: 0; useUnmergedTree: false.
05-21 14:03:15.232 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:15.232 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Protein')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.234 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.234 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Protein')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.235 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:15.235 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'Protein')) && (TestTag = 'TextIngredientValue'); position: 0; useUnmergedTree: false.
05-21 14:03:15.247 848 904 D SplashScreenView: Build android.window.SplashScreenView{199c1fc V.E...... ......ID 0,0-0,0}
05-21 14:03:15.247 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:15.247 848 904 D SplashScreenView: Branding: view: android.view.View{c7a9085 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:15.270 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:15.273 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6cd94ac in: PAUSED
05-21 14:03:15.283 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@6cd94ac
05-21 14:03:15.320 848 966 D EGL_emulation: app_time_stats: avg=19.07ms min=5.28ms max=104.18ms count=48
05-21 14:03:15.365 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:15.519 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:15.533 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=391, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@75e30f7
05-21 14:03:15.547 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:15.547 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:15.547 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:15.547 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:15.548 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:15.614 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:15.616 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:15.617 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:15.677 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:fdf76eb7: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:15.678 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:fdf76eb7: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:15.686 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:15.687 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:15.687 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:15.687 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:15.688 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:15.690 848 966 D EGL_emulation: app_time_stats: avg=108.92ms min=8.88ms max=906.69ms count=14
05-21 14:03:15.720 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6cd94ac in: STOPPED
05-21 14:03:15.735 6276 6287 W System : A resource failed to call release.
05-21 14:03:15.736 6276 6287 W System : A resource failed to call release.
05-21 14:03:15.736 6276 6287 W System : A resource failed to call release.
05-21 14:03:15.737 6276 6287 W System : A resource failed to call release.
05-21 14:03:15.737 6276 6287 W System : A resource failed to call release.
05-21 14:03:15.737 6276 6287 W System : A resource failed to call release.
05-21 14:03:15.742 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@6cd94ac
05-21 14:03:15.817 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@6cd94ac in: DESTROYED
05-21 14:03:15.820 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:15.822 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@95d3512
05-21 14:03:15.849 595 613 W InputManager-JNI: Input channel object '3401f20 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:15.890 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@c74b105]
05-21 14:03:15.899 9128 9160 I TestRunner: finished: displayListProducts(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
2.89 s
passeddisplays_top
-
05-21 14:03:15.908 9128 9160 I TestRunner: started: displays_top(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:03:15.918 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@39176d6]
05-21 14:03:15.942 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:16.064 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e4c8261 in: PRE_ON_CREATE
05-21 14:03:16.065 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:16.075 848 904 D SplashScreenView: Build android.window.SplashScreenView{34fb8db V.E...... ......ID 0,0-0,0}
05-21 14:03:16.075 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:16.075 848 904 D SplashScreenView: Branding: view: android.view.View{7a69f78 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:16.083 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@dbee0e7
05-21 14:03:16.091 595 1609 W InputManager-JNI: Input channel object 'bc21ac Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:16.111 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:16.113 1728 2211 E HwDetectorWithState: a: 3
05-21 14:03:16.159 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760f220 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:16.182 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:16.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4d4b3979-9cc6-47d8-87bf-f315daa52e69
05-21 14:03:16.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d746030-f847-479b-9a01-3672104ff615
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b32ebb22-40d7-4034-8af0-b3b8bce67dfd
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09ee8c6f-17cb-46e6-b1f6-774e03957c18
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df8b3cfe-da15-469f-97a9-fbb3919a062a
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0769c204-b730-4e6b-9c36-cf9b2a913d07
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ddebfaf-b715-42e9-9c5e-4a81b7ec8f41
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 056edbe0-94a2-4d34-b94e-8ac83098b83a
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b8f38e6-f556-4833-a364-0521fbe748c1
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf89afc3-2b14-440d-9f80-42cb61ee5b76
05-21 14:03:16.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 915aae56-8d6d-4ef1-b74b-3b8f55e0cd78
05-21 14:03:16.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6bb9da1b-fadd-4686-b957-52f0bcc7f51a
05-21 14:03:16.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 13550612-79e7-44d8-b11e-7ff3c8a53514
05-21 14:03:16.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ae48304b-060e-429d-8ecb-9d3b18243d42
05-21 14:03:16.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 503b1262-1225-41ee-9476-d91e4116b691
05-21 14:03:16.184 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 81cb7fa3-dfa0-4cae-accb-7a438946286c
05-21 14:03:16.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ef3ee4a-d4f9-4802-9989-3b2c28d407dd
05-21 14:03:16.185 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cda20ad7-9578-4c46-a604-de08ce585dce
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f590ab35-ea91-4b53-ae21-4d8d71456cab
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e284aed0-6aca-4222-91fd-e4173fe50066
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8deb1bfc-b7bd-44be-8ee5-405f46412f27
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3beefa1b-92e1-4287-b4f7-47b162675a77
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 11a6535e-b752-4972-8a9d-0b8c66191f23
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ee223e40-05db-4216-8486-f750457365c0
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa575160-a7e6-4b66-98d7-9eb99c524f2d
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3361c99c-a68c-4a0e-b09d-054acfff0370
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e8bb1ddc-4487-4c7b-bee5-bf208624db71
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ef06dbf-19fc-42ba-af45-c6c9ca80d70e
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 10212d15-1841-4277-a5f0-7f42a231f18f
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc364bf8-f277-4eca-b4f6-3a120f24345a
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c44be8e0-4441-4ad3-97a9-ee675927af8b
05-21 14:03:16.186 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e2d005f5-f1f4-41ba-b99a-1a0038376452
05-21 14:03:16.187 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:16.187 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: da36625f-0e60-41a9-8f17-d51dcbcc0857
05-21 14:03:16.188 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:16.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6ea8332a-a236-4fb2-9d2c-3d1ed8526793
05-21 14:03:16.188 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 947f2fa5-d5e0-4660-9ec5-cc247fe196b0
05-21 14:03:16.191 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:16.191 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 407f08a9-5b24-4648-971a-518fe23011a9
05-21 14:03:16.191 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8d2b26e1-0d54-4bc3-9536-76e9b8c3dfff
05-21 14:03:16.192 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:16.192 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3d869fc9-7a9c-4cdb-be4e-35d69de060de
05-21 14:03:16.192 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aecffc1c-4942-4ec2-a691-8ce7189fa638
05-21 14:03:16.192 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f5404f84-860b-4af6-ad67-da5a202cbb5d
05-21 14:03:16.192 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=99f0ec2c-7baa-425e-b3b2-0b3afb01c192,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7b4ed73a-9af6-442d-ae88-110678bc2969
05-21 14:03:16.324 848 966 D EGL_emulation: app_time_stats: avg=32.54ms min=1.83ms max=206.02ms count=27
05-21 14:03:16.746 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e4c8261 in: CREATED
05-21 14:03:16.766 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@e4c8261
05-21 14:03:16.786 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e4c8261 in: STARTED
05-21 14:03:16.801 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@e4c8261
05-21 14:03:16.868 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e4c8261 in: RESUMED
05-21 14:03:16.886 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@e4c8261
05-21 14:03:17.048 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:17.051 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s96ms
05-21 14:03:17.072 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:17.075 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3b4f55f
05-21 14:03:17.081 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d21894b0: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:17.084 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:d21894b0: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:17.085 595 2431 W InputManager-JNI: Input channel object 'cf5ee5 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:17.122 595 2208 I ImeTracker: com.github.se.polyfit:b05bc11e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:17.122 595 2208 I ImeTracker: com.github.se.polyfit:b05bc11e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:17.126 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:17.134 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:17.135 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:17.135 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:17.135 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:17.140 848 966 D EGL_emulation: app_time_stats: avg=97.74ms min=4.71ms max=476.98ms count=14
05-21 14:03:17.248 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:17.390 848 966 D EGL_emulation: app_time_stats: avg=23.99ms min=1.20ms max=286.45ms count=34
05-21 14:03:17.419 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a8707b7
05-21 14:03:17.422 595 2431 W InputManager-JNI: Input channel object 'a8f4741 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:17.744 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:03:17.766 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 595968(20MB) AllocSpace objects, 16(832KB) LOS objects, 34% free, 39MB/60MB, paused 11.681ms,80us total 124.697ms
05-21 14:03:17.904 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:17.904 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TopBar'; position: 0; useUnmergedTree: false.
05-21 14:03:17.914 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:17.914 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'TopBar'; position: 0; useUnmergedTree: false.
05-21 14:03:17.919 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:17.919 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:17.926 9128 10429 I OpenGLRenderer: Davey! duration=726ms; Flags=0, FrameTimelineVsyncId=379270, IntendedVsync=7569905579141, Vsync=7570205579129, InputEventId=0, HandleInputStart=7570220118319, AnimationStart=7570220133577, PerformTraversalsStart=7570220136703, DrawStart=7570605083617, FrameDeadline=7569922245807, FrameInterval=7570219667036, FrameStartTime=16666666, SyncQueued=7570617849985, SyncStart=7570618113930, IssueDrawCommandsStart=7570618584685, SwapBuffers=7570620090588, FrameCompleted=7570632830550, DequeueBufferDuration=22482, QueueBufferDuration=381699, GpuCompleted=7570620090588, SwapBuffersCompleted=7570632830550, DisplayPresentTime=0, CommandSubmissionCompleted=7570620090588,
05-21 14:03:17.930 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:03:17.930 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:17.937 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:17.937 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Product Title'); position: 0; useUnmergedTree: false.
05-21 14:03:17.944 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:03:17.944 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Product Title'); position: 0; useUnmergedTree: false.
05-21 14:03:17.968 848 904 D SplashScreenView: Build android.window.SplashScreenView{f201f6d V.E...... ......ID 0,0-0,0}
05-21 14:03:17.968 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:17.968 848 904 D SplashScreenView: Branding: view: android.view.View{58ec7a2 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:17.986 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:18.011 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e4c8261 in: PAUSED
05-21 14:03:18.030 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@e4c8261
05-21 14:03:18.148 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:18.168 848 966 D EGL_emulation: app_time_stats: avg=171.35ms min=27.66ms max=408.06ms count=6
05-21 14:03:18.316 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:18.321 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +363ms
05-21 14:03:18.365 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:18.368 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=395, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@1a90548
05-21 14:03:18.406 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:18.408 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:18.408 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:18.409 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:18.418 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:18.470 848 966 D EGL_emulation: app_time_stats: avg=16.16ms min=3.83ms max=98.26ms count=53
05-21 14:03:18.473 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:18.476 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:18.502 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:18.578 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:6b033a7d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:18.578 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:6b033a7d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:18.606 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:18.608 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:18.608 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:18.608 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:18.609 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:18.648 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e4c8261 in: STOPPED
05-21 14:03:18.665 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@e4c8261
05-21 14:03:18.717 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@e4c8261 in: DESTROYED
05-21 14:03:18.719 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:18.724 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f34122f
05-21 14:03:18.762 595 612 W InputManager-JNI: Input channel object '7c8660f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:18.786 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@39176d6]
05-21 14:03:18.788 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@50f571c
05-21 14:03:18.789 9128 9160 I TestRunner: finished: displays_top(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
2.64 s
passednavigates_back_when_top_bar_is_clicked
-
05-21 14:03:18.794 9128 9160 I TestRunner: started: navigates_back_when_top_bar_is_clicked(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
05-21 14:03:18.794 595 613 W InputManager-JNI: Input channel object 'fc482e8 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:18.800 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@10a8014]
05-21 14:03:18.820 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:18.839 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 380110, 82679459, CUJ=J
05-21 14:03:18.839 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 380110, 82679459, CUJ=J
05-21 14:03:18.839 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 380125, 0, CUJ=J
05-21 14:03:18.839 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 380125, 0, CUJ=J
05-21 14:03:18.839 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 380125, CUJ=J
05-21 14:03:18.839 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 380205, 127276438, CUJ=J
05-21 14:03:18.839 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 380271, 0, CUJ=J
05-21 14:03:18.839 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 380271, 0, CUJ=J
05-21 14:03:18.839 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 380271, CUJ=J
05-21 14:03:18.840 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 380317, 0, CUJ=J
05-21 14:03:18.840 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 380317, 0, CUJ=J
05-21 14:03:18.840 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 380317, CUJ=J
05-21 14:03:18.840 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 380355, 135205833, CUJ=J
05-21 14:03:18.840 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 380355, 135205833, CUJ=J
05-21 14:03:18.844 848 904 D SplashScreenView: Build android.window.SplashScreenView{74921fe V.E...... ......ID 0,0-0,0}
05-21 14:03:18.844 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:18.844 848 904 D SplashScreenView: Branding: view: android.view.View{af30d5f G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:18.939 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74cdb57 in: PRE_ON_CREATE
05-21 14:03:18.942 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:19.000 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:19.000 1728 2287 E HwDetectorWithState: a: 3
05-21 14:03:19.421 848 966 D EGL_emulation: app_time_stats: avg=88.92ms min=6.26ms max=593.53ms count=13
05-21 14:03:19.444 6276 6290 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f2ed0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:19.444 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8112b703-97ea-47ec-b426-421fea6134f3
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a5b95316-a523-4fd0-8d13-9c69e5d070ea
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d5ef7eb5-1ef4-4831-9cb9-eaa4665145ed
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 777f886e-9127-4f3f-9b43-630ccb2badb8
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffef68a2-c056-47e7-beb3-b9fabdd99b2f
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2d78f0c5-c6f6-470f-984b-f9a142bd6ab5
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6791fa89-d89d-49bf-a2e5-5841cc67a567
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 96c4b554-1434-4eaf-83ab-0302b02dd31d
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7af3a2c1-932c-4926-baf2-6f2e060bf9db
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf84598e-be91-4c23-bbb4-e7f54c44cafb
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 15509d7d-3307-43f4-8182-b53537112071
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc3df209-e118-4371-9cd4-531ba7981b89
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 030240be-7fbf-4b4a-a710-bec7df5b632e
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ae161e3-6fd2-4f6d-a744-7c854707676f
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26178d86-9fbe-4144-8888-2909406fa032
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 40c96135-5068-46d2-af92-8931f6fe748e
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dff649c2-5f8d-4270-95db-7ce9fe5b72f9
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc7fd0fb-a6c9-437b-bd4d-a702195eb398
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34d6c337-8005-46ae-9acf-c8e0edb0a2ad
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f91d037-6e85-4071-9d01-82b1cda423a7
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc2fd36f-7948-4f05-91ba-e6dd52fba0b7
05-21 14:03:19.445 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 276f25db-164f-4f56-be33-07db419bc7b2
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 05a5c0b5-d1cf-4964-97d5-93f6831d8fe1
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 005bc62f-d65e-45df-90ac-06a97c021fb2
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b4a3d3e8-3c57-474d-b951-217abdb8ce3c
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7797b1b7-6786-4351-a715-a4a6377f61e1
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 63c3e17a-0c7b-4197-9364-3d2c6ec8d125
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 77f73a61-8e1b-41f2-9112-f924a2f36fe6
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d2eab37f-4a1e-4e65-a7d3-a8258824b439
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9efc411b-cd26-434f-b6c1-b50ccbd5e91d
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8c73e511-0499-4235-aa26-37452831b8b9
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2df33356-9771-4e5b-8eb4-f3679a5de784
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bb42cf8e-9ec6-44fb-ae1f-1ac63ca7c775
05-21 14:03:19.446 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:19.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 219eb86e-5f63-4ae7-a5fd-4bb4460139ec
05-21 14:03:19.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 456008f4-55ec-4a82-bf7c-762387c503b4
05-21 14:03:19.447 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:03:19.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e50f98fc-b5bc-4b49-a26f-deea58648b57
05-21 14:03:19.447 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a14b2533-be36-40cd-a4d9-5521d37f759a
05-21 14:03:19.448 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:19.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b1771a8f-81be-44f1-b025-bd8f52921d51
05-21 14:03:19.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: baf9fb51-8f11-4b9a-8f03-10f367bcab23
05-21 14:03:19.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 22cbf597-c31d-4ade-bb12-e5405b76a022
05-21 14:03:19.448 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=9ffb0c94-14dc-4992-8691-2a8f23102f53,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ddb3f37a-2c7a-42c0-ab7d-84002b6a4bf2
05-21 14:03:19.480 1829 1861 I earchbox:search: Background concurrent copying GC freed 368991(13MB) AllocSpace objects, 916(16MB) LOS objects, 8% free, 248MB/272MB, paused 497us,56us total 750.757ms
05-21 14:03:19.480 848 966 D EGL_emulation: app_time_stats: avg=23.85ms min=1.23ms max=160.57ms count=34
05-21 14:03:19.631 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74cdb57 in: CREATED
05-21 14:03:19.642 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@74cdb57
05-21 14:03:19.655 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74cdb57 in: STARTED
05-21 14:03:19.665 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@74cdb57
05-21 14:03:19.724 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74cdb57 in: RESUMED
05-21 14:03:19.744 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@74cdb57
05-21 14:03:19.899 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:19.912 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s61ms
05-21 14:03:19.955 595 612 I ImeTracker: com.github.se.polyfit:577627c5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:19.956 595 612 I ImeTracker: com.github.se.polyfit:577627c5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:19.958 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:19.959 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:19.959 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:19.959 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:19.960 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:19.971 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@905c8
05-21 14:03:19.985 595 613 W InputManager-JNI: Input channel object '275b57e com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:19.985 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:19.985 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d48a2219: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:19.985 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d48a2219: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:20.114 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:20.213 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cb666f1
05-21 14:03:20.214 595 693 W InputManager-JNI: Input channel object 'b9081a7 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:20.454 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:03:20.454 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:20.463 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:20.463 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:20.466 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:03:20.466 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:20.468 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:03:20.468 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:20.487 848 966 D EGL_emulation: app_time_stats: avg=14.77ms min=0.93ms max=79.97ms count=49
05-21 14:03:20.662 848 904 D SplashScreenView: Build android.window.SplashScreenView{8bf1436 V.E...... ......ID 0,0-0,0}
05-21 14:03:20.662 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:20.662 848 904 D SplashScreenView: Branding: view: android.view.View{9483f37 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:20.686 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:20.722 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74cdb57 in: PAUSED
05-21 14:03:20.740 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@74cdb57
05-21 14:03:20.820 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:20.839 848 966 D EGL_emulation: app_time_stats: avg=96.32ms min=3.70ms max=702.02ms count=14
05-21 14:03:21.138 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:21.140 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:21.140 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:21.150 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:21.160 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=399, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@e093a08
05-21 14:03:21.183 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:21.183 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:21.183 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:21.183 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:21.185 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:21.238 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d75e47e0 (UnprojectedRipple) with handle 0x75136764fa20
05-21 14:03:21.240 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:66ae3b3b: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:21.240 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:66ae3b3b: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:21.243 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:21.246 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:21.247 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:21.247 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:21.248 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:21.294 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 28606(4186KB) AllocSpace objects, 22(408KB) LOS objects, 49% free, 6517KB/12MB, paused 5.441ms,18us total 82.472ms
05-21 14:03:21.295 6276 6287 W System : A resource failed to call release.
05-21 14:03:21.295 6276 6287 W System : A resource failed to call release.
05-21 14:03:21.295 6276 6287 W System : A resource failed to call release.
05-21 14:03:21.295 6276 6287 W System : A resource failed to call release.
05-21 14:03:21.295 6276 6287 W System : A resource failed to call release.
05-21 14:03:21.295 6276 6287 W System : A resource failed to call release.
05-21 14:03:21.330 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74cdb57 in: STOPPED
05-21 14:03:21.346 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@74cdb57
05-21 14:03:21.389 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@74cdb57 in: DESTROYED
05-21 14:03:21.390 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:21.393 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@da8ae36
05-21 14:03:21.410 595 612 W InputManager-JNI: Input channel object '18b04ee com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:21.439 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@10a8014]
05-21 14:03:21.443 9128 9160 I TestRunner: finished: navigates_back_when_top_bar_is_clicked(com.github.se.polyfit.ui.screen.IngredientsOverviewTest)
-
17.72 s
com.github.se.polyfit.ui.screen.NutritionalInfoTest
-
2.51 s
passedtopBarDisplayed
-
05-21 14:03:49.972 9128 9160 I TestRunner: started: topBarDisplayed(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
05-21 14:03:49.996 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f429327
05-21 14:03:49.998 595 1609 W InputManager-JNI: Input channel object '22cd298 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:50.054 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@b343541]
05-21 14:03:50.076 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:50.098 848 966 D EGL_emulation: app_time_stats: avg=257.10ms min=2.96ms max=11610.06ms count=48
05-21 14:03:50.124 848 904 D SplashScreenView: Build android.window.SplashScreenView{b692e93 V.E...... ......ID 0,0-0,0}
05-21 14:03:50.124 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:50.124 848 904 D SplashScreenView: Branding: view: android.view.View{abced0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:50.154 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:50.200 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@33e495d
05-21 14:03:50.205 595 957 W InputManager-JNI: Input channel object 'c25139d com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:50.224 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf11758 in: PRE_ON_CREATE
05-21 14:03:50.225 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:50.243 1829 1861 I earchbox:search: Background young concurrent copying GC freed 200481(6743KB) AllocSpace objects, 686(12MB) LOS objects, 4% free, 254MB/265MB, paused 401us,80us total 209.191ms
05-21 14:03:50.266 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:50.269 1728 2211 E HwDetectorWithState: a: 3
05-21 14:03:50.402 595 608 I system_server: NativeAlloc concurrent copying GC freed 207645(6644KB) AllocSpace objects, 22(440KB) LOS objects, 43% free, 31MB/55MB, paused 352us,47us total 186.880ms
05-21 14:03:50.589 848 966 D EGL_emulation: app_time_stats: avg=75.30ms min=1.75ms max=594.98ms count=14
05-21 14:03:50.786 1829 1861 I earchbox:search: Background concurrent copying GC freed 249828(15MB) AllocSpace objects, 1616(29MB) LOS objects, 8% free, 253MB/277MB, paused 126us,22us total 446.434ms
05-21 14:03:50.812 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf11758 in: CREATED
05-21 14:03:50.821 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@bf11758
05-21 14:03:50.833 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf11758 in: STARTED
05-21 14:03:50.843 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@bf11758
05-21 14:03:50.891 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf11758 in: RESUMED
05-21 14:03:50.900 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@bf11758
05-21 14:03:50.995 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:50.996 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +906ms
05-21 14:03:51.036 595 2208 I ImeTracker: com.github.se.polyfit:40652730: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:51.036 595 2208 I ImeTracker: com.github.se.polyfit:40652730: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:51.040 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:51.042 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:51.042 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:51.042 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:51.043 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:51.048 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:51.050 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:babe2106: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:51.050 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:babe2106: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:51.053 9128 9160 W SurfaceComposerClient: Sync transaction timed out waiting for commit callback.
05-21 14:03:51.142 848 966 D EGL_emulation: app_time_stats: avg=14.71ms min=0.95ms max=60.67ms count=48
05-21 14:03:51.222 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:51.315 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7ee20ef
05-21 14:03:51.318 595 1609 W InputManager-JNI: Input channel object 'bc93970 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:51.614 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:51.614 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 14:03:51.633 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:03:51.633 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'Title'); position: 0; useUnmergedTree: false.
05-21 14:03:51.640 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:51.640 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:51.646 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:03:51.646 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:51.651 9128 9160 I KASPRESSO: Operation: Check=ASSERT_CONTENT_DESCRIPTION_EQUALS(description={null}).
05-21 14:03:51.651 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:51.658 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:03:51.658 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'BackButton'); position: 0; useUnmergedTree: false.
05-21 14:03:51.774 848 904 D SplashScreenView: Build android.window.SplashScreenView{dde345c V.E...... ......ID 0,0-0,0}
05-21 14:03:51.774 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:51.774 848 904 D SplashScreenView: Branding: view: android.view.View{6b88365 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:51.802 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:51.834 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf11758 in: PAUSED
05-21 14:03:51.847 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@bf11758
05-21 14:03:51.931 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:51.934 848 966 D EGL_emulation: app_time_stats: avg=91.07ms min=2.78ms max=659.28ms count=14
05-21 14:03:52.046 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x751367615c10 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:52.049 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:52.049 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b55471a-c161-44a6-869b-62c4ec952da9
05-21 14:03:52.049 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 261f4d19-5755-43aa-9301-7b05c2d562d7
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 338e263a-131a-4faf-836b-ea01cdd62b4b
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba2ada73-256c-4048-a3d6-ab977782812a
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 75c5e4a0-d60c-4dc1-8b66-ae7226b950f0
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a8eb46ad-c6cd-4a63-b3c2-e012051c883e
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 513e5f2a-1e72-4d2b-ad2d-c8de0837f47c
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 87c233b6-7019-48b2-b143-d10cd2568653
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e5c75568-f31d-4a4e-ab4b-d5b642a58f58
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 75b9a409-8168-4700-92b5-6b0c43e21546
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: acd5129f-2341-4ffe-a043-ea97334021b2
05-21 14:03:52.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f53c219a-0b74-4267-b215-81a5aed390b6
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2c82855a-f429-4f5f-aa59-dd317ad337b1
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f87b3f3a-1c04-4153-b681-1117eb9cf11b
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e9353a0-ffbb-45b8-a0e6-4a15cc21399e
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df66186c-dc30-41e7-b8d4-74361e6df847
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b5363bcd-d62c-4467-afa2-b6013cfd3fcf
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da6b304b-7db0-4796-be9c-d0bef9f99afb
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a4671d8-cb92-40a8-93cd-6945427f81c8
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9cc24995-da90-4662-80c4-c5f04b2ef515
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fbe84f85-6707-4413-ae72-e30c6e5e382e
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef0f0ea7-6613-46a6-9284-8f4e20dec1d0
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 13b87a88-4fdc-484c-8290-36482752d042
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1411a43c-9714-4a28-8d80-5e0676587004
05-21 14:03:52.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bd44e52d-c0a3-4b6c-a1d2-27a95c5f08a3
05-21 14:03:52.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4911a5cf-ea92-4e6e-919a-35ceaaafd063
05-21 14:03:52.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2569302-134b-404b-826e-b70acbc0ccff
05-21 14:03:52.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c67497ad-289c-4928-983d-edc1c71120fc
05-21 14:03:52.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 09782101-4dcb-4724-ba25-824dc1e3064b
05-21 14:03:52.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3161375d-4bba-49fc-88e6-933ed5e409b6
05-21 14:03:52.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9188d3cf-26dc-44e6-8f8e-04737f63e4c4
05-21 14:03:52.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0e581b24-612b-4a58-bf8f-2da97bb5c2d9
05-21 14:03:52.053 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:52.053 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c973d359-70e5-4b83-8846-7af880d7deb4
05-21 14:03:52.054 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:52.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 28154668-810d-458f-9675-62aa5fcced61
05-21 14:03:52.054 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0e5904d6-aec8-483d-a956-639d6ae85ce6
05-21 14:03:52.055 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:52.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f8be30d2-84a4-4e26-b008-ffd7c33f0d5d
05-21 14:03:52.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 42fb55dc-1733-4642-b414-10a72957349e
05-21 14:03:52.056 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 14:03:52.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4dddbe58-6347-4927-be80-4a03020f6c7e
05-21 14:03:52.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: eedd9716-827f-4843-b7bc-8ed01a369338
05-21 14:03:52.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5b5c59c0-1dbf-472b-be5d-c107415a9582
05-21 14:03:52.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=d6ddfe5a-c234-421b-8011-026ae3526875,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e3df1cde-8512-47be-beb8-736b898983d6
05-21 14:03:52.119 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:52.134 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +351ms
05-21 14:03:52.164 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:52.165 848 966 D EGL_emulation: app_time_stats: avg=17.95ms min=1.16ms max=97.58ms count=47
05-21 14:03:52.169 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=411, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@4d2b30b
05-21 14:03:52.178 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:52.178 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:52.178 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:52.179 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:52.181 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:52.246 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:52.247 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:52.247 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:52.252 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:03:52.292 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d76c69c0 (UnprojectedRipple) with handle 0x75136766f610
05-21 14:03:52.305 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:aa84c399: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:52.305 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:aa84c399: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:52.326 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:52.328 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:52.328 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:52.328 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:52.329 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:52.373 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf11758 in: STOPPED
05-21 14:03:52.399 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@bf11758
05-21 14:03:52.451 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bf11758 in: DESTROYED
05-21 14:03:52.451 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:52.452 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@821462a
05-21 14:03:52.465 595 2208 W InputManager-JNI: Input channel object '5c25b91 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:52.486 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@b343541]
05-21 14:03:52.488 9128 9160 I TestRunner: finished: topBarDisplayed(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
-
2.46 s
passedaddRecipeButton
-
05-21 14:03:52.497 9128 9160 I TestRunner: started: addRecipeButton(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
05-21 14:03:52.510 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@61b6471]
05-21 14:03:52.530 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:52.542 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a0a3cc7
05-21 14:03:52.543 595 2208 W InputManager-JNI: Input channel object 'ef58c56 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:52.558 848 904 D SplashScreenView: Build android.window.SplashScreenView{62e5fd8 V.E...... ......ID 0,0-0,0}
05-21 14:03:52.558 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:52.558 848 904 D SplashScreenView: Branding: view: android.view.View{c02cf31 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:52.611 1829 1861 I earchbox:search: Background young concurrent copying GC freed 200330(6743KB) AllocSpace objects, 687(12MB) LOS objects, 5% free, 251MB/266MB, paused 171us,66us total 131.586ms
05-21 14:03:52.628 848 903 W FrameTracker: Missed App frame:UNKNOWN: 264, 390350, 0, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 390350, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 390372, 108897330, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 390372, 108897330, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 390495, 0, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 390495, 0, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 390495, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 390552, 110184675, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 390552, 110184675, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 390596, 0, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 390596, 0, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 390596, CUJ=J
05-21 14:03:52.628 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 390668, 153453946, CUJ=J
05-21 14:03:52.636 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de72148 in: PRE_ON_CREATE
05-21 14:03:52.637 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:52.709 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:52.710 1728 2287 E HwDetectorWithState: a: 3
05-21 14:03:53.070 848 966 D EGL_emulation: app_time_stats: avg=78.69ms min=2.52ms max=453.21ms count=14
05-21 14:03:53.112 1829 1861 I earchbox:search: Background concurrent copying GC freed 253080(14MB) AllocSpace objects, 1723(31MB) LOS objects, 8% free, 249MB/273MB, paused 1.355ms,47us total 409.104ms
05-21 14:03:53.180 848 966 D EGL_emulation: app_time_stats: avg=42.22ms min=4.99ms max=258.08ms count=22
05-21 14:03:53.267 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de72148 in: CREATED
05-21 14:03:53.277 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@de72148
05-21 14:03:53.288 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de72148 in: STARTED
05-21 14:03:53.298 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@de72148
05-21 14:03:53.339 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de72148 in: RESUMED
05-21 14:03:53.349 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@de72148
05-21 14:03:53.462 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:53.464 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +909ms
05-21 14:03:53.528 595 612 I ImeTracker: com.github.se.polyfit:39220aa6: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:53.528 595 612 I ImeTracker: com.github.se.polyfit:39220aa6: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:53.531 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:53.533 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:53.534 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:53.534 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:53.535 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:53.551 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:53.560 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:55d31989: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:53.560 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:55d31989: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:03:53.565 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ea91ce8
05-21 14:03:53.568 595 2208 W InputManager-JNI: Input channel object '16a3b48 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:53.754 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:53.780 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6604a33
05-21 14:03:53.782 595 2208 W InputManager-JNI: Input channel object 'ab97284 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:54.040 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:54.040 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddToDiaryButton'); position: 0; useUnmergedTree: false.
05-21 14:03:54.045 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:03:54.045 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddToDiaryButton'); position: 0; useUnmergedTree: false.
05-21 14:03:54.048 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:03:54.048 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddToDiaryButton'); position: 0; useUnmergedTree: false.
05-21 14:03:54.051 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:03:54.051 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddRecipeButton'); position: 0; useUnmergedTree: false.
05-21 14:03:54.055 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:03:54.055 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddRecipeButton'); position: 0; useUnmergedTree: false.
05-21 14:03:54.059 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:03:54.059 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddRecipeButton'); position: 0; useUnmergedTree: false.
05-21 14:03:54.063 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:03:54.063 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddRecipeButton'); position: 0; useUnmergedTree: false.
05-21 14:03:54.115 9128 9128 V Add Recipe: Clicked
05-21 14:03:54.167 848 904 D SplashScreenView: Build android.window.SplashScreenView{cd5d97c V.E...... ......ID 0,0-0,0}
05-21 14:03:54.167 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:54.167 848 904 D SplashScreenView: Branding: view: android.view.View{1399205 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:54.187 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:54.197 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de72148 in: PAUSED
05-21 14:03:54.201 848 966 D EGL_emulation: app_time_stats: avg=16.20ms min=1.15ms max=98.33ms count=49
05-21 14:03:54.214 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@de72148
05-21 14:03:54.321 848 966 D EGL_emulation: app_time_stats: avg=83.36ms min=2.71ms max=579.23ms count=14
05-21 14:03:54.328 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:54.470 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x751367614470 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:54.470 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:54.470 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3919cb88-8159-4078-8c8c-e895100d2bd5
05-21 14:03:54.471 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c57cd160-fe54-46f7-a4e4-b2193141c95e
05-21 14:03:54.471 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38e1273b-1f09-4bf9-990b-c8fe18575b8d
05-21 14:03:54.471 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2cd8133e-4177-4ccb-9cb2-d8718f2e69ea
05-21 14:03:54.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f677dacf-250f-4900-bfb8-30af20b7ca97
05-21 14:03:54.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bde20dbd-e3a7-4e0c-9c8c-dda403f18cec
05-21 14:03:54.475 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: af37b551-043e-4c04-822e-f0d4c31cbdad
05-21 14:03:54.475 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e47df7fd-ba08-4a3c-9cf5-d9e58371ebb0
05-21 14:03:54.475 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89f151e4-c2a9-4d5a-9f00-00be419118ab
05-21 14:03:54.475 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d4b246d-9b9f-43dd-8455-09c253587b3f
05-21 14:03:54.475 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 29f345e0-1c44-422a-9015-cd688655de88
05-21 14:03:54.475 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b800eae1-98d0-4ae8-bf9f-26d623a31230
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f31643d6-d6a5-4046-ad4d-0ce89206e152
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73d53a8d-dcd5-425b-8ae6-473f84c0be08
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1ccb8b01-e399-45b5-9172-ba28cbd78e03
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4137f803-f828-404a-ab4d-d2c35db3cb39
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: efd356f4-fb99-4ceb-b3c8-512bdc14f4e9
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b9a6c67-d1b7-4e4e-8611-aa3d4ae2c510
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2cc63818-b729-43a9-a1ed-3a8641fa7e1d
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d89708f-8214-4c44-a8b7-bfeb1ced9160
05-21 14:03:54.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cab8fb9e-c166-45ee-bcf0-9dda5b110caf
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41a85afb-4adf-45f5-af36-bf2dfccd2681
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9f588665-965a-437e-932e-28b15618a544
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5a3d3613-49b3-44fa-83b5-612bb7a91c21
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ce5c7a6-59be-4f1c-b4da-1521d98fc4dd
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97b7b478-26d2-473c-998e-54ff2052c6c6
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d453388a-1c4b-4c30-8810-8ae528a39f80
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07b5cb79-d205-40b1-be87-c84875121a4c
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 12b88eb5-ac33-49b9-be7d-2fb529c871e1
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 641b89c1-5959-4cfe-b49b-19d88c48c8db
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3429440a-83c2-4ef6-99d9-483086cabee2
05-21 14:03:54.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9c822786-af52-4473-9630-06e98d08d122
05-21 14:03:54.479 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:54.479 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 05c9de37-3a89-4ff2-83d8-bba74e65b000
05-21 14:03:54.479 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 14:03:54.479 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 95032b66-fd85-4b9c-8a30-4ec27116c17b
05-21 14:03:54.479 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f08279f6-dd94-4e35-8892-c9d078a43951
05-21 14:03:54.480 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:54.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 28741569-ae16-40e2-982b-a91b6cadc224
05-21 14:03:54.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3a3092a3-f89a-4e83-b278-af81255272a2
05-21 14:03:54.481 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 14:03:54.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: abe2b30f-6909-45e3-bc5e-7d2b469a701e
05-21 14:03:54.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: acb2f482-c973-4590-b897-d9e6737e41d7
05-21 14:03:54.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e84a972d-d1d6-43e0-b68c-70380480077e
05-21 14:03:54.482 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=546402c2-3a11-40ae-ae83-e4ce859b0ec4,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 037e8629-ac56-4f9d-ab3f-06b96a64c87f
05-21 14:03:54.531 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:54.537 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +380ms
05-21 14:03:54.654 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:54.655 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:54.655 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:54.699 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:54.701 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=415, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@b77e2cb
05-21 14:03:54.714 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:03:54.715 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:54.715 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:54.715 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:54.715 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:54.716 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:54.763 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d77265e0 (UnprojectedRipple) with handle 0x75136767c960
05-21 14:03:54.779 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:caaad377: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:54.779 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:caaad377: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:54.782 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:54.786 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:54.786 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:54.786 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:54.788 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:54.819 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de72148 in: STOPPED
05-21 14:03:54.846 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@de72148
05-21 14:03:54.886 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@de72148 in: DESTROYED
05-21 14:03:54.887 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:54.888 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8651168
05-21 14:03:54.889 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b19938e
05-21 14:03:54.889 595 2208 W InputManager-JNI: Input channel object '3356598 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:54.917 595 1609 W InputManager-JNI: Input channel object 'a4bb64c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:54.942 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@61b6471]
05-21 14:03:54.943 9128 9160 I TestRunner: finished: addRecipeButton(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
-
3.92 s
passedverifySuccessfulNameChange
-
05-21 14:03:54.945 9128 9160 I TestRunner: started: verifySuccessfulNameChange(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
05-21 14:03:54.966 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d4c596f]
05-21 14:03:54.995 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:55.016 848 904 D SplashScreenView: Build android.window.SplashScreenView{6dd4ef8 V.E...... ......ID 0,0-0,0}
05-21 14:03:55.016 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:55.016 848 904 D SplashScreenView: Branding: view: android.view.View{61a5fd1 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:55.089 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d6ecfe in: PRE_ON_CREATE
05-21 14:03:55.089 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:55.146 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:55.147 1728 2211 E HwDetectorWithState: a: 3
05-21 14:03:55.190 1829 1861 I earchbox:search: Background young concurrent copying GC freed 44804(4109KB) AllocSpace objects, 792(14MB) LOS objects, 5% free, 252MB/266MB, paused 212us,36us total 127.831ms
05-21 14:03:55.233 848 966 D EGL_emulation: app_time_stats: avg=30.19ms min=2.16ms max=85.05ms count=31
05-21 14:03:55.589 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 511220(17MB) AllocSpace objects, 13(580KB) LOS objects, 30% free, 42MB/60MB, paused 8.559ms,150us total 208.515ms
05-21 14:03:55.596 848 966 D EGL_emulation: app_time_stats: avg=98.99ms min=6.90ms max=567.27ms count=12
05-21 14:03:55.737 1829 1861 I earchbox:search: Background concurrent copying GC freed 256360(14MB) AllocSpace objects, 1798(32MB) LOS objects, 8% free, 253MB/277MB, paused 99us,87us total 456.505ms
05-21 14:03:55.782 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d6ecfe in: CREATED
05-21 14:03:55.797 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@d6ecfe
05-21 14:03:55.817 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d6ecfe in: STARTED
05-21 14:03:55.832 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@d6ecfe
05-21 14:03:55.896 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d6ecfe in: RESUMED
05-21 14:03:55.911 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@d6ecfe
05-21 14:03:56.059 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:56.063 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s51ms
05-21 14:03:56.084 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:56.085 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a38acad
05-21 14:03:56.086 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e9e62d95: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:56.086 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:e9e62d95: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:56.096 595 612 W InputManager-JNI: Input channel object '1c06eba com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:56.156 595 2208 I ImeTracker: com.github.se.polyfit:690a8ca4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:56.156 595 2208 I ImeTracker: com.github.se.polyfit:690a8ca4: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:56.159 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:56.161 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:56.161 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:56.162 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:56.162 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:56.184 9128 9160 W thub.se.polyfit: Suspending all threads took: 6.757ms
05-21 14:03:56.284 848 966 D EGL_emulation: app_time_stats: avg=22.02ms min=1.19ms max=181.13ms count=43
05-21 14:03:56.377 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:03:56.398 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f1462a4
05-21 14:03:56.400 595 613 W InputManager-JNI: Input channel object '142aded Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:03:57.288 848 966 D EGL_emulation: app_time_stats: avg=11.20ms min=2.26ms max=51.64ms count=55
05-21 14:03:57.303 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:03:57.318 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:57.319 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:57.319 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:03:57.319 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:57.320 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:57.322 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:03:57.322 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:57.325 9128 9128 I ImeTracker: com.github.se.polyfit:9608e7a7: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:03:57.326 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:57.326 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:03:57.327 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:03:57.338 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{24cbf36 VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:03:57.348 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:03:57.348 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:57.349 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:03:57.349 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:03:57.459 9128 9128 I ImeTracker: com.github.se.polyfit:2b4e078d: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:03:57.460 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{24cbf36 VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:03:57.462 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 112 ms
05-21 14:03:57.463 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:03:57.464 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:03:57.465 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:03:57.466 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:03:57.467 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:03:57.468 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:03:57.468 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:03:57.468 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:03:57.480 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:03:57.526 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:03:57.528 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:03:57.528 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:03:57.528 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:03:57.529 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:03:57.529 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:03:57.529 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:03:57.529 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:03:57.531 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:03:57.533 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:03:57.545 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:03:57.546 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:03:57.547 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:03:57.547 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:03:57.549 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:03:57.554 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:03:57.564 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:03:57.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0087b4cf-9392-4bbb-8249-fc86ae5f9c13
05-21 14:03:57.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 94f30028-ca2d-4b4e-8d00-2893142afc76
05-21 14:03:57.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 94b641b2-bf01-4a51-ad63-9953809ed8f3
05-21 14:03:57.565 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:03:57.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33754caa-b207-4928-8b64-1fdd4f8c9cc9
05-21 14:03:57.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a44beb5b-c135-43da-adcb-a84e5ef4d511
05-21 14:03:57.565 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:03:57.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5e8e1e5d-aa93-46af-b0b9-72d04748cb05
05-21 14:03:57.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4c32fa0-b8dc-4bed-bd38-57ee9734af36
05-21 14:03:57.565 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2225d729-acd7-4f2e-b8d6-c3bf9cd5aa3f
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2156f6cd-cac6-4dbe-bee0-6b30fe0c6a89
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f435afb7-f51d-4938-a746-749734ba5f5b
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 39c46476-b17a-42d5-b752-f277662757f2
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a019c87b-7a17-4c9b-a53f-6795df151b04
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a00db610-ba0e-42d6-853c-dac120a9c09f
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0035abcc-a7d1-4518-ab33-faec76456932
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bbdc501f-3a4a-4423-92ee-edc2a201660e
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cd661494-42cc-4365-bc73-3abb19ab93e6
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4b572aa5-41da-4618-835a-bfdff0036061
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab5b3d70-4370-4b50-86ce-f879a29adb4a
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f83df2a-56be-4fb1-9093-3831120e3968
05-21 14:03:57.566 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d4e60932-8431-49e9-9e4e-1f082d966fca
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89922d6c-2bdb-41e5-aa7a-e2b2fdc7460f
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97612cb7-7f25-427e-b538-cf0f164bb17c
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 258baf0e-f1c9-4ff9-831e-fb989e46e949
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 463407c9-cccb-4016-baf5-91734c23af58
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 87783069-00de-4855-b39d-a0f45d96cf80
05-21 14:03:57.567 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x75136761a290 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d983da63-5ee2-4883-ab5b-f0b64f86d74c
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c5b69998-0956-4f7d-871d-0f1c2dcf7e98
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2153b022-e556-4850-8dad-d20fe4babce1
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7f69a745-585f-408f-b135-c21ae41584f1
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed215a12-ec6e-4fac-ade2-04286efb7865
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 17039013-403e-4b83-8679-e7d68de4b424
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cb3894a5-34a1-4e53-a1b6-bbc7e5276a40
05-21 14:03:57.567 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:03:57.568 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 75e3e38f-9f81-44ea-ad6e-504bc03df156
05-21 14:03:57.568 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:57.568 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f5d021da-52d2-4b48-88fe-cd95e265850b
05-21 14:03:57.568 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9f657906-29ea-416d-9aba-00761664b270
05-21 14:03:57.569 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:57.570 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8c90a67f-20e9-478b-8966-e69ce035d4db
05-21 14:03:57.570 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9878d182-1937-4e2f-bec6-6ef869f16221
05-21 14:03:57.580 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:03:57.580 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 94130956-33cd-455c-86e0-06eb2b64921b
05-21 14:03:57.580 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e43ade7c-43fe-4dd9-bec3-17c34dc83dd1
05-21 14:03:57.581 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8ba0734b-cd10-46c0-9f36-5fd43540385c
05-21 14:03:57.581 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=6e494fae-fb9c-4ef4-82e0-068c10b25779,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d8e5a2e1-71a6-4acf-8e8e-69f9c1f5749c
05-21 14:03:57.605 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.605 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.605 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.605 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.605 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.605 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.606 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.606 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.606 6276 6287 W System : A resource failed to call release.
05-21 14:03:57.613 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:03:57.614 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:03:57.693 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:03:57.716 1585 1585 W InputContextProxyV4: InputContextProxyV4.applyClientDiffInternal():897 Ignore [FetchSuggestions] diff due to stale request: 147<150, inputStateId=66, lastInputStateId=68
05-21 14:03:57.722 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:03:57.722 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:03:57.728 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:03:57.732 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:03:57.733 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:03:57.737 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:03:57.742 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:03:57.748 9128 9128 I ImeTracker: com.github.se.polyfit:2b4e078d: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:03:57.761 848 966 D EGL_emulation: app_time_stats: avg=154.43ms min=9.24ms max=1454.20ms count=14
05-21 14:03:57.763 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:03:57.835 9128 9288 D EGL_emulation: app_time_stats: avg=43.94ms min=10.54ms max=767.62ms count=40
05-21 14:03:57.881 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 14:03:57.881 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:03:57.976 9128 9128 I ImeTracker: com.github.se.polyfit:9608e7a7: onShown
05-21 14:03:57.981 9128 9128 W FrameTracker: Missed SF frame:UNKNOWN: 80, 395567, 0, CUJ=J
05-21 14:03:57.983 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 395625, 0, CUJ=J
05-21 14:03:57.985 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 395650, 0, CUJ=J
05-21 14:03:57.987 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 395669, 0, CUJ=J
05-21 14:03:57.989 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 395691, 0, CUJ=J
05-21 14:03:57.991 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 395713, 0, CUJ=J
05-21 14:03:57.993 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 395742, 0, CUJ=J
05-21 14:03:57.995 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 395757, 0, CUJ=J
05-21 14:03:57.997 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 395779, 0, CUJ=J
05-21 14:03:58.000 9128 9477 V PerfettoTrigger: Triggering /system/bin/trigger_perfetto com.android.telemetry.interaction-jank-monitor-69
05-21 14:03:58.011 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:03:58.092 9128 9128 I ImeTracker: com.github.se.polyfit:14d4a363: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:03:58.095 9128 9128 I ImeTracker: com.github.se.polyfit:8f70dac8: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:03:58.106 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:03:58.106 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:03:58.109 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 14:03:58.110 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:03:58.110 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:03:58.110 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:03:58.114 1585 3269 E native : E0000 00:00:1716293038.114710 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:03:58.140 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, true)
05-21 14:03:58.140 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:58.140 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:58.140 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:03:58.150 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@4759b08
05-21 14:03:58.166 9128 9128 I ImeTracker: com.github.se.polyfit:8f70dac8: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:03:58.231 848 904 D SplashScreenView: Build android.window.SplashScreenView{be739b3 V.E...... ......ID 0,0-0,0}
05-21 14:03:58.231 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:58.231 848 904 D SplashScreenView: Branding: view: android.view.View{87a4b70 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:58.252 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:03:58.256 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d6ecfe in: PAUSED
05-21 14:03:58.269 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@d6ecfe
05-21 14:03:58.310 848 966 D EGL_emulation: app_time_stats: avg=22.90ms min=4.09ms max=87.72ms count=41
05-21 14:03:58.348 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:03:58.378 9128 9128 I ImeTracker: com.github.se.polyfit:33129579: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:03:58.392 595 612 I ImeTracker: com.github.se.polyfit:33129579: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:58.401 9128 9128 I ImeTracker: com.github.se.polyfit:14d4a363: onHidden
05-21 14:03:58.402 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 173321(6660KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 17MB/34MB, paused 363us,36us total 100.385ms
05-21 14:03:58.508 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:03:58.509 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +281ms
05-21 14:03:58.603 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:03:58.603 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:03:58.604 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:03:58.606 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:03:58.608 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=419, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@2998c9b
05-21 14:03:58.612 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:03:58.613 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:03:58.613 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:03:58.613 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:03:58.613 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:03:58.614 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:03:58.742 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d6ecfe in: STOPPED
05-21 14:03:58.746 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:7aae2f70: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:58.746 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:7aae2f70: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:58.754 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:58.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:58.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:58.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:58.755 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:58.758 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@d6ecfe
05-21 14:03:58.765 848 966 D EGL_emulation: app_time_stats: avg=102.31ms min=1.99ms max=621.42ms count=9
05-21 14:03:58.815 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d6ecfe in: DESTROYED
05-21 14:03:58.816 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:03:58.820 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4745174
05-21 14:03:58.836 595 612 W InputManager-JNI: Input channel object '14a15 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:58.862 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d4c596f]
05-21 14:03:58.863 9128 9160 I TestRunner: finished: verifySuccessfulNameChange(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
-
2.76 s
passedaddToDiaryButton
-
05-21 14:03:58.865 9128 9160 I TestRunner: started: addToDiaryButton(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
05-21 14:03:58.891 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a1b62cc]
05-21 14:03:58.916 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:03:58.955 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4f58c7a
05-21 14:03:58.957 595 693 W InputManager-JNI: Input channel object 'e2d07ea Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:03:58.962 848 904 D SplashScreenView: Build android.window.SplashScreenView{fb5c208 V.E...... ......ID 0,0-0,0}
05-21 14:03:58.962 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:03:58.962 848 904 D SplashScreenView: Branding: view: android.view.View{bb23da1 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:03:59.014 1829 1861 I earchbox:search: Background young concurrent copying GC freed 198000(6292KB) AllocSpace objects, 664(12MB) LOS objects, 5% free, 251MB/265MB, paused 2.083ms,82us total 104.641ms
05-21 14:03:59.030 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5050bef in: PRE_ON_CREATE
05-21 14:03:59.031 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:03:59.085 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:03:59.086 1728 2287 E HwDetectorWithState: a: 3
05-21 14:03:59.411 848 966 D EGL_emulation: app_time_stats: avg=89.92ms min=1.91ms max=477.25ms count=12
05-21 14:03:59.564 595 608 I system_server: NativeAlloc concurrent copying GC freed 229258(7021KB) AllocSpace objects, 4(80KB) LOS objects, 42% free, 32MB/56MB, paused 495us,93us total 153.582ms
05-21 14:03:59.636 1829 1861 I earchbox:search: Background concurrent copying GC freed 252881(15MB) AllocSpace objects, 1636(30MB) LOS objects, 8% free, 252MB/276MB, paused 838us,52us total 491.765ms
05-21 14:03:59.656 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5050bef in: CREATED
05-21 14:03:59.666 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@5050bef
05-21 14:03:59.682 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5050bef in: STARTED
05-21 14:03:59.696 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@5050bef
05-21 14:03:59.750 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5050bef in: RESUMED
05-21 14:03:59.761 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@5050bef
05-21 14:03:59.873 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:03:59.875 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +952ms
05-21 14:03:59.886 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f6c9fdb
05-21 14:03:59.886 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:03:59.887 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:8ad52ced: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:03:59.888 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:8ad52ced: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:59.892 595 1609 W InputManager-JNI: Input channel object 'a9b24bc com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:03:59.922 595 1609 I ImeTracker: com.github.se.polyfit:6a47cbd6: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:03:59.922 595 1609 I ImeTracker: com.github.se.polyfit:6a47cbd6: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:03:59.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:03:59.928 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:03:59.929 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:03:59.929 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:03:59.929 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:03:59.966 848 966 D EGL_emulation: app_time_stats: avg=119.15ms min=19.55ms max=685.29ms count=10
05-21 14:04:00.155 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:00.199 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:00.200 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:00.200 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:00.200 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:00.201 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 14:04:00.208 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8e8f6b4
05-21 14:04:00.212 595 1609 W InputManager-JNI: Input channel object '88b5a9b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:00.212 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 14:04:00.420 848 966 D EGL_emulation: app_time_stats: avg=19.38ms min=5.93ms max=97.46ms count=47
05-21 14:04:00.450 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:00.450 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddRecipeButton'); position: 0; useUnmergedTree: false.
05-21 14:04:00.456 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:04:00.456 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddRecipeButton'); position: 0; useUnmergedTree: false.
05-21 14:04:00.460 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:04:00.460 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddRecipeButton'); position: 0; useUnmergedTree: false.
05-21 14:04:00.467 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:00.467 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddToDiaryButton'); position: 0; useUnmergedTree: false.
05-21 14:04:00.473 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:04:00.473 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddToDiaryButton'); position: 0; useUnmergedTree: false.
05-21 14:04:00.479 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:04:00.479 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddToDiaryButton'); position: 0; useUnmergedTree: false.
05-21 14:04:00.484 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:04:00.484 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'ButtonColumn')) && (TestTag = 'AddToDiaryButton'); position: 0; useUnmergedTree: false.
05-21 14:04:00.558 9128 9128 V Add to Diary: Clicked
05-21 14:04:00.626 848 904 D SplashScreenView: Build android.window.SplashScreenView{2ce7536 V.E...... ......ID 0,0-0,0}
05-21 14:04:00.626 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:00.626 848 904 D SplashScreenView: Branding: view: android.view.View{7628c37 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:00.652 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:00.682 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5050bef in: PAUSED
05-21 14:04:00.698 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@5050bef
05-21 14:04:00.799 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:01.002 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:01.010 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +385ms
05-21 14:04:01.010 848 966 D EGL_emulation: app_time_stats: avg=93.94ms min=6.55ms max=637.26ms count=11
05-21 14:04:01.020 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:01.020 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5fb48c0d-1179-486c-b633-19884a962c6e
05-21 14:04:01.020 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b791d03f-ebce-41d8-8036-83dc0079c6ee
05-21 14:04:01.020 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 574d6930-08d2-404e-8dad-de13045bac0d
05-21 14:04:01.020 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd3eb4fe-ee2b-4638-9b6c-6c8f0b9efd2e
05-21 14:04:01.020 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x751367618ac0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:01.020 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f192eee1-020a-4610-9a06-a620248021c3
05-21 14:04:01.020 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db6c68e2-2429-4525-b206-1cfa0cda2368
05-21 14:04:01.020 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c6478d86-19af-4459-bb4f-197efe5f65c1
05-21 14:04:01.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5171a98c-89d4-409c-ac93-0a6f92dfc1c4
05-21 14:04:01.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e71b4163-188a-44cd-919d-5c13dc076803
05-21 14:04:01.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 832d0733-d454-4ae7-96b7-438d6940e2cd
05-21 14:04:01.021 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1aa983e7-d925-444f-9b51-6264111e7e2b
05-21 14:04:01.025 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cf71fe22-f15e-4cb2-8826-d7fc1f22ae47
05-21 14:04:01.025 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f7fd8dd-40cb-4684-9302-1ae6034b5910
05-21 14:04:01.025 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffc657f4-d5c5-4dfd-ae50-27ac626d0661
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ebb2f07-bf6e-4755-a13f-0618dbdf638b
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d5c48ea1-55fe-42bd-8959-13b5db231f43
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c86c6398-1579-499c-8517-4f96070710f9
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d6d77523-914b-4f15-83ad-a614da5f40a5
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d9f0219d-19df-4a10-935e-cbeb46332c02
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69286d59-4598-41b1-ae5e-81928d9af80e
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 844b9bcd-534c-4f81-bf21-f34d8768f1c3
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fbc9d9dc-e114-4e48-9619-8cdda2a51974
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a69957bf-489a-4708-a3f9-98b31780b806
05-21 14:04:01.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c848896e-03df-4400-8352-2edfb9b3c29c
05-21 14:04:01.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79acfc94-96a4-4147-9734-d72f5e58bccb
05-21 14:04:01.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 51d734c9-81a7-4c15-8c94-08117f0853b7
05-21 14:04:01.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38e28171-79ff-47a1-91a0-bd218634a303
05-21 14:04:01.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 947e7ea7-6673-40a9-a97b-12f507576489
05-21 14:04:01.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 19ac3473-ec68-47eb-bf68-a9c20ea0f878
05-21 14:04:01.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ab9c374-cf64-4880-9239-a392f53421dd
05-21 14:04:01.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0d6524aa-bf89-415d-8b19-616e7cd7143e
05-21 14:04:01.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b680a1ab-73f7-4ab8-82cb-d904b2b5ac9f
05-21 14:04:01.028 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:01.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c654fc83-092b-466f-94ab-eccbeaa8daff
05-21 14:04:01.033 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:01.033 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f6c1bfba-d9a0-4298-be10-b8e121142380
05-21 14:04:01.033 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e70051f7-3f0f-4325-aee7-d149f1bf424a
05-21 14:04:01.034 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAFAAMEBgcCAQj/xABJEAACAQMBAwcIBQgHCQAAAAABAgMABBEFEiExBhMiQVFhcRQygZGhscHRB1KS4fAVFiMzQnKi8SRDYmOCssIXJTQ2U1RVg5P/xAAaAQACAwEBAAAAAAAAAAAAAAACBAEDBQAG/8QAJREAAgICAQMFAAMAAAAAAAAAAAECEQMhMQQSExQiMkFRUmGB/9oADAMBAAIRAxEAPwCvFaQFaQeQuln+uuvtr8qX5iaZ/wBe6+0vyrS9VjBpmb4rxhurRxyD03OfKbv1r8q8bkDp+CPK7r+H5VPqsZ1GYSjfVn+jb/mL/wBD/CrBJ9Hlk3C/uR4qpoNNaR8l793069aWZUMbu8YwpPUu/e27wHrwGbqsXjasmMG3o0K/1Kz05A97cRxA7wGO8+A4mq3e/SFpEDbECTzHtCgD27/ZWb6tqE1zM4aR2dt8js2T6+2grSmL9QSqE75AMs3hWO8zfAwsaNUm+kiKFTI+m3Kx9THcPdXvJ/6R7LVr9bWWIQMxwr7W492+ss8gv5xt21rcI/EOeJri40y5t38p8neI52js9XhXLL+sl4n+H0TbX1rclhBPHIV3MFYEinzWB6HPdWzpd2s77IO89aHrz3VfY+X72sYS5sC7DiRJj4VdjfkfauSqUe0vteiqEPpNtQenpk48JFNOxfSXpjsA1ldqT+6fjTPps38QLRR5997cn++f/Ma6HdVsPIG+eWSUXlviRy4BDbsnNdfmFfDhdW38Xyp71GOuQaKdIuaVXBuQWoHhd238XypVPqMf6RTNDr2qnc386i8ka/lS/iuCkNmMYZc4A2cb8jrpxb+8/OYwGeRIefCYYjm8c2Ds8M7WazfGwy0UqrVtqs1zrckRmlW0nLwQkJgKyjcwbGCSQ1PaYl9qNrdpeXzKFc24MKgHonBbxNQ4VySP8pNWXTbPCMPKJeind2ms3ncz4l4hgTGG6x2nvJ3nrwBU/lM7s94LcbKQ7NvEB1Z3enrpWVn+lYncsSYHXuxgenAakMsu56GccaRVpLB5ZFhQHadsAdf4/HXVw0Xk1AiF5IlLeapI4DHVUrRdMVJheSp08jYB6vxj2CrRDCqxAAUu7ehnHS2ChpsaJhFAHdUC+0tJFwwqzlARUW4jUg0LgXKRnthpIs9WuYAuIp0yo6sjq9VNazYlYtscU6+sj5/KrVqEGwOfUdOM7Q7xQvVzG0aEEFH3DHfw+I9NXYcjjJSX0LZoIosgIYiuYf1q+Iq3WumaBPbw+WXQhuJHAYmTZAAJyCOoEDGe8VC13TdMs47aTTZQ+1NssTOHJ3A5AHVx416vH1EZpUuTMcaNnj8xfAV0zKi7TsFHaTivI/NXwoZrK209qr3MTSxiQYKHfju7qxUrZYElkjcgK4YkZGDndSoLawIFkn0uQQLtBMA7SkYznxzSou1E0HdhdoNsjI68UiinioO/PCq8OWemH+rufsD510OWOmfUuPsD51PiyfgIf2FwBsrgHIGOFNzyJbwSSkBVUFjQX88NLPVcf/P76DcquVFrd6RLb2POiWXEeWTAGaGcJRVtErbBCXFtL+uO+Z1kA7+P+qpA1KBZ3SFSxPV378e4+uqXqt6LTWNlCdm2U4GeGFFEuSBae9hmlOVi6ZyeOAMj0/E1ny0htKy6zT3NpIIorFpo4lA2ucA2jxO7j3eip+k61FczcxPbywOeG1n5CqfdatqgmlaO3CBTuEi5aYnrXqHpo5p0lzLaiS4VY3EXObs9E/VOfhQbruGEl8S2SywRRFnOABVbuNYkkkYW1hI6jgxbAPsqXLcC58kj2tnnPOJqv65f6naiNrWJArsykFD0B2t791crk6OrtVj99fXCREz2MiR9bqQwXxxVU1K6aO3kjzviY7PhxFWTRrnULuSe3voRsqcLOm5ZB24OD7Kq/KZPJ7ls42Hyh+FAtSOkriDL11nAmQYDdXfUWDInQEftD309yZsrnVxNZWuDMrkqGbGcUeTkNyhSVW8iVgGBOzMnzr03RZoLCoyfBl5F7jZE80eFR5rCOZzzjM0J3mD9knt+6oScpdEPR/KdvkbiC2MU8uvaQ3DUbc/46Q7Zr6JI+maM9vHKk7hUeTbVIyej2b6VSvy5pX/kLf7dKpam3dHGXqK7FWLTdFtH8olJkljhl5sZ3KSFyScb8E7gB20fe4imt2i8lt3j6SG1CdKPZB3nu3dnXTks6T0gaM+xXEsXORADORvB78/d7ast5o1lDdRx85KEeORsAjPR358D1ULnSO1ZuacsAV3t14FL9XlTxaLMS9xS9esZjrV42yxDkDf15I+Bq08krRVmA6kXfXGvssnMPCAxlUSEAf2QPn6qlaEklog5zzyelWJkleh/Et2W8WschBKZz2VxqMYjtwoXZXIz391SbK8VU80E44Gm9QWW8CEMoK5OCN2+g+i77IM67Frbv1A0S5pZY1Z4skjOQcZqLJBdy28cUwiRIv2gM7VTLa5NtAkTYYKMGp45OI80Sxx9EbNZ7y2hNxBzcfntMgB7N/H2Gr9qd2GVgvGqHyrn8jS2nOCRcocE7yACd3qosfysDJ8Tn6PITb30c7rgytuz2g4NbBH5tZTayR6frFnBHIGhiYMCPquc+41qkDbUSsN4Zc09hdxM/LyYYD/SZf3299EYSCN1DUIF3LngXb31ZdDtdOdZptRudhEGI4lOGdj8BXoMjpWLohClVgn5OQwwxTNrFsI5cmMlT0h3Uqp8sQiHa39xbwpFC2wEl50EcdrGPVRlOVN3HamKOGJZCSTJv4k5Jx6agroWqAf8FL7K7Gial/2UvqqqXjfNEgm7kbYeSRizcSSeNDtJnJ0sZJJd8jPeaOaloupeTPiym4fVqu2NvLDZBZEZGR87LDq4/GlOukvHosxfIsvJfS/yjam6uM7KggZHewrm3voJ9c1S2QjMc2VH9kjd7RRbRJeZ5JfoW3ptKfE5P+qsjur+403lMbyInLKCVPBhnGDWSo9zaQ2pduzaLPZYbPAkbvGh2oX1/bzmNYYyudz7RqPp2oidB50UyYJjbiPu76NiOC9QM4ztDeKpWmNxaTtqwSL/AFVhloQF45JqTpk15cO5uhEkeMAKCSaIR6RCE2jzhXqUtupufYgRioxuwBRyYc8kJKooauQrbR7TWZ/SPMZL6zt4uKZdsd+4fGrtq+qx2MDkku4XOyvGqlHp0mp2M2rTqTK7Fgv1RnAHs9tTi17hXK70Dra4ll2p5CS8aIM+BWtt0Kfn9NgfPnRgisdsLBzFOCN5Ax3kEfI1qPJGaNNHgSSVFZRjBYA8KbwO9CmVGT5/pEn7599FID0aH+SXQuJC1tOOmeMZ7aIwQyhRmJx/hNekk1QoE7vUXu7GytTGEFqrKGB3tmlUVI3x5jeqlVSpcBGxCvaitfQIjM5IACnhxB4Y/HVXUl5HGrEK7hWCkoM7zWTTCOdQOLeX9ysruVMiSv3sPYa0fV76IWlypJV1h2mUjeBVESENbMpAAO0c+P4NLdRpF2FbJGkSKmkyWu0cyZkx2b0X3VS9bsFeJ7mRD+pwMfvjd7auumwhp9rZ88OFB6gNnHwodrOnmTSyijJyj+IEgz8KTjKpJjVWmgva6fHeWUQbKyKo2JBuIp61N7YkpNC0yDhJ
05-21 14:04:01.034 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d53d69d3-f7a6-45db-9eda-0726f9203f47
05-21 14:04:01.035 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7b731eb7-a231-47af-bc32-dde510c7c495
05-21 14:04:01.051 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 14:04:01.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7890d8a7-80e6-4e25-aa25-679e5575491c
05-21 14:04:01.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1496e077-51de-42e8-a749-6cf57e3fc308
05-21 14:04:01.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f11b54bd-485d-45c9-a5d9-e12e4acdc0c1
05-21 14:04:01.052 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=81f8d376-366e-486d-bb3d-9acc0ddd1f77,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 93e06cd1-7951-4d01-ad96-208b31146262
05-21 14:04:01.164 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:01.165 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:01.165 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:01.199 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:01.199 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:01.199 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:01.201 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:01.204 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:01.209 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=423, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@644cf6a
05-21 14:04:01.220 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:01.221 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:01.320 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:9af951c6: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:01.320 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:9af951c6: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:01.337 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d76f7b20 (UnprojectedRipple) with handle 0x7513676357d0
05-21 14:04:01.345 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:01.348 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:01.350 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:01.351 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:01.352 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:01.377 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@584aec2
05-21 14:04:01.380 595 612 W InputManager-JNI: Input channel object 'bea9a5b Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:01.433 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5050bef in: STOPPED
05-21 14:04:01.454 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@5050bef
05-21 14:04:01.521 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@5050bef in: DESTROYED
05-21 14:04:01.521 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:01.523 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b54e8a9
05-21 14:04:01.532 848 966 D EGL_emulation: app_time_stats: avg=25.76ms min=2.66ms max=91.02ms count=37
05-21 14:04:01.572 595 2208 W InputManager-JNI: Input channel object '9baebfe com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:01.607 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@a1b62cc]
05-21 14:04:01.613 9128 9160 I TestRunner: finished: addToDiaryButton(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
-
3.49 s
passedverifyMealNamePlaceholder
-
05-21 14:04:01.622 9128 9160 I TestRunner: started: verifyMealNamePlaceholder(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
05-21 14:04:01.657 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4325f8f]
05-21 14:04:01.690 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:01.724 848 904 D SplashScreenView: Build android.window.SplashScreenView{531b59 V.E...... ......ID 0,0-0,0}
05-21 14:04:01.724 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:01.724 848 904 D SplashScreenView: Branding: view: android.view.View{58df31e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:01.736 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:01.750 1829 1861 I earchbox:search: Background young concurrent copying GC freed 198114(6545KB) AllocSpace objects, 645(11MB) LOS objects, 5% free, 251MB/265MB, paused 2.772ms,268us total 246.452ms
05-21 14:04:01.767 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f709343
05-21 14:04:01.773 595 2208 W InputManager-JNI: Input channel object 'fb3cfc5 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:01.820 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ae9f9e in: PRE_ON_CREATE
05-21 14:04:01.820 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:01.833 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:01.834 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:02.354 848 966 D EGL_emulation: app_time_stats: avg=219.07ms min=7.87ms max=780.97ms count=6
05-21 14:04:02.534 848 966 D EGL_emulation: app_time_stats: avg=17.21ms min=1.29ms max=47.19ms count=44
05-21 14:04:02.597 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ae9f9e in: CREATED
05-21 14:04:02.602 1829 1861 I earchbox:search: Background concurrent copying GC freed 249759(15MB) AllocSpace objects, 1610(29MB) LOS objects, 8% free, 250MB/274MB, paused 646us,64us total 626.523ms
05-21 14:04:02.613 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@3ae9f9e
05-21 14:04:02.632 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ae9f9e in: STARTED
05-21 14:04:02.648 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@3ae9f9e
05-21 14:04:02.704 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ae9f9e in: RESUMED
05-21 14:04:02.715 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@3ae9f9e
05-21 14:04:02.824 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:02.826 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s127ms
05-21 14:04:02.842 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:02.845 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:580faf38: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:02.846 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:580faf38: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:02.867 595 693 I ImeTracker: com.github.se.polyfit:71d261dc: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:02.867 595 693 I ImeTracker: com.github.se.polyfit:71d261dc: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:02.879 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:02.880 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:02.880 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:02.880 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:02.881 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:03.016 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:03.164 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8911415
05-21 14:04:03.165 595 612 W InputManager-JNI: Input channel object 'a8728ce Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:03.514 9128 9140 W System : A resource failed to call release.
05-21 14:04:03.540 9128 9128 D Compose Focus: Owner FocusChanged(true)
05-21 14:04:03.545 848 966 D EGL_emulation: app_time_stats: avg=12.45ms min=1.83ms max=86.69ms count=49
05-21 14:04:03.558 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:03.560 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:03.562 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, false)
05-21 14:04:03.563 9128 9128 I ImeTracker: com.github.se.polyfit:4f5f162e: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:04:03.565 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:03.566 9128 9128 D InsetsController: show(ime(), fromIme=false)
05-21 14:04:03.566 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:03.568 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[mParcelledData.dataSize=240]}, true)
05-21 14:04:03.568 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:03.568 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:03.568 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:04:03.582 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{14bf5d6 VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
05-21 14:04:03.588 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInputView():1995 onStartInputView(EditorInfo{inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}]}, false)
05-21 14:04:03.590 1585 1714 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:04:03.591 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:03.591 1585 1585 W ModuleManager: ModuleManager.loadModule():450 Module erj is not available
05-21 14:04:03.768 9128 9128 I ImeTracker: com.github.se.polyfit:27364913: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT
05-21 14:04:03.771 9128 9128 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{14bf5d6 VFED..... .F....ID 0,0-1080,2088 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT
05-21 14:04:03.774 1585 1585 W InputConnectionWrapper: InputConnectionWrapper.recordDuration():1451 IPC IC_GET_SURROUNDING_TEXT took 182 ms
05-21 14:04:03.775 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.getKeyboardHeightRatio():189 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
05-21 14:04:03.776 1585 1585 I AndroidIME: AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=0x8001(Normal) imeOptions=0x2000006 privateImeOptions=null actionName=DONE actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=-1 fieldName=null extras=Bundle[{android.support.text.emoji.emojiCompat_metadataVersion=9, android.support.text.emoji.emojiCompat_replaceAll=false}], IncognitoMode = false, DeviceLocked = false
05-21 14:04:03.777 1585 1585 I Delight5Facilitator: Delight5Facilitator.initializeForIme():777 initializeForIme() : Locale = [en_US], layout = qwerty
05-21 14:04:03.779 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.cancelShutdown():55 cancelShutdown()
05-21 14:04:03.780 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.syncLanguagePacks():67 syncLanguagePacks()
05-21 14:04:03.782 1585 1585 I LatinIme: LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1003 inline flag updated to:false
05-21 14:04:03.783 1585 5449 I SpeechFactory: SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():205 maybeScheduleAutoPackDownloadForFallback()
05-21 14:04:03.784 1585 5449 I FallbackOnDeviceRecognitionProvider: FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():195 maybeScheduleAutoPackDownload() for language tag en-US
05-21 14:04:03.788 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:04:03.800 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:04:03.800 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:04:03.800 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_OPTIONAL
05-21 14:04:03.800 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:04:03.801 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = BODY, shownType = SHOW_MANDATORY
05-21 14:04:03.801 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:04:03.801 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = FLOATING_CANDIDATES, shownType = HIDE
05-21 14:04:03.801 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = false
05-21 14:04:03.802 1585 1585 I KeyboardViewUtil: KeyboardViewUtil.calculateMaxKeyboardBodyHeight():40 leave 344 height for app when screen height:2088, header height:121 and isFullscreenMode:false, so the max keyboard body height is:1623
05-21 14:04:03.802 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:04:03.808 1585 1585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():122 Get device mode phone by ui mode:1 and smallestScreenWidthDp:393
05-21 14:04:03.808 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():364 setInputView() : supportsOneHandedMode=true
05-21 14:04:03.808 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:04:03.808 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:04:03.809 1585 1585 I KeyboardModeManager: KeyboardModeManager.setInputView():356 setInputView() : entry=hwn{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_device=phone_device_size=default_enable_adaptive_text_editing=true_enable_inline_suggestions_on_client_side=false_enable_large_tablet_batch_1=false_enable_large_tablet_batch_2=false_enable_more_candidates_view_for_multilingual=false_enable_nav_redesign=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_symbols=false_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=portrait_physical_keyboard=qwerty_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=en-US}
05-21 14:04:03.810 1585 1585 I VoiceImeExtension: VoiceImeExtension.shouldStartVoiceInputAutomatically():383 No private IME option set to start voice input.
05-21 14:04:03.824 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:04:03.825 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:04:03.828 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:04:03.872 1585 1585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():116 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
05-21 14:04:03.874 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3483 setKeyboardViewShown() : type = HEADER, shownType = SHOW_MANDATORY_WITH_ANIMATION
05-21 14:04:03.874 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.setKeyboardViewShown():3530 setKeyboardViewShown() : shouldShow = true
05-21 14:04:03.874 1585 2675 I Delight5Decoder: Delight5DecoderWrapper.setKeyboardLayout():457 setKeyboardLayout()
05-21 14:04:03.887 1893 1893 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:04:03.887 1893 1893 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:04:03.889 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
05-21 14:04:03.929 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:04:03.991 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:04:03.992 9128 9128 D InsetsController: show(ime(), fromIme=true)
05-21 14:04:04.007 9128 9128 I ImeTracker: com.github.se.polyfit:27364913: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:04:04.016 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:04.016 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bff919d4-b75b-4f6f-a6d1-672c17c9301f
05-21 14:04:04.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25fb3c95-b6df-435a-9278-6ee671dc45b0
05-21 14:04:04.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9caf5ae5-d2c2-4a45-ad15-6966667640af
05-21 14:04:04.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 61207394-c4e9-4f6e-abe4-7afe7e0a961e
05-21 14:04:04.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d4b34c94-a5f0-40b9-afcd-523488c01bcd
05-21 14:04:04.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41096a32-9185-4d10-9932-96c0661821cc
05-21 14:04:04.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 552c7f38-203c-43e3-bd62-78c5dc60c787
05-21 14:04:04.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 43177b85-6ffa-41a2-96d0-f820cebf3949
05-21 14:04:04.017 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eed633f6-bc1c-454f-97b6-8bdde036df1e
05-21 14:04:04.018 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: adc81963-463d-46d7-89c1-b66358bdb8b7
05-21 14:04:04.025 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 056d0659-fd6d-4623-90b1-5a63714c3367
05-21 14:04:04.025 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 95bdcf50-b618-4698-888b-12a39d0f066c
05-21 14:04:04.025 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dc413dd2-b6b6-4d1f-9a48-a232d2a2920a
05-21 14:04:04.026 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e69a38d-0bf8-4b1d-9ed5-7ec33e3e26ce
05-21 14:04:04.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6a309de8-1183-4d30-9fbd-96c92e731bc3
05-21 14:04:04.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c891eec3-6182-405c-8507-4f00398a93f6
05-21 14:04:04.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 527aeb1a-9a07-4d7b-b2f3-a6a47a59f39b
05-21 14:04:04.027 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f6710 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:04.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 199601c8-01af-4c04-b3d3-131bfe18f5d1
05-21 14:04:04.027 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07762506-73ad-4d0a-a28b-0ac6b763b20e
05-21 14:04:04.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bc4e5a1b-2696-4921-9317-63fdfdc25c97
05-21 14:04:04.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e5fc9db5-fc67-47de-943e-728ab9655d02
05-21 14:04:04.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 587183c8-0a4c-4ef5-b74d-9af0e675b84f
05-21 14:04:04.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 39bf1886-78a1-46c7-933e-a7155790a4c8
05-21 14:04:04.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a017263-65ca-454d-82a6-6c359f044a65
05-21 14:04:04.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 18c4700f-ffaf-4e71-916a-dbcd4cac75cc
05-21 14:04:04.028 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 389f980e-2d0c-4ccf-9fb4-1f0f75991d89
05-21 14:04:04.029 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa5ed02c-4754-4852-b636-59cf84c382b6
05-21 14:04:04.029 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa330bc7-3e95-45a8-8ec2-89024c953284
05-21 14:04:04.030 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b472756e-b19a-408a-bf16-c30447d012ad
05-21 14:04:04.030 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: adef9a39-990e-4dfa-b0e4-154a5b78d389
05-21 14:04:04.031 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f178138d-f814-46bf-a730-0f7325c331d7
05-21 14:04:04.031 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 928d0ce5-a571-4620-8816-65d8f49b444b
05-21 14:04:04.032 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:04.032 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6265b377-160e-4831-8cef-6723845e99ae
05-21 14:04:04.034 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:04.034 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5499a274-dbb0-4ab6-9c54-7f17c66f843d
05-21 14:04:04.034 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 85acec31-bcb2-4f20-a012-b6ade3d492cb
05-21 14:04:04.035 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:04.035 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ec112dda-66e3-4cc2-b487-070b03ad1704
05-21 14:04:04.035 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dc87a2c3-7ef6-44a4-93ae-5df6572d4adc
05-21 14:04:04.036 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:04.036 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8ada408b-df01-4df4-b952-2841ab95d792
05-21 14:04:04.036 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 76c8e50e-820b-4a60-8f43-8e45efebc95e
05-21 14:04:04.036 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bfa44c1a-7606-4c2a-94d3-3b95473a2a55
05-21 14:04:04.037 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=7192afe0-97e4-4d00-b6e6-0541b82c399e,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 888eaa7a-c05a-4832-a93e-e90467c66a19
05-21 14:04:04.236 9128 9128 I ImeTracker: com.github.se.polyfit:4f5f162e: onShown
05-21 14:04:04.293 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:04:04.312 9128 9128 I ImeTracker: com.github.se.polyfit:a2cf1aea: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:04:04.314 9128 9128 I ImeTracker: com.github.se.polyfit:6efe6405: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:04:04.325 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInputView():2241
05-21 14:04:04.326 1585 1585 W TooltipLifecycleManager: TooltipLifecycleManager.dismissTooltips():159 Tooltip with id spell_check_add_to_dictionary not found in tooltipManager.
05-21 14:04:04.327 1585 1585 I InputBundle: InputBundle.consumeEvent():923 Skip consuming an event as keyboard status is 0
05-21 14:04:04.328 1585 1585 I KeyboardWrapper: KeyboardWrapper.consumeEvent():275 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
05-21 14:04:04.328 1585 1585 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdown():77 shutdown()
05-21 14:04:04.329 1585 1585 I AndroidIME: AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
05-21 14:04:04.330 1585 3269 E native : E0000 00:00:1716293044.330470 3269 keyboard.cc:27] Cannot create a keyboard with 0 valid keys
05-21 14:04:04.360 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, true)
05-21 14:04:04.361 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:04.361 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:04.361 1585 1585 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
05-21 14:04:04.366 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@54451987 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@402ba16
05-21 14:04:04.372 9128 9288 D EGL_emulation: app_time_stats: avg=30.46ms min=7.63ms max=470.82ms count=48
05-21 14:04:04.381 9128 9128 I ImeTracker: com.github.se.polyfit:6efe6405: onCancelled at PHASE_CLIENT_APPLY_ANIMATION
05-21 14:04:04.424 9128 9128 W FrameTracker: Missed SF frame:UNKNOWN: 80, 401584, 0, CUJ=J
05-21 14:04:04.425 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 401664, 0, CUJ=J
05-21 14:04:04.427 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 401679, 0, CUJ=J
05-21 14:04:04.428 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 401701, 0, CUJ=J
05-21 14:04:04.429 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 401723, 0, CUJ=J
05-21 14:04:04.431 9128 9128 W FrameTracker: Missed SF frame:UNKNOWN: 80, 401795, 0, CUJ=J
05-21 14:04:04.431 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 401818, 0, CUJ=J
05-21 14:04:04.432 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 401833, 0, CUJ=J
05-21 14:04:04.433 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 401855, 0, CUJ=J
05-21 14:04:04.434 9128 9128 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 401884, 0, CUJ=J
05-21 14:04:04.435 9128 9128 W FrameTracker: Missed SF frame:UNKNOWN: 80, 401906, 0, CUJ=J
05-21 14:04:04.438 9128 9477 V PerfettoTrigger: Not triggering com.android.telemetry.interaction-jank-monitor-69 - not enough time since last trigger
05-21 14:04:04.466 848 904 D SplashScreenView: Build android.window.SplashScreenView{fb9f956 V.E...... ......ID 0,0-0,0}
05-21 14:04:04.466 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:04.466 848 904 D SplashScreenView: Branding: view: android.view.View{aab8dd7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:04.486 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:04.489 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ae9f9e in: PAUSED
05-21 14:04:04.502 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@3ae9f9e
05-21 14:04:04.559 848 966 D EGL_emulation: app_time_stats: avg=12.32ms min=3.43ms max=32.09ms count=57
05-21 14:04:04.581 848 966 D EGL_emulation: app_time_stats: avg=154.90ms min=2.77ms max=1493.45ms count=14
05-21 14:04:04.584 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.584 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.584 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.584 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.584 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.584 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.585 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.585 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.585 6276 6287 W System : A resource failed to call release.
05-21 14:04:04.601 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:04.603 9128 9128 I ImeTracker: com.github.se.polyfit:55cda9e0: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT_BY_INSETS_API
05-21 14:04:04.614 595 612 I ImeTracker: com.github.se.polyfit:55cda9e0: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:04.624 9128 9128 I ImeTracker: com.github.se.polyfit:a2cf1aea: onHidden
05-21 14:04:04.755 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:04.756 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +294ms
05-21 14:04:04.774 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:04.777 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=427, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@5d074e9
05-21 14:04:04.784 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:04.784 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:04.784 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:04.784 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:04.786 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:04.851 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:04.851 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:04.852 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:04.852 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:04.949 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:c227a643: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:04.949 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:c227a643: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:04.957 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:04.967 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:04.967 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:04.967 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:04.967 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:05.005 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ae9f9e in: STOPPED
05-21 14:04:05.019 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@3ae9f9e
05-21 14:04:05.071 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@3ae9f9e in: DESTROYED
05-21 14:04:05.072 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:05.072 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@34ed114
05-21 14:04:05.094 595 2208 W InputManager-JNI: Input channel object '962df2c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:05.116 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@4325f8f]
05-21 14:04:05.120 9128 9160 I TestRunner: finished: verifyMealNamePlaceholder(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
-
2.58 s
passedverifyBodyShown
-
05-21 14:04:05.127 9128 9160 I TestRunner: started: verifyBodyShown(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
05-21 14:04:05.140 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3eeb4a0]
05-21 14:04:05.157 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:05.199 848 904 D SplashScreenView: Build android.window.SplashScreenView{a028843 V.E...... ......ID 0,0-0,0}
05-21 14:04:05.199 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:05.199 848 904 D SplashScreenView: Branding: view: android.view.View{f6a9ec0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:05.251 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7454e2
05-21 14:04:05.253 595 2208 W InputManager-JNI: Input channel object '7153da7 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:05.284 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@25a6193 in: PRE_ON_CREATE
05-21 14:04:05.285 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:05.320 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:05.320 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:05.574 848 966 D EGL_emulation: app_time_stats: avg=37.05ms min=5.71ms max=507.66ms count=25
05-21 14:04:05.779 848 966 D EGL_emulation: app_time_stats: avg=80.92ms min=2.21ms max=617.68ms count=14
05-21 14:04:05.927 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@25a6193 in: CREATED
05-21 14:04:05.937 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@25a6193
05-21 14:04:05.955 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@25a6193 in: STARTED
05-21 14:04:05.969 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@25a6193
05-21 14:04:06.038 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@25a6193 in: RESUMED
05-21 14:04:06.054 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@25a6193
05-21 14:04:06.075 1829 1861 I earchbox:search: Background concurrent copying GC freed 262760(16MB) AllocSpace objects, 1828(33MB) LOS objects, 8% free, 251MB/275MB, paused 56us,35us total 390.486ms
05-21 14:04:06.213 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:06.215 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s51ms
05-21 14:04:06.270 595 693 I ImeTracker: com.github.se.polyfit:72f0ee3d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:06.270 595 693 I ImeTracker: com.github.se.polyfit:72f0ee3d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:06.283 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:06.284 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d450f2b6: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:06.284 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:d450f2b6: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:06.287 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7f2421c
05-21 14:04:06.292 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:06.292 595 612 W InputManager-JNI: Input channel object 'fd22a31 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:06.298 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:06.298 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:06.298 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:06.299 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:06.384 1829 1861 I earchbox:search: Background young concurrent copying GC freed 82373(8237KB) AllocSpace objects, 1449(26MB) LOS objects, 9% free, 242MB/266MB, paused 6.458ms,135us total 98.302ms
05-21 14:04:06.514 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:06.564 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@dbb659f
05-21 14:04:06.565 595 2208 W InputManager-JNI: Input channel object '3f87314 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:06.588 848 966 D EGL_emulation: app_time_stats: avg=24.02ms min=1.11ms max=130.30ms count=38
05-21 14:04:06.929 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:06.929 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 14:04:06.938 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:04:06.938 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'NutritionalInformation')) && (TestTag = 'MealName'); position: 0; useUnmergedTree: false.
05-21 14:04:06.970 848 904 D SplashScreenView: Build android.window.SplashScreenView{9b56795 V.E...... ......ID 0,0-0,0}
05-21 14:04:06.970 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:06.970 848 904 D SplashScreenView: Branding: view: android.view.View{a0ab0aa G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:06.986 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:07.018 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@25a6193 in: PAUSED
05-21 14:04:07.038 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@25a6193
05-21 14:04:07.132 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:07.138 848 966 D EGL_emulation: app_time_stats: avg=96.61ms min=13.50ms max=660.13ms count=14
05-21 14:04:07.332 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:07.347 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +374ms
05-21 14:04:07.356 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:07.356 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:07.356 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:07.357 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:07.358 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:07.369 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:07.379 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=431, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@4226773
05-21 14:04:07.406 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:07.415 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:07.416 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:07.475 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:ff13d085: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:07.475 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:ff13d085: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:07.484 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:07.488 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:07.488 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:07.489 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:07.491 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:07.552 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@25a6193 in: STOPPED
05-21 14:04:07.573 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@25a6193
05-21 14:04:07.637 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@25a6193 in: DESTROYED
05-21 14:04:07.637 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:07.639 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cbe57c4
05-21 14:04:07.667 595 612 W InputManager-JNI: Input channel object '7e5fcdc com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:07.700 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3eeb4a0]
05-21 14:04:07.703 9128 9160 I TestRunner: finished: verifyBodyShown(com.github.se.polyfit.ui.screen.NutritionalInfoTest)
-
27.22 s
com.github.se.polyfit.ui.screen.OverviewTest
-
2.76 s
passedtopBarDisplayed
-
05-21 14:04:07.714 9128 9160 I TestRunner: started: topBarDisplayed(com.github.se.polyfit.ui.screen.OverviewTest)
05-21 14:04:07.737 848 966 D EGL_emulation: app_time_stats: avg=22.18ms min=5.30ms max=216.00ms count=48
05-21 14:04:07.788 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8a6b7e4
05-21 14:04:07.792 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:04:07.794 595 2208 W InputManager-JNI: Input channel object '93c8d28 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:07.841 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@bdf3d8a]
05-21 14:04:07.892 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:07.908 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c37b6e4
05-21 14:04:07.927 848 904 D SplashScreenView: Build android.window.SplashScreenView{40809c8 V.E...... ......ID 0,0-0,0}
05-21 14:04:07.927 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:07.927 848 904 D SplashScreenView: Branding: view: android.view.View{3174a61 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:07.943 595 612 W InputManager-JNI: Input channel object 'c6e613b com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:07.970 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:08.042 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@cb36c65 in: PRE_ON_CREATE
05-21 14:04:08.043 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:08.064 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:08.066 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:08.180 6276 9382 I IPCThreadState: oneway function results for code 2 on binder at 0x751367614ad0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1e07fd15-2493-4a34-be42-1ed113a06b4a
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01011837-c4b9-4219-accf-162b374b6ee7
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c824a71f-4f7c-4be8-ac8c-c3c02476fb01
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8467fc53-0dfc-4377-8562-490095236cc6
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 90c38bd4-46ed-4a4a-94fe-2d1e14d0e7d7
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b76a0f15-853e-442d-bd70-6eac347a46fa
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07eddf82-1eaa-4454-a128-082376620b03
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8475f8ad-b710-4f33-a694-3f69a6cedfff
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b1599282-a131-4cf0-a06e-c5a7ae3248e9
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a3d8cbd3-9c21-4ce2-ba3b-2526eaad331c
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e6dfba4-694d-45c4-af5e-f9c7e07fafdf
05-21 14:04:08.180 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c49989d-ef21-44a7-a752-4d1594400d65
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1452ed54-c6fc-411e-9696-c5db75cf61b0
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b7b654c7-e134-496e-9f20-1a60401fd9a6
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a41dd977-33d8-4c5f-a585-d218c606a696
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b802ad1-8fbc-48a7-8bae-71f702f9b6d3
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e36053b3-9fce-4866-a6bb-5334164f7127
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4211f0e7-63a5-4e83-b629-926a4b4afe28
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c2ad01d-8a9f-408e-9737-c0891b935549
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c494564f-e8f5-42eb-a15d-d481a30e7170
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f90ae6f5-3b02-496f-9f31-83bc95bdec7a
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7a4d7856-664e-4b70-90b1-d3920b9d1e99
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03b960e4-048e-4ca7-bbc9-c45057e8a704
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab3de5b1-5879-4c69-80fa-076e723336c0
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4405dad9-453f-479e-b818-8ed3f17ac355
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2cffadc3-5816-4c29-b674-d80545bd35d0
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 17292e9b-7ebe-434f-ab9f-03b9660e5d02
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b28fb3e2-329a-4a5e-990b-a6b4868c3060
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 69386434-c075-40f3-85c3-71262722b98e
05-21 14:04:08.181 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 23a54f30-e6a2-4709-86ec-c177094c9853
05-21 14:04:08.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0e9e614c-d7c1-4c37-96ac-1aded9cf11e1
05-21 14:04:08.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b3150028-36b7-4dae-88e1-8f7428c4ff97
05-21 14:04:08.182 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:08.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bf9192bb-3636-4baa-b3a6-f1c4188a29de
05-21 14:04:08.182 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:08.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 577b5ad2-326e-424c-ac18-7ec6c77bda3c
05-21 14:04:08.182 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 111aefa7-79c1-412b-a077-70939833e869
05-21 14:04:08.182 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:08.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f2b507ca-6589-45dd-b3bc-934a4259da52
05-21 14:04:08.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 60eac247-132d-45a8-86ad-a35191e0d255
05-21 14:04:08.183 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:08.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: fcc70f7f-9372-495c-9732-c865092a05d9
05-21 14:04:08.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6be3a11d-a01f-4578-8fed-ddcb501471ff
05-21 14:04:08.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e3f27d69-493c-4733-af4e-6bf77d976af3
05-21 14:04:08.183 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=0ecf3bfd-0718-4287-882d-6315cb98f27c,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: dbe5a7ec-538a-4970-9cdb-94f60764ffcd
05-21 14:04:08.531 848 966 D EGL_emulation: app_time_stats: avg=97.07ms min=8.00ms max=749.94ms count=14
05-21 14:04:08.602 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@cb36c65 in: CREATED
05-21 14:04:08.614 595 608 I system_server: NativeAlloc concurrent copying GC freed 255914(8091KB) AllocSpace objects, 4(80KB) LOS objects, 42% free, 32MB/56MB, paused 323us,38us total 125.041ms
05-21 14:04:08.616 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@cb36c65
05-21 14:04:08.636 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@cb36c65 in: STARTED
05-21 14:04:08.649 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@cb36c65
05-21 14:04:08.713 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@cb36c65 in: RESUMED
05-21 14:04:08.732 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@cb36c65
05-21 14:04:08.739 848 966 D EGL_emulation: app_time_stats: avg=13.96ms min=1.13ms max=45.85ms count=54
05-21 14:04:08.812 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 14:04:08.878 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:08.880 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +968ms
05-21 14:04:08.919 595 613 I ImeTracker: com.github.se.polyfit:943a99f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:08.919 595 613 I ImeTracker: com.github.se.polyfit:943a99f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:08.922 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:08.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:08.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:08.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:08.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:08.932 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:08.942 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e1f8099f: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:08.942 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e1f8099f: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:09.091 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:09.212 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c696be3
05-21 14:04:09.213 595 612 W InputManager-JNI: Input channel object '2da7e39 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:09.746 848 966 D EGL_emulation: app_time_stats: avg=15.56ms min=4.10ms max=94.57ms count=47
05-21 14:04:09.793 9128 9143 I OpenGLRenderer: Davey! duration=722ms; Flags=0, FrameTimelineVsyncId=406434, IntendedVsync=7621772243733, Vsync=7621938910393, InputEventId=0, HandleInputStart=7621950693655, AnimationStart=7621950701139, PerformTraversalsStart=7621950703934, DrawStart=7622386450974, FrameDeadline=7621788910399, FrameInterval=7621950443694, FrameStartTime=16666666, SyncQueued=7622399632396, SyncStart=7622399795747, IssueDrawCommandsStart=7622400052114, SwapBuffers=7622412644281, FrameCompleted=7622495056490, DequeueBufferDuration=11421, QueueBufferDuration=227093, GpuCompleted=7622412644281, SwapBuffersCompleted=7622495056490, DisplayPresentTime=0, CommandSubmissionCompleted=7622412644281,
05-21 14:04:09.833 848 904 D SplashScreenView: Build android.window.SplashScreenView{6aa3840 V.E...... ......ID 0,0-0,0}
05-21 14:04:09.833 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:09.833 848 904 D SplashScreenView: Branding: view: android.view.View{51da379 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:09.853 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:09.854 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@cb36c65 in: PAUSED
05-21 14:04:09.868 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@cb36c65
05-21 14:04:09.948 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:09.984 848 966 D EGL_emulation: app_time_stats: avg=103.71ms min=11.13ms max=846.53ms count=14
05-21 14:04:10.043 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:10.044 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 37bc5966-4618-4781-8b01-09d4784e4b38
05-21 14:04:10.044 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec3bda3c-41b0-49cd-b9d6-58a655f34ac9
05-21 14:04:10.044 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760a720 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:10.044 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa6f458a-8641-49c6-b458-6660a515f878
05-21 14:04:10.044 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8a513c08-f1be-4d2e-8705-07415ae5e9ee
05-21 14:04:10.044 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d610b484-bfd1-4ee7-9cfb-f568d1e0a5d2
05-21 14:04:10.044 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a95bf1fe-5423-4330-b8f9-4aab979e2c57
05-21 14:04:10.044 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2a7d484b-6fa8-4935-a1f6-476fe937eb50
05-21 14:04:10.044 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 461d44d6-9b20-430c-bb84-59a8df9e2e17
05-21 14:04:10.045 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b59ced7f-2d85-4b03-a456-020b4d59bd67
05-21 14:04:10.046 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b43c9f49-59b6-467e-b9dd-6baf88cbdd5b
05-21 14:04:10.046 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f30bd6cc-fcb3-4d78-844d-10b25aaa81bb
05-21 14:04:10.046 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f1d1dd88-f93c-49cc-86e1-aa7187855fed
05-21 14:04:10.046 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 992b01e2-415d-49e6-b268-5017b4860094
05-21 14:04:10.046 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b408506-1d31-4ea8-b018-2d0ac68c9ba0
05-21 14:04:10.046 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 61e75665-68e5-4b77-8d36-e44f93a23e4b
05-21 14:04:10.046 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db61bdbf-44c2-4341-9615-97737ee6db7b
05-21 14:04:10.046 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 65c32003-4786-45fb-b269-da1987989ca9
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a70e01a0-68f8-442e-b08f-b462e81b37e1
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97c11ded-9ecc-4a51-bc3b-21b6d0f07a52
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d469d591-4359-41a5-85f1-2db8133df655
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b0ce9855-9ebe-4ed9-bd56-5399b12b35fb
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5edeaff3-d7cf-40f0-b2e6-5d44ee547cbd
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ce0962d-92af-4278-a9fe-335d3c7c817a
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3e2db716-4e59-4fac-b9fe-33cac25af100
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d69e94e-c371-4b35-9e94-91cb3a5afab0
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5395bd98-014c-41e8-ae75-5b5c333cdcc2
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eff93b4b-7d8b-4790-8f3c-7396e128c9d7
05-21 14:04:10.047 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1cef53fa-d4aa-4bb1-af91-d03306fdfa4c
05-21 14:04:10.048 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba20a6ab-7512-4f86-9bce-9931c72c650f
05-21 14:04:10.048 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb8ddc32-ea27-4f0f-a233-0408eae95355
05-21 14:04:10.048 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3ace0722-12d7-446f-a6d3-6b780bbaff34
05-21 14:04:10.048 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f4d0a01a-d552-4006-8036-5a3c195b3aa0
05-21 14:04:10.048 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:10.048 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a6aee5c9-f349-41f7-9230-bbf4a794d5bf
05-21 14:04:10.049 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:10.049 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 12591150-08e0-4422-9753-c85f324a42a9
05-21 14:04:10.049 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f791ab3a-710e-45dc-ba28-0a51052d0bb4
05-21 14:04:10.049 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:10.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 97ae257b-48af-4f9f-988a-8a0ccea6674b
05-21 14:04:10.050 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0e1fd972-5605-4742-9457-87a682a8b144
05-21 14:04:10.051 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:10.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 668c347a-ef5f-4b88-97d2-8eae19717a42
05-21 14:04:10.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9db1dcd5-d346-48c2-9181-5a46070c6fcf
05-21 14:04:10.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5a4b6aba-58e8-49a9-b1ff-726b492ca500
05-21 14:04:10.051 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=5add15de-4714-4dd2-8829-05671f2bcd67,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4af6c257-b341-4c1e-99bb-cf93487d0a5a
05-21 14:04:10.112 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:10.115 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +282ms
05-21 14:04:10.187 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:10.187 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:10.188 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:10.211 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:10.213 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=435, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@81f16f9
05-21 14:04:10.219 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:10.226 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:10.226 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:10.226 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:10.226 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:10.227 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:10.328 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@cb36c65 in: STOPPED
05-21 14:04:10.336 6276 6287 W System : A resource failed to call release.
05-21 14:04:10.336 6276 6287 W System : A resource failed to call release.
05-21 14:04:10.336 6276 6287 W System : A resource failed to call release.
05-21 14:04:10.336 6276 6287 W System : A resource failed to call release.
05-21 14:04:10.336 6276 6287 W System : A resource failed to call release.
05-21 14:04:10.336 6276 6287 W System : A resource failed to call release.
05-21 14:04:10.342 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@cb36c65
05-21 14:04:10.351 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:1e27f501: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:10.351 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:1e27f501: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:10.353 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:10.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:10.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:10.355 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:10.356 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:10.403 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@cb36c65 in: DESTROYED
05-21 14:04:10.403 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:10.405 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@69c1753
05-21 14:04:10.430 595 1609 W InputManager-JNI: Input channel object '6348e5c com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:10.454 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@bdf3d8a]
05-21 14:04:10.455 9128 9160 I TestRunner: finished: topBarDisplayed(com.github.se.polyfit.ui.screen.OverviewTest)
-
4.67 s
passedPictureDialog_Displays
-
05-21 14:04:10.470 9128 9160 I TestRunner: started: PictureDialog_Displays(com.github.se.polyfit.ui.screen.OverviewTest)
05-21 14:04:10.478 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8e00051]
05-21 14:04:10.497 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:10.533 1829 1861 I earchbox:search: Background young concurrent copying GC freed 134243(4338KB) AllocSpace objects, 458(8600KB) LOS objects, 3% free, 257MB/266MB, paused 4.817ms,82us total 103.121ms
05-21 14:04:10.558 848 904 D SplashScreenView: Build android.window.SplashScreenView{9f4f0fc V.E...... ......ID 0,0-0,0}
05-21 14:04:10.558 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:10.558 848 904 D SplashScreenView: Branding: view: android.view.View{d9f9385 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:10.601 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@57d3c3b
05-21 14:04:10.602 595 1609 W InputManager-JNI: Input channel object '750ea45 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:10.633 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ee5d8a8 in: PRE_ON_CREATE
05-21 14:04:10.633 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:10.687 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:10.688 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:10.691 848 903 W FrameTracker: Missed App frame:UNKNOWN: 10, 407231, 0, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 10, 407231, 0, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 407231, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 407267, 0, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 407267, 0, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 407267, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 407339, 0, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 407339, 0, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 407339, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 407354, 111883703, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 407354, 111883703, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 407391, 111227980, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 407391, 111227980, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 407436, 151096843, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 407436, 151096843, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 407488, 179909503, CUJ=J
05-21 14:04:10.691 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 407488, 179909503, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 407495, 0, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 407495, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 407510, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 407533, 149520520, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 407533, 149520520, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 407565, 119444026, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 407565, 119444026, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 407641, 85902087, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 407641, 85902087, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 407700, 64604156, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 407735, 85471534, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 407735, 85471534, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 407786, 90618205, CUJ=J
05-21 14:04:10.768 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 407786, 90618205, CUJ=J
05-21 14:04:10.774 848 966 D EGL_emulation: app_time_stats: avg=26.40ms min=1.17ms max=141.36ms count=33
05-21 14:04:11.127 1829 1861 I earchbox:search: Background concurrent copying GC freed 391500(18MB) AllocSpace objects, 1351(24MB) LOS objects, 8% free, 252MB/276MB, paused 524us,66us total 478.318ms
05-21 14:04:11.267 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 473771(15MB) AllocSpace objects, 12(568KB) LOS objects, 26% free, 43MB/60MB, paused 182us,98us total 101.405ms
05-21 14:04:11.281 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ee5d8a8 in: CREATED
05-21 14:04:11.290 9128 9140 W System : A resource failed to call release.
05-21 14:04:11.299 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@ee5d8a8
05-21 14:04:11.317 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ee5d8a8 in: STARTED
05-21 14:04:11.332 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@ee5d8a8
05-21 14:04:11.397 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ee5d8a8 in: RESUMED
05-21 14:04:11.413 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@ee5d8a8
05-21 14:04:11.552 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:11.555 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s51ms
05-21 14:04:11.596 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:11.598 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e7a98b9
05-21 14:04:11.602 595 1609 W InputManager-JNI: Input channel object 'bb92c43 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:11.603 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f59318ce: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:11.607 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:f59318ce: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:11.621 595 613 I ImeTracker: com.github.se.polyfit:92b26712: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:11.621 848 966 D EGL_emulation: app_time_stats: avg=94.18ms min=3.80ms max=681.05ms count=17
05-21 14:04:11.621 595 613 I ImeTracker: com.github.se.polyfit:92b26712: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:11.634 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:11.637 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:11.637 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:11.638 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:11.639 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:11.668 9128 9160 W thub.se.polyfit: Suspending all threads took: 15.490ms
05-21 14:04:11.784 848 966 D EGL_emulation: app_time_stats: avg=27.15ms min=5.96ms max=227.06ms count=35
05-21 14:04:11.861 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:11.882 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@34ae301
05-21 14:04:11.884 595 613 W InputManager-JNI: Input channel object '88a9e8b Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:12.723 9128 10429 I OpenGLRenderer: Davey! duration=925ms; Flags=0, FrameTimelineVsyncId=408635, IntendedVsync=7624505576957, Vsync=7624788910279, InputEventId=0, HandleInputStart=7624801914894, AnimationStart=7624801930373, PerformTraversalsStart=7624801933098, DrawStart=7625386132031, FrameDeadline=7624522243623, FrameInterval=7624801671896, FrameStartTime=16666666, SyncQueued=7625415179080, SyncStart=7625415245916, IssueDrawCommandsStart=7625415594965, SwapBuffers=7625417775583, FrameCompleted=7625431418976, DequeueBufferDuration=17092, QueueBufferDuration=512693, GpuCompleted=7625417775583, SwapBuffersCompleted=7625431418976, DisplayPresentTime=0, CommandSubmissionCompleted=7625417775583,
05-21 14:04:12.726 9128 9128 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread.
05-21 14:04:12.758 9128 9160 I KASPRESSO: Operation: Check=ASSERT_DOES_NOT_EXIST(description={null}).
05-21 14:04:12.758 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'PictureDialog'; position: 0; useUnmergedTree: false.
05-21 14:04:12.788 848 966 D EGL_emulation: app_time_stats: avg=9.93ms min=3.66ms max=52.12ms count=56
05-21 14:04:12.861 9128 9128 D OverviewScreen: Photo button clicked
05-21 14:04:12.866 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:12.866 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'PictureDialog'; position: 0; useUnmergedTree: false.
05-21 14:04:13.054 6276 10445 I IPCThreadState: oneway function results for code 2 on binder at 0x751367616f60 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:13.057 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:13.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b99ef58a-2328-466a-b95a-467321fef6f4
05-21 14:04:13.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e809552d-3b4e-4596-840e-2a60ce297d1b
05-21 14:04:13.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4cb621a-96a4-4bff-af49-576fce1bbf49
05-21 14:04:13.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42d8e81d-8d3c-4a46-98e3-b872cc1b0b6f
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d99c226d-549c-4dfe-871a-cd6525f9b362
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e440c76-d88a-47c2-9772-c25654d2014f
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2076d739-e61e-4eea-a6be-fdb09f236d45
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7919d80f-6a17-4db9-9281-f1d43cfef81e
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 193540bd-fd47-4691-92dc-75f5ba2f5fa4
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6b3b17ae-8e4f-465c-98c1-46d07ad2458b
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7dadb763-c022-4251-bf2b-bbe33500005c
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b740b4ba-590e-4c42-b7fd-a8c9e7ae99e4
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a221589f-9568-4a79-bc48-7354d41df981
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 98be2d7d-e407-45c4-9795-79187bc8a9de
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f9ad6aac-edf1-4ed1-a843-8d764941c367
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 92b96e24-85a8-4fb3-96d1-d776ed1302bf
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbdee509-2c2d-47f0-834c-3f85a548548e
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a45359af-259a-497f-8970-2566be769536
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89c66271-a46f-4a45-984d-316ae752af2b
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2da9f8d5-e25a-44a1-bc70-4c294976aa61
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3c85b7e-6fe4-418c-b58c-c707ac4b84ce
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e82e7545-9c46-4814-b96a-acc786f51ca6
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2c379e4f-3cbc-4011-b21d-568af832d71f
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 50141794-0dd9-4df8-a0c3-8c18d93241e4
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd9b3c93-dd42-43e7-a942-1ef6e684ea4a
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aa0b7408-6c91-4100-a284-74469afba288
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 965d3232-2676-49c9-bca1-a7fec5576e19
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c51666ac-2901-4d9b-963a-8193cfef4e8c
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c86ef8b8-782c-48fb-8d44-ec72ffad3311
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41875c32-3818-466a-9db7-b4e53ec6343e
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b684a8cb-baca-4f03-8891-3470f6ae4a49
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e30f0cd4-064d-4694-a072-877338fa1ea2
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:13.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5dc34b53-aadc-40f5-96f0-8101a985502c
05-21 14:04:13.059 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:13.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 86d1fe87-609d-4d6d-8de8-815bb3baa798
05-21 14:04:13.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bbda03fa-affa-49b0-af77-d089b92b4b84
05-21 14:04:13.059 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:13.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c7841d99-6b0e-4bb4-9ee6-189b0e212e62
05-21 14:04:13.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6bbf621b-4ccb-475c-8b87-f03b5d358985
05-21 14:04:13.060 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:13.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 43a2f435-264f-4756-a297-78f5f6a6b34e
05-21 14:04:13.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d1d00a16-6f55-4127-8398-85d9370960fb
05-21 14:04:13.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 05065612-075e-44e0-b102-f42c2e903444
05-21 14:04:13.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=cda74cd3-b596-4135-9be6-2f704c9f6d51,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 16fd3390-9ca6-490d-a3ec-9893a3378d12
05-21 14:04:13.264 9128 9138 I thub.se.polyfit: NativeAlloc concurrent copying GC freed 500228(18MB) AllocSpace objects, 25(736KB) LOS objects, 44% free, 29MB/53MB, paused 2.677ms,17us total 261.620ms
05-21 14:04:13.693 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:04:13.693 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:04:13.724 9128 9288 D EGL_emulation: app_time_stats: avg=37.74ms min=9.91ms max=1161.31ms count=52
05-21 14:04:13.790 9128 9128 I Choreographer: Skipped 55 frames! The application may be doing too much work on its main thread.
05-21 14:04:13.839 9128 10429 I OpenGLRenderer: Davey! duration=937ms; Flags=0, FrameTimelineVsyncId=409315, IntendedVsync=7625588910247, Vsync=7626505576877, InputEventId=0, HandleInputStart=7626510732481, AnimationStart=7626510739635, PerformTraversalsStart=7626511234585, DrawStart=7626512551791, FrameDeadline=7625622243579, FrameInterval=7626508531062, FrameStartTime=16666666, SyncQueued=7626513789863, SyncStart=7626531388667, IssueDrawCommandsStart=7626531476762, SwapBuffers=7626533429490, FrameCompleted=7626543529717, DequeueBufferDuration=4318, QueueBufferDuration=163435, GpuCompleted=7626533429490, SwapBuffersCompleted=7626543529717, DisplayPresentTime=-3872056672167611217, CommandSubmissionCompleted=7626533429490,
05-21 14:04:13.990 9128 10429 I OpenGLRenderer: Davey! duration=1089ms; Flags=1, FrameTimelineVsyncId=409315, IntendedVsync=7625588910247, Vsync=7626505576877, InputEventId=0, HandleInputStart=7626510732481, AnimationStart=7626510739635, PerformTraversalsStart=7626511234585, DrawStart=7626667558078, FrameDeadline=7625605576913, FrameInterval=7626508531062, FrameStartTime=16666666, SyncQueued=7626671439134, SyncStart=7626683819807, IssueDrawCommandsStart=7626683912710, SwapBuffers=7626684756804, FrameCompleted=7626690605101, DequeueBufferDuration=2815, QueueBufferDuration=135452, GpuCompleted=7626684756804, SwapBuffersCompleted=7626690605101, DisplayPresentTime=0, CommandSubmissionCompleted=7626684756804,
05-21 14:04:14.063 595 612 I ImeTracker: com.github.se.polyfit:d7ac9aed: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:14.063 595 612 I ImeTracker: com.github.se.polyfit:d7ac9aed: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:14.065 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:14.066 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:14.066 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:14.066 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:14.067 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:14.214 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:14.214 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'PictureDialog'; position: 0; useUnmergedTree: false.
05-21 14:04:14.222 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:14.222 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '0Button'); position: 0; useUnmergedTree: false.
05-21 14:04:14.231 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:14.231 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '0Button'); position: 0; useUnmergedTree: false.
05-21 14:04:14.243 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:04:14.243 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '0Button'); position: 0; useUnmergedTree: false.
05-21 14:04:14.252 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:14.252 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '1Button'); position: 0; useUnmergedTree: false.
05-21 14:04:14.261 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:14.261 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '1Button'); position: 0; useUnmergedTree: false.
05-21 14:04:14.268 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:04:14.268 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'PictureDialogColumn')) && (TestTag = '1Button'); position: 0; useUnmergedTree: false.
05-21 14:04:14.299 848 904 D SplashScreenView: Build android.window.SplashScreenView{54549c7 V.E...... ......ID 0,0-0,0}
05-21 14:04:14.299 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:14.299 848 904 D SplashScreenView: Branding: view: android.view.View{1e53bf4 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:14.321 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:14.338 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ee5d8a8 in: PAUSED
05-21 14:04:14.354 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@ee5d8a8
05-21 14:04:14.418 1585 1714 I ProtoXDBBufferWrapper: ProtoXDBBufferWrapper.flushToStorage():153 Flushed 18 data item(s) to storage.
05-21 14:04:14.499 848 966 D EGL_emulation: app_time_stats: avg=719.42ms min=39.71ms max=2689.45ms count=4
05-21 14:04:14.518 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:14.582 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 157632(6328KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 17MB/34MB, paused 246us,104us total 125.917ms
05-21 14:04:14.689 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:14.691 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +401ms
05-21 14:04:14.694 848 966 D EGL_emulation: app_time_stats: avg=89.25ms min=11.54ms max=1256.09ms count=21
05-21 14:04:14.709 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:14.715 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=439, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@ed25f05
05-21 14:04:14.717 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:14.718 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:14.724 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:14.724 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:14.730 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:14.731 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:14.731 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:14.731 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:14.731 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:14.900 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:23429f9f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:14.900 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:23429f9f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:14.903 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:14.903 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:14.903 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:14.903 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:14.904 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:14.931 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ee5d8a8 in: STOPPED
05-21 14:04:14.949 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@ee5d8a8
05-21 14:04:14.978 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@be77cfa
05-21 14:04:15.014 595 612 W InputManager-JNI: Input channel object 'c0ab7d3 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:15.067 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@ee5d8a8 in: DESTROYED
05-21 14:04:15.068 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:15.069 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@20c4dee
05-21 14:04:15.092 595 957 W InputManager-JNI: Input channel object '9c443f3 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:15.114 9128 9128 E FrameTracker: force finish cuj, time out: J
05-21 14:04:15.122 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8e00051]
05-21 14:04:15.124 9128 9160 I TestRunner: finished: PictureDialog_Displays(com.github.se.polyfit.ui.screen.OverviewTest)
-
4.42 s
passededitButtonClicked
-
05-21 14:04:15.141 9128 9160 I TestRunner: started: editButtonClicked(com.github.se.polyfit.ui.screen.OverviewTest)
05-21 14:04:15.157 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@307bad3]
05-21 14:04:15.178 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:15.200 1829 1861 I earchbox:search: Background young concurrent copying GC freed 88820(5053KB) AllocSpace objects, 704(12MB) LOS objects, 4% free, 252MB/265MB, paused 150us,93us total 124.396ms
05-21 14:04:15.215 848 904 D SplashScreenView: Build android.window.SplashScreenView{821723f V.E...... ......ID 0,0-0,0}
05-21 14:04:15.215 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:15.215 848 904 D SplashScreenView: Branding: view: android.view.View{2c7070c G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:15.264 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8123974
05-21 14:04:15.269 595 957 W InputManager-JNI: Input channel object '1e99659 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:15.324 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2b82a72 in: PRE_ON_CREATE
05-21 14:04:15.324 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:15.352 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:15.356 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:15.781 848 966 D EGL_emulation: app_time_stats: avg=89.88ms min=7.21ms max=577.67ms count=14
05-21 14:04:15.829 848 966 D EGL_emulation: app_time_stats: avg=29.30ms min=2.04ms max=207.46ms count=32
05-21 14:04:15.877 1829 1861 I earchbox:search: Background concurrent copying GC freed 253326(15MB) AllocSpace objects, 1658(30MB) LOS objects, 8% free, 260MB/284MB, paused 112us,55us total 516.163ms
05-21 14:04:15.945 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2b82a72 in: CREATED
05-21 14:04:15.954 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@2b82a72
05-21 14:04:15.967 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2b82a72 in: STARTED
05-21 14:04:15.978 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@2b82a72
05-21 14:04:16.032 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2b82a72 in: RESUMED
05-21 14:04:16.048 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@2b82a72
05-21 14:04:16.196 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:16.198 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s5ms
05-21 14:04:16.264 595 613 I ImeTracker: com.github.se.polyfit:d429dc0e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:16.264 595 613 I ImeTracker: com.github.se.polyfit:d429dc0e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:16.269 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:16.272 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:16.272 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:16.273 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:16.275 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:16.286 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:c945a2cf: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:16.286 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:c945a2cf: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:16.291 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:16.513 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7c4f35b
05-21 14:04:16.515 595 957 W InputManager-JNI: Input channel object '79a131d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:16.633 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:16.838 848 966 D EGL_emulation: app_time_stats: avg=15.55ms min=0.87ms max=118.91ms count=49
05-21 14:04:17.475 9128 9144 I OpenGLRenderer: Davey! duration=898ms; Flags=0, FrameTimelineVsyncId=412737, IntendedVsync=7629288910099, Vsync=7629555576755, InputEventId=0, HandleInputStart=7629559186615, AnimationStart=7629559202645, PerformTraversalsStart=7629559206592, DrawStart=7630125415146, FrameDeadline=7629305576765, FrameInterval=7629558877400, FrameStartTime=16666666, SyncQueued=7630171720038, SyncStart=7630171818972, IssueDrawCommandsStart=7630172363805, SwapBuffers=7630174981133, FrameCompleted=7630187646896, DequeueBufferDuration=4368, QueueBufferDuration=446992, GpuCompleted=7630174981133, SwapBuffersCompleted=7630187646896, DisplayPresentTime=0, CommandSubmissionCompleted=7630174981133,
05-21 14:04:17.488 9128 9128 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread.
05-21 14:04:17.538 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:17.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1fc85761-fae1-47e0-9dd8-d3bab920ea1e
05-21 14:04:17.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef13fcc5-5d9f-4d54-9b9e-1c75799b847d
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9714a3f1-28a9-45ce-9ca0-8e50bd876a20
05-21 14:04:17.539 6276 6817 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fa880 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5299a98b-da4f-4009-8e15-9aeff697bebc
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f378b53-e79e-4f1b-8b08-530124cbd572
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b172235f-5f3b-4712-a5ee-b76b74bef555
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 231037cb-7daf-4d8b-86d3-9b78154ea30f
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 13badc70-b3ca-41d2-bb7c-47f01c8f5ff2
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6a063133-d985-4d2a-a425-5c378eb556e5
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 937b2b6c-179e-450e-9c64-e3c06a565f6c
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 44250ec6-7e2c-4252-aa50-718fefca5985
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 396d9114-9c16-4a65-8577-7fdacd216dea
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a6fa6c70-ec2a-4067-afe1-263680299b7c
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6a3d599a-20b6-4b1e-9782-0ef6849c03ab
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f57da6b-24f1-431c-9caf-d980abebacc5
05-21 14:04:17.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 352ffbf0-3efe-4a85-b42c-004276a5489b
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26c18bd9-3deb-4ddf-935c-6b3d6ac59ff3
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 39fae234-8323-4446-bab2-bcce26f079d3
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4198b570-cc7c-4322-b379-2fb61f09ac11
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5917fe69-9040-4b99-998e-37c04228218c
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 907f60be-40ff-4b4b-a1c7-13b5e6fb2dfb
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e2f8ecb1-e32d-407a-9b35-223a089be2ed
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9da0289a-a111-451b-9ac3-fc63195c35ef
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f306f78a-1277-4860-bf2f-384b6438a2bd
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9993578a-3842-4ab7-8957-b77f71fc3a41
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 609efbcd-1871-445f-b0df-011b8b40f6bd
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 18289d7f-8e71-476f-938b-d58a56dcf481
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea2dc2e2-4f61-4f04-b9d5-4c22babdc32d
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 12a0b197-4e14-41f7-9934-a3edd1e22d53
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 882f06bd-717c-44af-acee-e53ca2502a09
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d920d24d-a382-4916-8d99-aee0e35c264d
05-21 14:04:17.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 63389938-6c86-41b8-ab25-dfb1fde62347
05-21 14:04:17.541 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:17.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: de11d507-4842-4618-8d9f-7cfd2d56fac8
05-21 14:04:17.541 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:17.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 09b9b556-574a-4f24-8ac1-8ffc18b760fc
05-21 14:04:17.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2758c21c-a2e1-4bbd-9414-b94df1cc0537
05-21 14:04:17.543 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:17.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7a24fa20-ce47-495b-9847-0c7fa108fc4a
05-21 14:04:17.543 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8c75853f-520d-44c5-9502-38d6e8b30952
05-21 14:04:17.545 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:17.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 581838a7-2cdc-4a20-8a32-aeaf3bc37599
05-21 14:04:17.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ee992d72-ebc2-43f0-ac72-011efbfda75d
05-21 14:04:17.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 89bd86f4-4af5-4e9c-9fbb-7775a56f0aab
05-21 14:04:17.545 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=9a5f8ec2-0faa-4988-b55f-72f4b480e3ee,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 47ae96ec-c61e-4054-8787-bf8f683f897f
05-21 14:04:17.674 9128 9128 I Navigation: Navigating to AddMeal
05-21 14:04:17.699 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:17.699 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'IngredientTitle'); position: 0; useUnmergedTree: false.
05-21 14:04:17.742 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:04:17.871 848 966 D EGL_emulation: app_time_stats: avg=20.34ms min=6.97ms max=66.01ms count=47
05-21 14:04:17.975 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:04:17.975 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:04:18.113 9128 9138 I thub.se.polyfit: NativeAlloc concurrent copying GC freed 343432(11MB) AllocSpace objects, 6(256KB) LOS objects, 46% free, 28MB/52MB, paused 752us,40us total 192.162ms
05-21 14:04:18.469 9128 9288 D EGL_emulation: app_time_stats: avg=45.42ms min=10.17ms max=1274.53ms count=47
05-21 14:04:18.646 9128 9128 I Choreographer: Skipped 56 frames! The application may be doing too much work on its main thread.
05-21 14:04:18.683 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:18.683 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'TopBar')) && (TestTag = 'IngredientTitle'); position: 0; useUnmergedTree: false.
05-21 14:04:18.690 9128 10429 I OpenGLRenderer: Davey! duration=970ms; Flags=0, FrameTimelineVsyncId=413416, IntendedVsync=7630422243387, Vsync=7631355576683, InputEventId=0, HandleInputStart=7631367039282, AnimationStart=7631367044091, PerformTraversalsStart=7631367110815, DrawStart=7631367839209, FrameDeadline=7630455576719, FrameInterval=7631365098891, FrameStartTime=16666666, SyncQueued=7631374963508, SyncStart=7631376407743, IssueDrawCommandsStart=7631376731288, SwapBuffers=7631380370355, FrameCompleted=7631393877553, DequeueBufferDuration=6568338, QueueBufferDuration=177059, GpuCompleted=7631380370355, SwapBuffersCompleted=7631393877553, DisplayPresentTime=0, CommandSubmissionCompleted=7631380370355,
05-21 14:04:18.707 848 904 D SplashScreenView: Build android.window.SplashScreenView{2e74c04 V.E...... ......ID 0,0-0,0}
05-21 14:04:18.707 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:18.707 848 904 D SplashScreenView: Branding: view: android.view.View{4bcc5ed G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:18.719 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:18.738 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2b82a72 in: PAUSED
05-21 14:04:18.750 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@2b82a72
05-21 14:04:18.868 848 966 D EGL_emulation: app_time_stats: avg=214.67ms min=5.27ms max=2368.16ms count=14
05-21 14:04:18.887 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:18.939 1893 1893 D BoundBrokerSvc: onUnbind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
05-21 14:04:19.070 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:19.077 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +371ms
05-21 14:04:19.085 848 966 D EGL_emulation: app_time_stats: avg=303.42ms min=32.57ms max=1031.58ms count=4
05-21 14:04:19.111 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:19.117 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=443, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@dd15cc2
05-21 14:04:19.125 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:19.125 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:19.125 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:19.125 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:19.126 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:19.181 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:19.182 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:19.182 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:19.183 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:19.257 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d766e7f0 (UnprojectedRipple) with handle 0x75136762da00
05-21 14:04:19.269 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:8ab6bc82: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:19.269 595 1609 I ImeTracker: com.google.android.apps.nexuslauncher:8ab6bc82: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:19.294 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:19.299 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:19.300 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:19.300 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:19.302 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:19.374 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2b82a72 in: STOPPED
05-21 14:04:19.397 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@2b82a72
05-21 14:04:19.437 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@68f2470
05-21 14:04:19.454 595 1609 W InputManager-JNI: Input channel object '7c705c6 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:19.486 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 414540, 0, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 414540, 0, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 414540, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 414580, 0, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 414580, 0, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 414580, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 414731, 90391264, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 414731, 90391264, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 414760, 0, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 414760, 0, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 414760, CUJ=J
05-21 14:04:19.486 848 903 W FrameTracker: Missing SF jank callback for vsyncId: 414833, CUJ=J
05-21 14:04:19.500 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2b82a72 in: DESTROYED
05-21 14:04:19.501 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:19.503 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9403507
05-21 14:04:19.533 595 613 W InputManager-JNI: Input channel object '341edcb com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:19.570 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@307bad3]
05-21 14:04:19.572 9128 9160 I TestRunner: finished: editButtonClicked(com.github.se.polyfit.ui.screen.OverviewTest)
-
3.26 s
passedgraphCardTest
-
05-21 14:04:19.578 9128 9160 I TestRunner: started: graphCardTest(com.github.se.polyfit.ui.screen.OverviewTest)
05-21 14:04:19.598 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@46729d1]
05-21 14:04:19.619 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:19.650 848 904 D SplashScreenView: Build android.window.SplashScreenView{dcea839 V.E...... ......ID 0,0-0,0}
05-21 14:04:19.650 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:19.650 848 904 D SplashScreenView: Branding: view: android.view.View{d552e7e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:19.654 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@edbe909
05-21 14:04:19.663 595 612 W InputManager-JNI: Input channel object '6683738 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:19.669 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:19.704 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@4489828 in: PRE_ON_CREATE
05-21 14:04:19.704 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:19.757 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:19.758 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:19.786 1829 1861 I earchbox:search: Background young concurrent copying GC freed 197283(6169KB) AllocSpace objects, 645(11MB) LOS objects, 4% free, 253MB/265MB, paused 487us,80us total 120.145ms
05-21 14:04:20.098 848 966 D EGL_emulation: app_time_stats: avg=23.73ms min=1.40ms max=113.95ms count=35
05-21 14:04:20.197 848 966 D EGL_emulation: app_time_stats: avg=84.58ms min=3.70ms max=613.35ms count=14
05-21 14:04:20.294 595 608 I system_server: NativeAlloc concurrent copying GC freed 269072(8567KB) AllocSpace objects, 5(100KB) LOS objects, 42% free, 32MB/56MB, paused 255us,47us total 124.154ms
05-21 14:04:20.311 1829 1861 I earchbox:search: Background concurrent copying GC freed 253144(15MB) AllocSpace objects, 1657(30MB) LOS objects, 8% free, 252MB/276MB, paused 2.801ms,38us total 466.695ms
05-21 14:04:20.360 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@4489828 in: CREATED
05-21 14:04:20.376 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@4489828
05-21 14:04:20.395 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@4489828 in: STARTED
05-21 14:04:20.412 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@4489828
05-21 14:04:20.497 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@4489828 in: RESUMED
05-21 14:04:20.511 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@4489828
05-21 14:04:20.611 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:20.613 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +980ms
05-21 14:04:20.630 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:5376e2f8: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:20.631 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:5376e2f8: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:20.631 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:20.657 595 1609 I ImeTracker: com.github.se.polyfit:ec125c5c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:20.658 595 1609 I ImeTracker: com.github.se.polyfit:ec125c5c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:20.662 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:20.669 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:20.670 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:20.670 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:20.671 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:20.887 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:20.962 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5e88ef5
05-21 14:04:20.963 595 613 W InputManager-JNI: Input channel object '18a1b0c Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:21.104 848 966 D EGL_emulation: app_time_stats: avg=16.31ms min=1.11ms max=126.37ms count=46
05-21 14:04:21.601 9128 9128 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.
05-21 14:04:21.606 9128 9143 I OpenGLRenderer: Davey! duration=770ms; Flags=0, FrameTimelineVsyncId=416173, IntendedVsync=7633538909929, Vsync=7633755576587, InputEventId=0, HandleInputStart=7633764640498, AnimationStart=7633764650888, PerformTraversalsStart=7633764655316, DrawStart=7634263808786, FrameDeadline=7633555576595, FrameInterval=7633764396281, FrameStartTime=16666666, SyncQueued=7634291506449, SyncStart=7634291699828, IssueDrawCommandsStart=7634292133571, SwapBuffers=7634294994042, FrameCompleted=7634309652825, DequeueBufferDuration=7063, QueueBufferDuration=795355, GpuCompleted=7634294994042, SwapBuffersCompleted=7634309652825, DisplayPresentTime=0, CommandSubmissionCompleted=7634294994042,
05-21 14:04:21.822 848 904 D SplashScreenView: Build android.window.SplashScreenView{3fe3fea V.E...... ......ID 0,0-0,0}
05-21 14:04:21.822 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:21.822 848 904 D SplashScreenView: Branding: view: android.view.View{3b6b2db G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:21.853 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:21.860 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@4489828 in: PAUSED
05-21 14:04:21.875 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@4489828
05-21 14:04:21.889 6276 10445 I IPCThreadState: oneway function results for code 2 on binder at 0x75136760c910 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f3c61bc9-9314-4508-945b-283dfa6e8cca
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 83082711-6a0d-4f76-a42b-179e30403981
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4f50bbbc-8a5d-4b3f-9bc5-d260484c4952
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d6713d79-6c4a-45fa-bc16-dbc6d3b04c3e
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d31c1df-3f83-452c-aa6a-4093688e53a4
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e1a1a337-81d3-4910-b094-67023b07a6b3
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70f51316-9b09-4614-b1ab-169fca1a3eca
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6357496-db77-4baf-8a61-a94708df350b
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3135de23-a4d9-486a-8fa7-1f95b21c9afa
05-21 14:04:21.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e90ccb3b-2dca-4a7f-aac8-bbb8c808615c
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4288d5b-2071-423f-b096-98a5fc26f960
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 78132be7-e548-4658-8996-3670fba9a1c1
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce8f69ce-54c6-4e4d-a9f8-5493f90f8b7c
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1199169c-8cf1-42f6-a7d2-00eb9aaaeebd
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db104549-2a8c-47ab-9611-fd22841a2c66
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a4e6fe5d-8af3-4717-bb01-2816002bd106
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0c92c98c-3f74-4102-8118-7e1d60e2687c
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbdceed6-8639-4fee-8bc7-3c4b02519a20
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6c19a65d-a8a7-49fd-9a6f-c1efe2462ebb
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 73142bb0-f524-4753-a055-e01f55d71759
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9196b4cf-5604-4127-8035-db871319d395
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30d03456-de00-49dc-9684-a2c65f22b0e9
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db20f9b4-aae7-4b34-becd-cf4912026173
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9761502b-48bc-4e0b-af1e-21f4475f0f75
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d90eb08-8748-4e67-8c3d-02496989195e
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: adca6e51-5baa-4876-9ce9-1d92c244e534
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b5ae6c6f-e068-4a4f-9053-64b24ade51ae
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 739f7742-2106-4435-94e2-76bb95cd110b
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a49f8350-7975-47d2-bb75-316dd513c56c
05-21 14:04:21.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2410ac53-0ade-42b1-ae74-3a3bcaadd478
05-21 14:04:21.895 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 20de3638-5c78-4908-838f-26d3742d57b5
05-21 14:04:21.895 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ee24221b-f2cd-448e-9ab7-9bb11babd3bd
05-21 14:04:21.895 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:21.895 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0cdcff68-39cd-4c89-98e2-bccba958face
05-21 14:04:21.895 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:21.895 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b526ac92-e0d2-4f49-b5c9-e685885ce41a
05-21 14:04:21.895 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 04dc64a8-7c7c-4faf-af76-0b96752e4de2
05-21 14:04:21.896 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:21.896 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 78c833f6-ff1e-461d-b77e-ed625dc82f73
05-21 14:04:21.896 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9c2c0926-9887-44aa-a80f-1b762a22a07e
05-21 14:04:21.897 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 14:04:21.897 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: afd836c5-d6d6-402a-8b7a-204dcb04c869
05-21 14:04:21.897 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f919c5a3-8257-4eb6-b643-9b9aa0a9a101
05-21 14:04:21.898 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 04062e29-4017-4977-81a1-6e5bebe32737
05-21 14:04:21.898 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=2dc6b13f-9fa3-4c96-9d39-9f08e92a7b0d,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c1d9587d-06df-4f79-b67b-44a9a44857f4
05-21 14:04:21.935 6276 6287 W System : A resource failed to call release.
05-21 14:04:21.935 6276 6287 W System : A resource failed to call release.
05-21 14:04:21.935 6276 6287 W System : A resource failed to call release.
05-21 14:04:21.935 6276 6287 W System : A resource failed to call release.
05-21 14:04:21.935 6276 6287 W System : A resource failed to call release.
05-21 14:04:21.935 6276 6287 W System : A resource failed to call release.
05-21 14:04:21.997 848 966 D EGL_emulation: app_time_stats: avg=134.50ms min=1.89ms max=1073.70ms count=13
05-21 14:04:22.015 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:22.180 848 966 D EGL_emulation: app_time_stats: avg=18.05ms min=3.89ms max=81.02ms count=54
05-21 14:04:22.181 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:22.186 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +369ms
05-21 14:04:22.298 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:22.299 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:22.300 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:22.311 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:22.315 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=447, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@d8a97cc
05-21 14:04:22.316 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:22.316 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:22.316 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:22.316 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:22.323 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:22.327 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:22.394 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:974aeb9f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:22.394 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:974aeb9f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:22.397 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:22.399 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:22.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:22.401 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:22.403 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:22.552 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@4489828 in: STOPPED
05-21 14:04:22.583 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@4489828
05-21 14:04:22.654 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@acf808d
05-21 14:04:22.662 595 613 W InputManager-JNI: Input channel object 'af076a3 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:22.742 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@4489828 in: DESTROYED
05-21 14:04:22.743 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:22.744 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b6cc09c
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 417460, 0, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 417460, 0, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 417460, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 417468, 0, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 417468, 0, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 417468, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 417484, 162066648, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 417484, 162066648, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 417500, 142130487, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 88, 417554, 84020705, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 88, 417554, 84020705, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 417592, 76602360, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 417592, 76602360, CUJ=J
05-21 14:04:22.793 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 66, 417642, 71475340, CUJ=J
05-21 14:04:22.797 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fa2c9ca
05-21 14:04:22.803 595 613 W InputManager-JNI: Input channel object '20fc2cd com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:22.814 595 612 W InputManager-JNI: Input channel object '53b59d4 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:22.839 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@46729d1]
05-21 14:04:22.845 9128 9160 I TestRunner: finished: graphCardTest(com.github.se.polyfit.ui.screen.OverviewTest)
-
2.03 s
passedgraphCardDataTest
-
05-21 14:04:22.847 9128 9160 I TestRunner: started: graphCardDataTest(com.github.se.polyfit.ui.screen.OverviewTest)
05-21 14:04:22.848 1829 1861 I earchbox:search: Background young concurrent copying GC freed 198479(6505KB) AllocSpace objects, 648(11MB) LOS objects, 5% free, 252MB/266MB, paused 1.007ms,87us total 208.004ms
05-21 14:04:22.858 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@fccf7cc]
05-21 14:04:22.877 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:22.888 848 904 D SplashScreenView: Build android.window.SplashScreenView{462a223 V.E...... ......ID 0,0-0,0}
05-21 14:04:22.888 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:22.888 848 904 D SplashScreenView: Branding: view: android.view.View{577e320 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:22.902 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:22.931 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a014ef in: PRE_ON_CREATE
05-21 14:04:22.931 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:22.999 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:23.002 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:23.197 848 966 D EGL_emulation: app_time_stats: avg=25.62ms min=1.72ms max=179.93ms count=32
05-21 14:04:23.340 1829 1861 I earchbox:search: Background concurrent copying GC freed 249533(14MB) AllocSpace objects, 1588(29MB) LOS objects, 8% free, 252MB/276MB, paused 178us,62us total 411.997ms
05-21 14:04:23.385 848 966 D EGL_emulation: app_time_stats: avg=105.87ms min=7.86ms max=718.60ms count=13
05-21 14:04:23.498 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a014ef in: CREATED
05-21 14:04:23.508 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@a014ef
05-21 14:04:23.523 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a014ef in: STARTED
05-21 14:04:23.535 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@a014ef
05-21 14:04:23.576 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a014ef in: RESUMED
05-21 14:04:23.585 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@a014ef
05-21 14:04:23.700 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:23.711 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +819ms
05-21 14:04:23.772 595 2431 I ImeTracker: com.github.se.polyfit:700d2a92: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:23.773 595 2431 I ImeTracker: com.github.se.polyfit:700d2a92: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:23.777 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:23.781 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:23.782 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:23.782 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:23.782 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:23.786 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e0b3b48b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:23.786 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:e0b3b48b: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:23.802 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:23.979 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:24.015 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6333d7f
05-21 14:04:24.016 595 2431 W InputManager-JNI: Input channel object '2736578 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:24.168 9128 9160 I thub.se.polyfit: Waiting for a blocking GC DisableMovingGc
05-21 14:04:24.213 848 966 D EGL_emulation: app_time_stats: avg=16.19ms min=1.13ms max=106.18ms count=48
05-21 14:04:24.225 9128 9138 I thub.se.polyfit: NativeAlloc concurrent copying GC freed 412131(13MB) AllocSpace objects, 13(536KB) LOS objects, 46% free, 27MB/51MB, paused 8.477ms,17us total 197.750ms
05-21 14:04:24.225 9128 9160 I thub.se.polyfit: WaitForGcToComplete blocked DisableMovingGc on NativeAlloc for 58.499ms
05-21 14:04:24.225 9128 9160 I thub.se.polyfit: Starting a blocking GC DisableMovingGc
05-21 14:04:24.242 848 904 D SplashScreenView: Build android.window.SplashScreenView{8fe25ac V.E...... ......ID 0,0-0,0}
05-21 14:04:24.242 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:24.242 848 904 D SplashScreenView: Branding: view: android.view.View{2b8a275 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:24.269 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:24.291 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a014ef in: PAUSED
05-21 14:04:24.306 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@a014ef
05-21 14:04:24.329 1585 1714 I VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
05-21 14:04:24.410 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:24.415 848 966 D EGL_emulation: app_time_stats: avg=68.83ms min=1.82ms max=465.26ms count=14
05-21 14:04:24.558 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:24.567 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:24.567 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +321ms
05-21 14:04:24.568 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=451, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@aebb206
05-21 14:04:24.579 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:24.579 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:24.579 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:24.579 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:24.581 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:24.625 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:24.626 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:24.626 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:24.655 1829 1861 I earchbox:search: Background young concurrent copying GC freed 89148(6215KB) AllocSpace objects, 993(18MB) LOS objects, 8% free, 242MB/265MB, paused 7.321ms,36us total 44.153ms
05-21 14:04:24.658 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:ac92501e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:24.658 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:ac92501e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:24.661 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:24.662 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:24.662 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:24.662 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:24.662 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:24.702 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a014ef in: STOPPED
05-21 14:04:24.729 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@a014ef
05-21 14:04:24.778 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@a014ef in: DESTROYED
05-21 14:04:24.779 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:24.781 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e51fad
05-21 14:04:24.812 595 2431 W InputManager-JNI: Input channel object 'af293c1 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:24.891 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@fccf7cc]
05-21 14:04:24.893 9128 9160 I TestRunner: finished: graphCardDataTest(com.github.se.polyfit.ui.screen.OverviewTest)
-
4.07 s
passedgraphScreenAccessed
-
05-21 14:04:24.907 9128 9160 I TestRunner: started: graphScreenAccessed(com.github.se.polyfit.ui.screen.OverviewTest)
05-21 14:04:24.931 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@dddda23]
05-21 14:04:24.999 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:25.052 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675ff1d0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:25.054 848 904 D SplashScreenView: Build android.window.SplashScreenView{5193b41 V.E...... ......ID 0,0-0,0}
05-21 14:04:25.054 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:25.054 848 904 D SplashScreenView: Branding: view: android.view.View{11238e6 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:25.058 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:25.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 12f0275f-45f8-499c-ae59-b4f6f10dcbb0
05-21 14:04:25.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 77da1fa8-77cd-454a-a3ae-c656270af603
05-21 14:04:25.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 678cc655-9635-465b-bb65-c70280eb09f2
05-21 14:04:25.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 55bd4403-89b7-4756-894a-09fca67babd9
05-21 14:04:25.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1a005f81-6c3f-4785-8413-b2c5a7f20116
05-21 14:04:25.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9678617d-9977-42a0-8c2e-7121c6c40c9b
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b9d456dc-9252-48d5-9754-1a67783a93f1
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ebcec8ee-0b26-47c6-9dee-4531a5700507
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d7648d4d-b067-4506-9e76-085788e7926e
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58f453a1-ace3-4da3-88d0-b7f43147305f
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef7c12e3-0f72-45ca-9b6f-61ac14646564
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01b76dcc-66e4-49c1-b558-22dd3c839739
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 763a5b6e-4566-45b5-b98c-141b719f18f8
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d8ffd9f6-e6f5-462c-8831-a7f6442db135
05-21 14:04:25.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b66f951-b9de-4487-b525-208922cab256
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 031f01f4-98f9-4460-8902-3b2ba9ad2867
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8868de4b-1e18-44d3-b1f1-b6ae173ac8b2
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7e00ad9b-7da6-44dd-b830-a665bec80cf5
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b777be75-c918-456a-8345-245e050d1dd8
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d817df5d-ab71-477f-ba32-88c9236c9cb4
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79c4b15f-5291-417b-847c-c94b5248a694
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9baff007-906c-40a0-b2fd-947943c23c48
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4784c2b-1756-4c4c-bebc-63b3fa251f76
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 351e0a68-41ad-4b2a-955e-1df9d5de6768
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2a50c487-eb73-497a-8376-e96ace9a286d
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 96a5036f-fd77-41dc-8270-bb470fdc2791
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa5d6410-9d12-48bd-940e-e5e067dbb6b7
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b74aeb13-f9e0-4f9c-a541-a121c130fa14
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 970f7955-762a-44f6-a8c6-29202ce85e47
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fa4567d8-af46-4d6c-823b-a8206b4f907c
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cae7a6af-ed41-4f45-8bad-73a43b1ff255
05-21 14:04:25.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 455d557a-7961-41ae-bc0b-e4f639bf174b
05-21 14:04:25.063 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:25.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7ebde709-8d2e-4276-a3fe-612f02a17585
05-21 14:04:25.063 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ba19907
05-21 14:04:25.063 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:25.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bf4e1f1e-8a97-4cbc-b06d-2c7c521de277
05-21 14:04:25.063 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4efa4aa7-7b98-42f1-a704-341bb14e9f31
05-21 14:04:25.064 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:25.064 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f615909f-fc36-4b2f-910f-ad2d09e75645
05-21 14:04:25.064 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c4ee42b7-d5d2-4fbc-8eb8-8c370eda0787
05-21 14:04:25.065 595 612 W InputManager-JNI: Input channel object '427254c com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:25.068 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:25.068 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f940fd8a-51b3-45aa-a084-74a605245149
05-21 14:04:25.068 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7935bdef-45c2-4255-ae25-1ef8c02f4526
05-21 14:04:25.069 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3b78ad5e-bebd-4147-9f8a-9841f3cd3af1
05-21 14:04:25.069 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=c293e85b-39a7-49b2-a1d1-851c1e73bd38,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 284d9119-ad76-4145-aa72-d0cfaf609c90
05-21 14:04:25.069 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:25.105 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b10b902 in: PRE_ON_CREATE
05-21 14:04:25.108 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:25.116 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@276e357
05-21 14:04:25.117 595 612 W InputManager-JNI: Input channel object 'd1b10c6 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:25.143 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:25.144 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:25.214 848 966 D EGL_emulation: app_time_stats: avg=22.22ms min=1.27ms max=137.17ms count=34
05-21 14:04:25.603 848 966 D EGL_emulation: app_time_stats: avg=82.22ms min=1.91ms max=576.37ms count=14
05-21 14:04:25.748 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b10b902 in: CREATED
05-21 14:04:25.764 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@b10b902
05-21 14:04:25.783 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b10b902 in: STARTED
05-21 14:04:25.799 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@b10b902
05-21 14:04:25.832 1829 1861 I earchbox:search: Background concurrent copying GC freed 272395(17MB) AllocSpace objects, 1993(36MB) LOS objects, 8% free, 255MB/279MB, paused 231us,230us total 489.838ms
05-21 14:04:25.847 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b10b902 in: RESUMED
05-21 14:04:25.858 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@b10b902
05-21 14:04:25.962 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:25.962 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +957ms
05-21 14:04:26.001 595 612 I ImeTracker: com.github.se.polyfit:3715cac5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:26.001 595 612 I ImeTracker: com.github.se.polyfit:3715cac5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:26.009 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:26.011 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:26.011 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:26.012 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:26.012 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:26.013 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:26.014 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3ce20b85: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:26.014 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:3ce20b85: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:26.218 1829 1861 I earchbox:search: Background young concurrent copying GC freed 59136(5422KB) AllocSpace objects, 1080(19MB) LOS objects, 8% free, 243MB/266MB, paused 7.319ms,59us total 85.021ms
05-21 14:04:26.257 848 966 D EGL_emulation: app_time_stats: avg=22.97ms min=0.99ms max=224.78ms count=37
05-21 14:04:26.298 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2fd4a7d
05-21 14:04:26.299 595 2431 W InputManager-JNI: Input channel object 'fa39474 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:26.312 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:26.851 1829 1861 I earchbox:search: Background concurrent copying GC freed 122431(11MB) AllocSpace objects, 2167(39MB) LOS objects, 8% free, 249MB/273MB, paused 174us,36us total 456.526ms
05-21 14:04:27.135 9128 9128 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread.
05-21 14:04:27.141 9128 9143 I OpenGLRenderer: Davey! duration=870ms; Flags=0, FrameTimelineVsyncId=420647, IntendedVsync=7638972243045, Vsync=7639138909705, InputEventId=0, HandleInputStart=7639154798706, AnimationStart=7639154809526, PerformTraversalsStart=7639154812441, DrawStart=7639769047237, FrameDeadline=7638988909711, FrameInterval=7639154255085, FrameStartTime=16666666, SyncQueued=7639822988476, SyncStart=7639823119523, IssueDrawCommandsStart=7639823500643, SwapBuffers=7639825941644, FrameCompleted=7639842707258, DequeueBufferDuration=30847, QueueBufferDuration=502264, GpuCompleted=7639825941644, SwapBuffersCompleted=7639842707258, DisplayPresentTime=3570163944107193305, CommandSubmissionCompleted=7639825941644,
05-21 14:04:27.288 848 966 D EGL_emulation: app_time_stats: avg=9.66ms min=2.07ms max=34.40ms count=59
05-21 14:04:27.308 9128 9128 I Navigation: Navigating to Graph
05-21 14:04:27.426 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:27.426 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x751367612550 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:27.426 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46ff1a43-bf35-4fe0-8e2f-9a9191b8b783
05-21 14:04:27.426 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 108b5014-ce28-4021-b1d7-ca2e1ff613e3
05-21 14:04:27.426 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7558cc1e-11b3-4a23-b13d-d622078ae998
05-21 14:04:27.426 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b54dd3e3-0e0e-4c36-88b2-02309be7626a
05-21 14:04:27.429 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c5738da0-7cea-4a5f-8a56-a2599f3003ef
05-21 14:04:27.430 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 88d2c09a-f6c3-4575-bc8a-c6e77e978dbb
05-21 14:04:27.430 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0abc2173-437e-4f7e-8366-2020a9af4654
05-21 14:04:27.430 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cf2aa74f-42e0-4295-820d-787220ad3e51
05-21 14:04:27.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a76fefab-b9c0-476a-a87f-075d4669ca76
05-21 14:04:27.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e07299fb-4725-4d14-b600-bf2d98bf873f
05-21 14:04:27.431 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4909ce0b-968c-4fe9-86b4-a84c8dd9c64c
05-21 14:04:27.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 194995e7-a9c0-4e16-a2c9-d753903bf57e
05-21 14:04:27.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6596621f-7c3c-471a-a391-05f8bcebd642
05-21 14:04:27.432 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffb16ea5-9c30-4856-aedf-97ff4d7f36b8
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 55a4e399-9681-4ad7-b83a-1761cfb93531
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab741711-544c-49b2-a772-0e825fc94a89
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7bc64a21-7abf-4525-b03b-87e35ee35bff
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 45be169b-9c61-4896-9361-1917c2982ef9
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d72f97fb-db24-433c-915c-48d83d5328bd
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0a7afa42-38cd-4fbb-9c04-1d5d6bfea269
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3045287a-4084-4963-ba5a-95cf248f0c19
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f217227-b17a-487a-9ce2-0c04671c7236
05-21 14:04:27.433 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 15e9f741-4afc-4512-a45c-3e621d6a0ab3
05-21 14:04:27.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4d8fdbab-2a83-4dbc-b2aa-df06b447ce50
05-21 14:04:27.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 52897e26-1ead-45cd-9143-7c9cca5c08a3
05-21 14:04:27.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7eb0d2f9-3974-428a-8015-4e8064bb8317
05-21 14:04:27.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62fffc44-b939-4e45-950b-ae3d5fd76d4c
05-21 14:04:27.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dea0dc4b-fa66-4a08-b408-cbbdc5f9102b
05-21 14:04:27.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66a4ff7c-4989-4c41-a316-25469929dbcf
05-21 14:04:27.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bde0095c-2595-4108-839b-910eaf655b24
05-21 14:04:27.434 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 717a2a00-7fc7-418e-9f9c-9efbadcb8a71
05-21 14:04:27.435 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ed69b00d-3a8f-43c5-b824-35b637af9169
05-21 14:04:27.435 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:27.435 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1296d709-1403-4b8d-b7a8-164ca986c74c
05-21 14:04:27.436 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:27.436 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b44f6699-ec30-4437-990a-598b47511eef
05-21 14:04:27.436 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 256b0bfc-1895-4e76-a71f-b43de09f3b33
05-21 14:04:27.438 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:27.438 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c9a01859-a950-4359-97f1-6b3e4d700a33
05-21 14:04:27.438 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e586e5b2-cb73-48ff-900b-749f47076c1f
05-21 14:04:27.439 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:27.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5c0a660c-e1e7-45e9-b4d8-8ea44666ec41
05-21 14:04:27.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c6ae5a81-9277-41c5-a71b-02794324b9e8
05-21 14:04:27.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7d42eb39-a230-442a-add3-36537c4b6bea
05-21 14:04:27.440 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=811ac332-b2bc-4a61-8e23-40e757cfe6c5,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 616346c3-515c-4a88-a1dd-3863335bfac5
05-21 14:04:27.453 9128 9128 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
05-21 14:04:27.453 9128 9128 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
05-21 14:04:27.741 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:04:28.169 9128 9138 I thub.se.polyfit: NativeAlloc concurrent copying GC freed 274138(9235KB) AllocSpace objects, 5(252KB) LOS objects, 46% free, 28MB/52MB, paused 231us,42us total 157.806ms
05-21 14:04:28.321 9128 9128 I Choreographer: Skipped 53 frames! The application may be doing too much work on its main thread.
05-21 14:04:28.382 848 904 D SplashScreenView: Build android.window.SplashScreenView{58b341e V.E...... ......ID 0,0-0,0}
05-21 14:04:28.382 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:28.382 848 904 D SplashScreenView: Branding: view: android.view.View{35a84ff G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:28.418 9128 9288 D EGL_emulation: app_time_stats: avg=491.88ms min=28.92ms max=1163.13ms count=5
05-21 14:04:28.419 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b10b902 in: PAUSED
05-21 14:04:28.421 9128 10397 I OpenGLRenderer: Davey! duration=983ms; Flags=0, FrameTimelineVsyncId=421391, IntendedVsync=7640155576331, Vsync=7641038909629, InputEventId=0, HandleInputStart=7641041976485, AnimationStart=7641041979621, PerformTraversalsStart=7641041982306, DrawStart=7641042648725, FrameDeadline=7640172242997, FrameInterval=7641040680053, FrameStartTime=16666666, SyncQueued=7641047737799, SyncStart=7641047950159, IssueDrawCommandsStart=7641049025508, SwapBuffers=7641060019331, FrameCompleted=7641139424187, DequeueBufferDuration=5520, QueueBufferDuration=213538, GpuCompleted=7641060019331, SwapBuffersCompleted=7641139424187, DisplayPresentTime=-8909793641946142594, CommandSubmissionCompleted=7641060019331,
05-21 14:04:28.434 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@b10b902
05-21 14:04:28.436 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:28.502 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:28.516 848 966 D EGL_emulation: app_time_stats: avg=202.87ms min=5.31ms max=2287.41ms count=14
05-21 14:04:28.656 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:28.658 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +289ms
05-21 14:04:28.721 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:28.724 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=455, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@2bf1e33
05-21 14:04:28.730 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:28.731 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:28.731 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:28.740 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:28.741 848 966 D EGL_emulation: app_time_stats: avg=96.23ms min=5.72ms max=901.79ms count=15
05-21 14:04:28.752 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:28.753 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:28.753 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:28.753 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:28.755 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:28.805 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:f7ff7eb7: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:28.805 595 957 I ImeTracker: com.google.android.apps.nexuslauncher:f7ff7eb7: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:28.808 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:28.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:28.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:28.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:28.809 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:28.821 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b10b902 in: STOPPED
05-21 14:04:28.842 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@b10b902
05-21 14:04:28.884 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 36690(4531KB) AllocSpace objects, 23(396KB) LOS objects, 49% free, 6474KB/12MB, paused 151us,16us total 110.823ms
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.889 6276 6287 W System : A resource failed to call release.
05-21 14:04:28.897 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@b10b902 in: DESTROYED
05-21 14:04:28.899 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:28.900 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@2c89b57
05-21 14:04:28.934 595 2431 W InputManager-JNI: Input channel object '2479c2f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:28.954 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@dddda23]
05-21 14:04:28.969 9128 9160 I TestRunner: finished: graphScreenAccessed(com.github.se.polyfit.ui.screen.OverviewTest)
-
2.96 s
passedbottomBarDisplayed
-
05-21 14:04:28.971 9128 9160 I TestRunner: started: bottomBarDisplayed(com.github.se.polyfit.ui.screen.OverviewTest)
05-21 14:04:28.979 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@26bfcb7]
05-21 14:04:29.001 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:29.049 848 904 D SplashScreenView: Build android.window.SplashScreenView{60aaf3a V.E...... ......ID 0,0-0,0}
05-21 14:04:29.049 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:29.049 848 904 D SplashScreenView: Branding: view: android.view.View{4cc77eb G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:29.163 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@32742a
05-21 14:04:29.171 595 957 W InputManager-JNI: Input channel object '5a52c7a Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:29.195 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bb91a66 in: PRE_ON_CREATE
05-21 14:04:29.196 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:29.204 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:29.211 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:29.266 1829 1861 I earchbox:search: Background young concurrent copying GC freed 199536(6580KB) AllocSpace objects, 668(12MB) LOS objects, 5% free, 252MB/266MB, paused 407us,106us total 251.577ms
05-21 14:04:29.687 848 966 D EGL_emulation: app_time_stats: avg=81.00ms min=3.58ms max=494.41ms count=14
05-21 14:04:29.761 848 966 D EGL_emulation: app_time_stats: avg=44.72ms min=2.51ms max=282.84ms count=21
05-21 14:04:29.767 1829 1861 I earchbox:search: Background concurrent copying GC freed 263194(16MB) AllocSpace objects, 1837(33MB) LOS objects, 8% free, 251MB/275MB, paused 164us,24us total 345.644ms
05-21 14:04:29.816 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bb91a66 in: CREATED
05-21 14:04:29.827 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@bb91a66
05-21 14:04:29.839 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bb91a66 in: STARTED
05-21 14:04:29.849 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@bb91a66
05-21 14:04:29.898 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bb91a66 in: RESUMED
05-21 14:04:29.912 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@bb91a66
05-21 14:04:29.963 595 608 I system_server: NativeAlloc concurrent copying GC freed 250741(7966KB) AllocSpace objects, 2(40KB) LOS objects, 42% free, 32MB/56MB, paused 397us,43us total 127.599ms
05-21 14:04:30.015 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:30.016 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s9ms
05-21 14:04:30.060 595 2208 I ImeTracker: com.github.se.polyfit:4c4bf600: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:30.060 595 2208 I ImeTracker: com.github.se.polyfit:4c4bf600: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:30.062 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:30.063 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:30.063 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:30.063 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:30.064 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:30.070 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@64d16d0
05-21 14:04:30.074 595 2208 W InputManager-JNI: Input channel object '1e1a82a com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:30.077 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:30.078 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f5c97318: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:30.078 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:f5c97318: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:30.349 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1648506
05-21 14:04:30.351 595 2208 W InputManager-JNI: Input channel object '1c98a65 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:30.359 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:30.768 848 966 D EGL_emulation: app_time_stats: avg=13.05ms min=0.98ms max=94.17ms count=48
05-21 14:04:31.094 848 904 D SplashScreenView: Build android.window.SplashScreenView{b33ca54 V.E...... ......ID 0,0-0,0}
05-21 14:04:31.094 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:31.094 848 904 D SplashScreenView: Branding: view: android.view.View{daaedfd G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:31.120 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:31.136 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bb91a66 in: PAUSED
05-21 14:04:31.138 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 27dfca3e-2836-4f57-8a96-11d8e6f19c77
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b93a07fa-b731-4ccb-a077-6b597f6a5736
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: af36e0b6-8b7e-4e77-8662-e9658a997b09
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4777b556-3364-4b0a-976d-2608452398fd
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4814545f-c730-46cd-b1a9-1be1e1e63333
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f06e98f-3614-4d43-93ed-0d44ae8ae5d2
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ce86d58-5b2b-4f34-aa8e-0af91bc75248
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0865ff80-d82a-4dba-babf-faa7b6f66a32
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c145758-8bb3-4599-8dcc-88e30c4031bd
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 022ffd8a-9e17-47ae-9c5a-b9861ef49a08
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 85b35ea2-929d-43ee-9325-e4803feafdfc
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 53436599-93b4-4081-b006-f6323ef2ff02
05-21 14:04:31.139 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9b93160f-cbe2-4483-be03-1ca99fb0ffd0
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e311567-1fef-4762-8e30-5fdb8f8649b3
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 584e3c5e-ad51-46b6-929c-0cb8076aca94
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2dd45c34-a047-4ad9-98ed-475a96b23190
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 64dcadc9-8f19-4727-99e3-187ac0cedfa9
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79d8a732-d27d-4411-9161-65c4dfcb654f
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ca564b66-e838-4394-a579-40af7a80a14e
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 896d3e8a-a03e-4636-b96a-ac8411b353b1
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7144e0f3-2067-4022-b2f1-4f03924b5851
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d997bee2-eb21-47e5-a611-f0d5bc7eff42
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3b0b16b-61c6-48a9-a928-412ad4a7dceb
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: df1094af-769d-4c2c-9ee9-2bf161bda83b
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e8afd46f-39ab-47de-a81e-e2ebc5606aac
05-21 14:04:31.140 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9494ef84-472c-4f80-8171-763d8585e130
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3544f7d9-69b7-4cd8-9613-392058238c09
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4e5b1e3-4a32-4afe-87eb-594d6dce36f1
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7f6aa8af-d34e-4b48-bfd6-3e66bc5f8d92
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58114fb4-bd88-4358-a308-7ca29363ac15
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1cf39d4f-5add-4014-bcc5-c731e9e951ce
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 79347700-1e06-4e11-bcc1-52a9a5ca464c
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ee390f49-fa65-4467-8b88-1c33800ef687
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 841d6056-050b-43fb-83e0-a63172a59ff1
05-21 14:04:31.141 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 40625d95-9499-4fb7-9ef5-b868216a39b2
05-21 14:04:31.142 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:31.142 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 898cba11-e00d-4484-ae0c-f17344354289
05-21 14:04:31.142 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a3ce320f-4a93-4f34-b350-7c91e7efa3a5
05-21 14:04:31.143 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:31.143 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 318be6c2-f2c5-40cf-b4d6-203ba55fba55
05-21 14:04:31.143 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9a042ad1-eca8-4aec-9a6d-61850b23d2d5
05-21 14:04:31.143 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a0c9188e-11fe-462e-91ef-537dcb3d488c
05-21 14:04:31.143 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=48eb7194-c714-4ae6-af77-a2d406a5771d,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5f954257-a0be-45c5-8b9b-cbca783f438c
05-21 14:04:31.144 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f4cd0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:31.150 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@bb91a66
05-21 14:04:31.246 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:31.249 848 966 D EGL_emulation: app_time_stats: avg=105.92ms min=2.31ms max=955.37ms count=14
05-21 14:04:31.390 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:31.391 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +310ms
05-21 14:04:31.413 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:31.416 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=459, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@b9006b2
05-21 14:04:31.448 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:31.448 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:31.448 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:31.449 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:31.451 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:31.480 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:31.482 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:31.484 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:31.484 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:31.635 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:d81b642d: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:31.635 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:d81b642d: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:31.675 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:31.677 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:31.678 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bb91a66 in: STOPPED
05-21 14:04:31.679 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:31.679 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:31.681 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:31.710 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@bb91a66
05-21 14:04:31.731 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ad929f
05-21 14:04:31.733 595 613 W InputManager-JNI: Input channel object '7e85cee Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:31.822 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@bb91a66 in: DESTROYED
05-21 14:04:31.823 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:31.824 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@50181fa
05-21 14:04:31.858 595 612 W InputManager-JNI: Input channel object '6c01142 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:31.866 848 966 D EGL_emulation: app_time_stats: avg=26.51ms min=3.72ms max=154.75ms count=35
05-21 14:04:31.910 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@26bfcb7]
05-21 14:04:31.915 9128 9160 I TestRunner: finished: bottomBarDisplayed(com.github.se.polyfit.ui.screen.OverviewTest)
-
3.04 s
passedOverviewScreenContent_Displayed
-
05-21 14:04:31.923 9128 9160 I TestRunner: started: OverviewScreenContent_Displayed(com.github.se.polyfit.ui.screen.OverviewTest)
05-21 14:04:31.953 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8f0f71c]
05-21 14:04:31.987 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:31.990 1829 1861 I earchbox:search: Background young concurrent copying GC freed 202394(6956KB) AllocSpace objects, 721(13MB) LOS objects, 7% free, 247MB/266MB, paused 254us,89us total 277.931ms
05-21 14:04:32.000 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@35a97d7
05-21 14:04:32.003 595 1558 W InputManager-JNI: Input channel object '397b07f com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:32.015 848 904 D SplashScreenView: Build android.window.SplashScreenView{3ac7335 V.E...... ......ID 0,0-0,0}
05-21 14:04:32.015 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:32.015 848 904 D SplashScreenView: Branding: view: android.view.View{b8563ca G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:32.036 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:32.077 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36a037f in: PRE_ON_CREATE
05-21 14:04:32.078 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:32.123 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:32.124 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:32.581 848 966 D EGL_emulation: app_time_stats: avg=101.35ms min=7.44ms max=655.35ms count=13
05-21 14:04:32.883 848 966 D EGL_emulation: app_time_stats: avg=16.28ms min=1.18ms max=85.28ms count=47
05-21 14:04:32.931 1829 1861 I earchbox:search: Background concurrent copying GC freed 255681(14MB) AllocSpace objects, 1754(32MB) LOS objects, 8% free, 250MB/274MB, paused 385us,52us total 614.796ms
05-21 14:04:32.954 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36a037f in: CREATED
05-21 14:04:32.971 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@36a037f
05-21 14:04:32.992 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36a037f in: STARTED
05-21 14:04:33.006 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@36a037f
05-21 14:04:33.069 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36a037f in: RESUMED
05-21 14:04:33.085 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@36a037f
05-21 14:04:33.263 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:33.266 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s256ms
05-21 14:04:33.336 595 1558 I ImeTracker: com.github.se.polyfit:ad163507: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:33.336 595 1558 I ImeTracker: com.github.se.polyfit:ad163507: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:33.358 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:33.364 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:33.367 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:33.368 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:33.368 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:33.369 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:33.371 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ef3fe7dd: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:33.372 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ef3fe7dd: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:33.396 9128 9160 W thub.se.polyfit: Suspending all threads took: 12.534ms
05-21 14:04:33.566 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b3e0db1
05-21 14:04:33.567 595 693 W InputManager-JNI: Input channel object '234849d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:33.567 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:33.887 848 966 D EGL_emulation: app_time_stats: avg=13.70ms min=2.21ms max=89.79ms count=49
05-21 14:04:34.007 9128 9138 I thub.se.polyfit: NativeAlloc concurrent copying GC freed 433258(14MB) AllocSpace objects, 12(512KB) LOS objects, 45% free, 28MB/52MB, paused 1.656ms,39us total 154.942ms
05-21 14:04:34.135 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:34.135 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'OverviewScreenLazyColumn')) && (TestTag = 'OverviewMain'); position: 0; useUnmergedTree: false.
05-21 14:04:34.146 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:34.146 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'OverviewScreenLazyColumn')) && (TestTag = 'OverviewMain'); position: 0; useUnmergedTree: false.
05-21 14:04:34.152 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:34.152 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'OverviewScreenLazyColumn')) && (TestTag = 'OverviewWelcome'); position: 0; useUnmergedTree: false.
05-21 14:04:34.156 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:34.156 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'OverviewScreenLazyColumn')) && (TestTag = 'OverviewWelcome'); position: 0; useUnmergedTree: false.
05-21 14:04:34.162 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:34.162 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'OverviewMain'; position: 0; useUnmergedTree: false.
05-21 14:04:34.167 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:34.167 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'OverviewMain'; position: 0; useUnmergedTree: false.
05-21 14:04:34.308 848 904 D SplashScreenView: Build android.window.SplashScreenView{c8a73f6 V.E...... ......ID 0,0-0,0}
05-21 14:04:34.308 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:34.308 848 904 D SplashScreenView: Branding: view: android.view.View{c8c83f7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:34.333 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36a037f in: PAUSED
05-21 14:04:34.336 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:34.351 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@36a037f
05-21 14:04:34.417 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:34.434 848 966 D EGL_emulation: app_time_stats: avg=127.61ms min=5.69ms max=916.83ms count=14
05-21 14:04:34.537 6276 9742 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fc680 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:34.537 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 440820a9-efb9-4df1-af78-585d62a40b53
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 059028fa-4407-448d-ac5d-fba7ff5222cf
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9c5c5506-df5e-4fe2-9aa0-b3362bc36700
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 02de896b-7184-42d0-9bea-faaaa1b20896
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f73cd1aa-5c42-4b26-add5-9cac2b645705
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e4a9653-6108-450d-b33f-25f66e83d330
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bd6e51e6-be1d-4642-a715-6bd162419290
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 989a5e35-002d-462a-9fa5-4ced045c9ff9
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54a2499a-1b3b-494b-9ed5-3a982137b08d
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 233e9a56-57ce-4da3-beb6-1a1c91ead3ad
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: efa43c45-268d-47c4-8014-0828afc85244
05-21 14:04:34.538 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 06562b9f-2f4b-4050-b85a-6d6ce201e0a7
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b556f606-24b1-4264-a3c1-297a5f8e4a8b
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d810686d-a4cf-4fdd-a046-e4a30b1738c5
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 705594b7-d2ea-4465-a503-b30ac93b01cf
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3b07d101-4dda-489a-9839-95d0e8791e97
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 579ea308-7022-433c-b68e-29c967f481db
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d327372-9613-4acf-93a4-90f97fa38057
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bcc3da12-121e-44b0-b73b-4c8c807303c0
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffb50268-96f8-44f9-907a-17a27fdbef78
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a34bb2e4-d6d7-4afd-9eaa-dbf0c2f7bc2c
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 49cce4b5-9c76-4092-9e1d-aa52cf39af9c
05-21 14:04:34.539 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6ddc5f9d-15c5-40f8-b5fb-2f2f2b3a889f
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4147314-7cf0-4cc2-88f8-5c61a9ed94e0
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 190d3f10-09a7-4eb7-b49a-3638bfb501d3
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 40f898dd-b5b4-4a10-853e-62b00c554e6e
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a2c773d3-bb04-4458-961a-3ae8a9926b36
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 880ac654-919b-490b-b6f0-90e630773e9c
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5130a4c8-1d45-4b42-8484-51595e16fae6
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e88a7cfd-f419-44c3-8887-8fb478748bdb
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 863d0f40-d077-4e8b-94f0-8fcfb98e6bde
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1c9adbcb-7d2c-4ea0-9de9-8140b195d32a
05-21 14:04:34.540 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:34.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b47e0365-1682-4914-b393-ecf7409188a8
05-21 14:04:34.541 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:34.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ee762b88-0992-4c7e-a7be-77090dddfeb7
05-21 14:04:34.541 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a98e2c80-e8c9-4dac-b144-32ef2aa0df0c
05-21 14:04:34.541 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:34.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aff0321e-0ad3-4b4d-8cb9-cb22ed85376f
05-21 14:04:34.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bdd0805c-c7d7-4e13-8780-9f1fc6da1417
05-21 14:04:34.542 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:34.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 122762c0-7aec-4122-b442-a4123b497aa7
05-21 14:04:34.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c9fce1f8-8f76-4768-a5e9-df2ce00250a5
05-21 14:04:34.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7acdaeaa-02ad-4bea-93a1-3284039989f0
05-21 14:04:34.542 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=9d0dea45-a90a-42f5-9054-5b29262af5ab,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4e65a20c-de84-44a6-9559-339b8863f95c
05-21 14:04:34.589 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:34.590 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +286ms
05-21 14:04:34.731 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:34.731 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:34.732 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:34.732 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:34.735 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:34.735 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:34.735 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:34.736 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:34.738 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=463, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@384b572
05-21 14:04:34.745 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:34.745 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:34.838 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:24a84f61: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:34.838 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:24a84f61: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:34.840 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:34.841 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:34.841 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:34.841 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:34.841 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:34.859 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36a037f in: STOPPED
05-21 14:04:34.872 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@36a037f
05-21 14:04:34.927 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@36a037f in: DESTROYED
05-21 14:04:34.928 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:34.929 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@28f8ebd
05-21 14:04:34.946 595 2433 W InputManager-JNI: Input channel object '998950e com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:34.975 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8f0f71c]
05-21 14:04:34.977 9128 9160 I TestRunner: finished: OverviewScreenContent_Displayed(com.github.se.polyfit.ui.screen.OverviewTest)
-
5.22 s
com.github.se.polyfit.ui.screen.PostInfoScreenContentTest
-
2.99 s
passedPostInfoScreen_displays_post_information
-
05-21 14:04:34.981 9128 9160 I TestRunner: started: PostInfoScreen_displays_post_information(com.github.se.polyfit.ui.screen.PostInfoScreenContentTest)
05-21 14:04:35.006 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4e868c9
05-21 14:04:35.008 595 1558 W InputManager-JNI: Input channel object '9a6719c Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:35.013 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8f62a68]
05-21 14:04:35.020 848 966 D EGL_emulation: app_time_stats: avg=25.20ms min=3.06ms max=138.72ms count=42
05-21 14:04:35.042 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:35.056 848 903 W FrameTracker: Missed App frame:UNKNOWN: 24, 426610, 0, CUJ=J
05-21 14:04:35.056 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 24, 426610, 0, CUJ=J
05-21 14:04:35.057 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 426610, CUJ=J
05-21 14:04:35.057 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 426639, 71078934, CUJ=J
05-21 14:04:35.058 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 426639, 71078934, CUJ=J
05-21 14:04:35.058 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 426668, 0, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 426668, 0, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 426668, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 426726, 0, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 426726, 0, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 426726, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 426801, 0, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 426801, 0, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 426801, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 426823, 161208155, CUJ=J
05-21 14:04:35.059 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 426823, 161208155, CUJ=J
05-21 14:04:35.078 848 904 D SplashScreenView: Build android.window.SplashScreenView{2912519 V.E...... ......ID 0,0-0,0}
05-21 14:04:35.078 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:35.078 848 904 D SplashScreenView: Branding: view: android.view.View{b7099de G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:35.175 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2a3b7b in: PRE_ON_CREATE
05-21 14:04:35.176 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:35.224 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:35.228 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:35.247 1829 1861 I earchbox:search: Background young concurrent copying GC freed 198993(6290KB) AllocSpace objects, 674(12MB) LOS objects, 5% free, 252MB/266MB, paused 2.200ms,58us total 128.354ms
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.295 6276 6287 W System : A resource failed to call release.
05-21 14:04:35.448 848 966 D EGL_emulation: app_time_stats: avg=56.31ms min=1.89ms max=302.06ms count=16
05-21 14:04:35.749 1829 1861 I earchbox:search: Background concurrent copying GC freed 275272(17MB) AllocSpace objects, 2072(38MB) LOS objects, 8% free, 252MB/276MB, paused 105us,103us total 386.710ms
05-21 14:04:35.791 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2a3b7b in: CREATED
05-21 14:04:35.812 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@2a3b7b
05-21 14:04:35.837 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2a3b7b in: STARTED
05-21 14:04:35.857 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@2a3b7b
05-21 14:04:35.904 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2a3b7b in: RESUMED
05-21 14:04:35.916 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@2a3b7b
05-21 14:04:36.022 848 966 D EGL_emulation: app_time_stats: avg=26.66ms min=6.41ms max=212.98ms count=34
05-21 14:04:36.028 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:36.030 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +973ms
05-21 14:04:36.048 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:36.050 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1215260
05-21 14:04:36.051 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:801a1cd3: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:36.051 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:801a1cd3: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:36.063 595 612 W InputManager-JNI: Input channel object 'fab931e com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:36.075 595 2433 I ImeTracker: com.github.se.polyfit:478b805e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:36.075 595 2433 I ImeTracker: com.github.se.polyfit:478b805e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:36.081 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:36.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:36.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:36.082 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:36.085 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:36.111 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:04:36.329 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@5f9d5
05-21 14:04:36.331 595 2208 W InputManager-JNI: Input channel object '3175aeb Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:36.367 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:36.620 9128 9128 D PostCard: ImageCard :
05-21 14:04:37.023 848 966 D EGL_emulation: app_time_stats: avg=18.17ms min=1.30ms max=97.72ms count=48
05-21 14:04:37.072 6276 10445 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fd520 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:37.074 848 904 D SplashScreenView: Build android.window.SplashScreenView{192b8bb V.E...... ......ID 0,0-0,0}
05-21 14:04:37.074 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:37.074 848 904 D SplashScreenView: Branding: view: android.view.View{b63d1d8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:37.075 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:37.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c5643822-902a-4a33-bd04-e863c8706ba9
05-21 14:04:37.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c12fd64d-a885-42e4-b6ec-f0e4677ef3ad
05-21 14:04:37.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 340c4c1d-a84c-48e3-aadc-da8d7c315d29
05-21 14:04:37.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a78dc01-811e-4142-8e6a-f3c69631ba8d
05-21 14:04:37.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f496f87-bfbd-4859-8b26-e62f91c6839a
05-21 14:04:37.075 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aa3fcf97-df95-4f13-a85f-8843546e5264
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1dd70e35-5f91-4687-a9f4-7d451727ea75
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce997fe0-82e2-496e-aa24-36d0c110dcb8
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fd7ee119-d1d6-46f3-ab48-bc2062cc230d
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7eea8150-7ff1-4178-a815-73cab50286e5
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42b41f7c-5200-495c-881d-7286a94d8cf2
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf7ae9cf-9d52-4c26-8bba-92c5c2cd232d
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f3d7fbc4-1cb8-4ac4-bed2-2a5d41f34952
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c53baf85-5805-4874-b41e-c7b95e67247f
05-21 14:04:37.076 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 817d3be1-8ec7-4e3c-a806-b5a95fed299f
05-21 14:04:37.077 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ac75a07c-82c2-46bf-bfb3-f4c61327068f
05-21 14:04:37.077 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 539db309-9b91-4965-9cf4-6e8301e194c8
05-21 14:04:37.077 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7582abd1-7cbb-4744-94d3-dbd074c527f5
05-21 14:04:37.077 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 077de93d-bea2-4b67-82bc-a521772084e5
05-21 14:04:37.077 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 191875c5-7e55-43f8-8acc-f03e3213661c
05-21 14:04:37.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7adb432d-c541-4996-84c4-1ac87f02be74
05-21 14:04:37.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ec40a0c-3e34-4362-bb17-0f82b3228d47
05-21 14:04:37.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9191f35b-fc7d-48e2-98fe-c9ed571a886e
05-21 14:04:37.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e79d5d5-1e83-4f25-a8fc-383410383240
05-21 14:04:37.078 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8ab97f39-9140-4860-9a87-1028b779e2aa
05-21 14:04:37.079 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3ee227c4-fd80-456a-b370-0c6cfaf0ccab
05-21 14:04:37.079 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff3dec59-70d8-4af5-a030-d2d189d0ef7f
05-21 14:04:37.080 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3bc03ad9-005c-4f85-942e-4004b9b00825
05-21 14:04:37.080 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c328ee17-9f68-414f-9700-e64aca2a4ed9
05-21 14:04:37.081 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e3896ad1-f29b-4f35-912a-40a448e49d20
05-21 14:04:37.081 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a60575e9-52ba-4925-b1b8-05ff6da83b20
05-21 14:04:37.081 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c8714be2-12a9-4db9-8826-9fde6b49d9ff
05-21 14:04:37.082 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:37.084 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4edf627c-5cb9-4d2a-819d-e01a460c996f
05-21 14:04:37.085 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAACAgMBAAAAAAAAAAAAAAAABgUHAQMEAv/EAD0QAAIBAwICBwYFAgMJAAAAAAECAwAEEQUhEjEGEyJBUWGhMnGBkbHBFCPR4fBCYiQzcgcVJUNSkrLC8f/EABkBAAMBAQEAAAAAAAAAAAAAAAACAwQBBf/EACQRAAICAgICAgIDAAAAAAAAAAABAhEhMQMSIkEyUWHwEyOB/9oADAMBAAIRAxEAPwC6qKKzQdCsEgDJOBWcUu9KtWNvH+FgbDvzPh/OfwoOpW6I7pT0jKRvHbHCA8IPLjbwFVnfXU0rmWWbjbuZuQH9o+/1qY1OeJLL8bdviIArGvMsPuTzqHsIJ9SfrerSNCdsHjb4nl8qO6iaI8d4RxRTziVpnVpD7Ixtgd33rne7Z5GUFELHk7jB+dPVlpKKhDgtnxrk1PoxbzqeGMA92KV81lf4PyJ8N0bJuGWNmtGIEkTc4z4qe7y7qc+jusTWcyQicvE44opM+2P1pS/CNa3R0263ikBEZI3U+X6V60qSWCSTT5WxJExKZ5Bh4eR+hNN2vJPrWGXzo2qi7QRykdbjIP8A1CpWqw0S/aSFGVirp2lJ5jx/nuqw9JvRfWiycnGzjwNF2QnDqdlYNZooJmKxWTRQdMUUUUHDNFFZFAHieQRQu57hVZ6tK95qE7NnhVTg579h9C1WBrblbIqObHApFmi4buCM/wDMkeWQ+CKMD6+tJJl+JYsTOmTfitYs9MjGI4gCyjxx+mKbdIsUht0UDGBSbZSrqPSW4u5nVRxHBJwP5yqxLLqniHVSK3+k5pHbNccRPSoB3V66sGtvBjur0qeNcoLETp9aiKKG6jGHjfOaW9dJttRgvEGOJVLY8eR9MU69PJbU6f1TSoX4h2c786UNZUT24XYssSOPoaZCzyrGTSZeqLlT2dmH+lv3+lO/RW84L2S3zsTjB92QfkfmDVf9GP8AE6ZFv20QxnPkdv550zafIY7tLhdsYzjyOB/5eldTpk5xtFlUV5ifjjVvEZr1VDGFYrNBoA81miig6FZoFFBwjdZbaJf7vtVfdLbtbHT5rlmxJcw9TGPAHtMfpT1qzkywY5Fz8sH9qq3ptOL3pPBYufyraEsw7shc/XFSeZGnj0QOg2tksIub4u8sp4ljVsYFM+nNAk69V1kWeXazmlO30i5nmiYxySQEAYSnKDTYYrKFLS0MdyuC0jHhU7+A5+GcU7iquzQnmqGu3PHCpDZ8a4tYnSCBi7MAoyeE10WoKReVR2tWz3cEsStws6kBsZxU7OpFe61eQu+ywjLeyzZYVqfLwqy8xCp9BUvJo82m6feRiCO5MiKoOACMHOd+/eo+0UdbAJB2TGAw8slT6EGnmoqqYlye1RL9DMCRlAwkmCB4dxFNtvb9XHID3O2/lnP0+lJ/RTNveS28pwYpOFvnzqxbeMOCe4jOe4YH7n5UnsWWENFkCLSINzCgVurRYnitIj/bW+rGN7Ciis0HDzRWaKACsSNwoT5VmtF23Z4R8aDqIHVZm/G2Cjvck/I/oaqHpgXHSy4KnBkZEz5EYNWpqPEdUgAPZVWJ+TfrVZdN4y19DdId2Xc/3Df9KipeRqgqQ9aXYrBbRgADCjlXaY0zWvRp1vdLt7hf60BPke+t0q52FBd7NphIVccjyrnuIirji762LNcySSNJJ+Vt1cfCOz4nNaeCYTyGSd5UkIKqwGI/IYGfnXMAkct/bK8LDG5FJgtAJztnqnJIHPhbY+oFWE8fFGQfCkq7YWmvx8YzHISjjyNcbHSuLNUVs9tr82DnjiB95ABz6U86JP1y92QzY9aXLu2ZLy1m4h1gYQt54Ox+I3+FdfRq6AmBB2VyGHpQ37INWh90SZZrBCuMDbau+lvoxKbe8u7BzspDR+ammSrxdoyTVSCiiiuiAaKKKACtEozg+dbzWqZfyTjmN64zqFfVkKz8Q2BiYZ8DvVb3Lfj2eJv6mDID3HJyPkfSrUvYhPFnwbH2qsViMWromOTZx8ayN1I3QzEkOg+oGOE2Tnu4k+eDTXPeQWqcdw4UHlnvqvNHfq5OMNwkMCD86eLadLmICRQwI7xTqWSqSw2c51WG5dgjbAZ3YL9ede01SGJ+Bwdt8g5HzFdJt+LlgjwK1vjtVK/mAHyAxTYLOXGZjuIriLrIGDoe8Ul9JFzeq3eCN/jTtKVROyMACk/VB+JmeRcEIwz7s4pJMlB7Pd/dMbW2lX23VWHkRt/6+tGjydXr2oQD2Fl4l8xnP0NR07krYRA84WPrt9669OJHSNSR/mohJ7vYGfXNcvAlDzEOrvoZ1JDcJyfEDH701IwdAw7xS7aoJBHnmucfLH3qctcqvAe7lVuMx8pvoooqpEKKKKAA14k9nHjXuvL+fhQBHTKEi38c1XGoW/V6vPJjCRqzMceYxVj6g4SEZ5d9KuoWfWrO2MtI/D9c/asnJs28DwxDvYGhto0GVPVsc94xiuvorrpYCC89obB+41u1ZFa4uQfZjUg+WwNQegw8U58mI+Gf0pUaLLSgnjeMEEVvE0apksKW7aBkIKswXwBqRCdjeqdmI4o4td1Q8Bhtd2OxalayuWa4uVBzH1eBnvIYH9TUrq56oSP3qrEfAZqG6MRNPaysMkvNwg+AOKX02N9I2uv/ABS1QnJiiCsPIliPSps2xi1a1Yjfi4c+WSQPWk691Dg6Y3Bz+X1nUDfYcOBn5g/OrNitxdW8E49pGBolFoTumT9lHhlz/P5vUzyZT47VwWa7R58RXefZX3irwVIxTds2UVmsVQmFFFFABXlt+fhXqtc7cKE0MEQWvTBIGBbAG5PlUbp0n4nTIJnJy2X3575x9ajOnd8UspIQxBl2ODvw9/pW3QbovolpxdlmUbeHlWFyuTZuUaghf1UBYr2U47RkZvht9KXNCuFtuGWcFYSf808s55VN9J5ep0i4PezBfmc0ki6jSSFeqDdR+ZKrS8KSY395J22HyqnFG0NKXV5LdtQrRKRuK3uwVDST0e6VJHDDBetHxluDjV85HDkMR3ciPfjxphutUjXY7belM01sFJSeCI12XGWY9knB93I+hrz0ETiglUjdZxt4YX9q4tamF0hbj4IEzxyfYeddv+z66ikuLlUYdplfh9Cfp61N6YzdMRQWuNUlkI7RkZvcSxNXN0HlLWK205yyqNz5j7VV8mmvZdIpoHU8IuWHw3+2/wARVndFiBCJeRdsfz5V2c7mkT6/1tjbE3CwQcwa7V7TL4LuffUPeSNH1Uybdrte/Fd8d7FFa9c/LmcHlV4vNGaUXs7qK0RXkEueGQZHMHnW5XV/ZYH3U9k6aM0UUV04RjaqnFw8QBxnnXi4vVa3DE8xUDJATKJGOwBNRM2qFoQvFuCV+RNYFzyaaZrXCnVC70qvfxGoShskYKAd3L967+jd3xaTZhzvxEH/ALqW9VEkvVsCeJcq2PHJIrs0mYpG9spw4HGnvFInijQ9nd0qQvBFFjZ5d9v550sxyvFp09kwijtn4Wkd4wzSMGxjl5g+WKcNcjF3Y9YvssFcEf0/w1Gpoc1/PBM8gHV8RkQg8MoYeXI8qeHIoumclG8nN0Ys0l6RrLIk0S2q4t4XIVwqqN2yN1Abn5+VO8ubmdpZPzISnCiEDZt+1/PCvMMciWtpG8jOsaBHYjBkIHM/pXq4jyoU
05-21 14:04:37.085 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 315ee4b6-3b82-4ba6-9367-4d631d415152
05-21 14:04:37.086 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: faf4bcf0-1f87-48d9-bf25-f58a7fb5f0e7
05-21 14:04:37.089 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:37.092 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b53b1321-fa14-4e4c-bf6d-91c6326e6f82
05-21 14:04:37.094 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e1766f75-f5dd-4923-bf89-648dcacf830c
05-21 14:04:37.097 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAIYAhgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAAFAAMEBgcCAf/EADsQAAIBAwMBBgMGBQMEAwAAAAECAwAEEQUSITEGE0FRYYEUInEjkaGxwdEHMjNC4RXw8VJisuIkQ6L/xAAYAQADAQEAAAAAAAAAAAAAAAABAgMABP/EACERAAICAgIDAQEBAAAAAAAAAAABAhEhMQMSE0FRYSIy/9oADAMBAAIRAxEAPwAKkD5AkiGW8gCMVxOgV2Z42UdN6pjHHIohPsW4miELtLvOcRkkk+tciXepM0UpPQgxnPHh0qDwzow1sEPBH3YDoMkbkyeTXLBY1CuRGc5wxAHNGA4AQ9w4Rs4IhJJ+4VCv0AmWQpKkPG8SJtBIz0z9TW2LfUgwSRC5YMIyNvDKcj6VIBt5rgRqimQDhalRvp8PBMY8wVp+C7gSSB44hKVc4+QrweOvTxrLLM8I6jtbvZsghlUn+Ug4BqF2he5uNZAhS4XZCqNtO0jrnH71G7SazcW+rToX7vbhVED4JXHQmq9e6zeTbllncI5yy7z8318611hAecsKd6Q4Z5Z5Gx/O0uSvp1p5dSuyxVLi4kIPDCRjn2qs/FfZsEBXI6ggGvdPnmUugz3mNwKnBpqEsKahq1+sjbZZlTGNrk0NtZ5JrgiYk7gSCetd291JcSO3fN8QoIw/Pp41zBEyXwVipO0nr6UQbDMBVXxsUhem7JAqQtwp3RrAh2/3BRXKWksjRhF2mTxJqZPp8sGMSQrxzyT+lK5r6MoP4OWSQuu2VFU9ePSublVSaQwGVUB6rIR1pWDPGQriNmJ4JPT8K5vI7uSbDrGOQAST+1bsmxurS0eG2bO6WSeRGGR8wyDSp9bbUXURiNJBH1KMM59c17VVJEaZw2s6je3AhkdxvGAyMOn60Yu9Ru4tMtGLmOZmbLIf5yOK4sLa1tzOs9tDM4jMkZCcgr61BfW3ureBDaQFIuCu88VLNbOh/wCtCfVLyBcd7J3h8N2ce1R/9Y1GcCN2LxnxaJWzTVxJEykxQQqx/uZ2J/OictjZmzt5Yo5I3kXLfaHBI/Otr2K1bygVdtNKpe7QOThcHqB6VDu9Saxsyhkdty7VVjjrg5/CjtiYbQtIkYfdx9rlj6+NZ/rV98ZqspjOI1Yqg8APE1rv2ZxraOZ7ghtxy0jHjJqMGeaTagaSQ9cDJ9hTum2Nxq9+kFsOZHEYYjhc9PyJ9jW0aD2d07Q7dY4Ig0mPnmYfM586NJGScjIodE1eQgrp0wB8X4pu6tLzTZIjdxMnBBPofWt5DwqMbV+6hes6dZ6layRPGpLKQGx0o2zOCMMluGW57wckHPPiKPaWsU1ysicI6E/hQbXdOk0nU5bWUEKCSh81zxUrs5dGOfuuOPmUkVpK0IsMvNtDN3UUqRyGIHJbbnFTr+EyW7RLBLJv4XavT1oJBqd40DJ3zheQFU4H4VJsry5L940kiZABAY1DwxOh80n6Ic9jqIcI0MxIOQQv5VM+KET5kWRgMZBByf2qalyDeDu5W3DwPjUS9c98wDEZxyabohXOVBDT7+2WLBlAkYliCcY5pVGsJlS3ZpAC5IHIB496VN4f0Ty/UTdNuo0Yyss7SAEE7gMj6VBeOy+eRY7raThT3inA8umamta2srENNcRyZwmdpH045rm6tLSFmt0752jI7xsjjI8ves+1DrpfsHy9xhcQ3KA9TuH7V3rN01yLRLGQ28UabQhTd93NOSxWkJRLuWfDZIIUDb99KxSyYruuJkVTyWQHPvWTNJfLBuuRLpmly3Bn7yXG0AcjJ4rO0J2MR/M3yj361fP4kPbJY2qWkrMJHOQy+Cjz96p2l24nv7KJsYeZV/GmTpNk6bdF97Bad8PcWyuuGhQzServwPuX/wAjV7uG+UndzVIN6+lQz3InFv8AEMWV+77wkZIUKPoBVdXtTqj3bKL+V1VsN38Ixn25FSi202XdRpGmPM7cBvf0p2MMEyX3e1Ve/v5rbRVvWKhpQBnwqoxdrNVjucPqEqr4AQDbjzx1rQtgnUQx/FGzDJa3iD+UlHP16flVH02UQ3sTMSBuwcetaHqs8mudlrmeUxPsXcskYIBx+tZy0WyBXGM56g1aLxRGUXZd9PCSkBZXHOcgDBolbw2y/MxlL9CNw+/pQzRkD28cwxhgOCfvomYpouO7zzxh1/ekD6GpkWO5Bg76MDnDEeX0qVbQCYtLO0hU+PFMfC3kkjfYMd3/AHL+9OQSSQIYZImGfof1pvYFode0G8GKaXBH9yA0q9NwqRD4jvEY9AFOMe1KqEiwW9jZi4LxX6N3fUYHPvTlzZNNcPNbyQuGwSu7+XjrQY2dy+ZJLSVVPAbYfux1NcwLcCxmLQTRqZgAArfP5+1TvFUVrN2SL7SwxDPcW2FU78vxjPFRbfSo2yYrm3KqOR3o8emc0Du5LuSYrGtsq/3Fiy4Hlg9TTSwtIpdZXc4wWIH+am4Ip3dUQf4guhvbWFGDrHGSWByCSf8A1oBpUgEokyA8H2i58cEVI7RApc7WOSEAoVBN3IlHdxv3iFMuM7enI8jx+JqsYrrRPs1Kzb9DtQ1jFEyL9kiop2gnoK5bsvaPLulfIznaFAFMLqQtrATIcqUVhj1AodomoT6ne/GyMz2kROY0bk+uPTyqEZKqOuryWLVNItrjTktWUKisNvHTFCYuyILqwkhCL/2f5opd9odIKd29zgHwwdxPkAOc1Vhrl1ZXjxlpRA7nuhIcsBngH2p5OKFUXdMK9o4orTSJraG3RFZduUXAOeDmsn1Puo5Rb27bkQ5Y+bGrp2p1gz6MPiY94+IT7NiRvxkkcc+FUEkvLljyxySTTwV/0Q5XX8lx0Nc6TES+MqfH1oskDOgd2K5GAfA1E0VVg0u2IiDZi5J8DU343YrFY4S+BlTENopWZMk2QjkADk/Ic8HFSs2ImEUkgLMePH76Y09ZJF75ljCHoqxrwfLp0qRd28IILFMlugAwPU1kZ4VnFvEHkkCgEKePpSpiVe7VVeGNuu1gzdPvryqkrLZrer/AuIokElwoy4bpyKGP2juo8brWDr/LuJomYNN1Z5JZY2EqcsVahk2nac4KLBKreBEpJ+tJObjmx4xi1VD8OqpdWc1ybGMyQrznB5pnSJba8u2+L06CNwhIIGSfwrqNLS0tJbeO3crJjcGfk+9NwTWlo/xAhlyqkEGTPHlzQ8ibWTeN08Gcdu5Y59euGhUKihQAvTjj9KrJ60b7SPG+p3bQKViMhCA+AAoI3U1SOhZbLx2W1Rb+0TTbj+pCuF5/nT9x0qyvoFrFClzFAhkQcEcFh5Gst0x3juo5YmKuhyCK1PRu0EctoIrpQHA9jXNOKjOzq4uRtL8K5JaRyXRKrcq/QBZOnuSTTzabDpsZnfc8zdGdixH31YJtUsIwXaIfXNU7tJrTXrMtvlUUEZpabwU5JJZoCa7qBu5liQ/Zxk+7UNHEn0NcDqK76y+9diVKjgbt2zRtEt2bSrVu+UKYlJG3OOKl/CK0R2TfIx5yn+aH6HM3+lQRxq7ZQZx9KIrFLjKwTBvIr1qJXBJRZYIt0Mgwy/MSo/LNRpZp8lN8UniGIINOiYSKPs5gUPKlMUxI5jkljFuxfPG0ZrLDNJWtiV5pQNyRMq/dmlXcDj4c7kYfN5c0qqRwWnTb20gDt8Q8y9cG
05-21 14:04:37.098 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 96bd23be-8234-4513-a08f-40ec81a39bb7
05-21 14:04:37.099 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4b39f7fd-97ee-40f9-844d-bd4201dfa78f
05-21 14:04:37.099 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3d6ba21d-3903-455a-8555-83a304b67190
05-21 14:04:37.100 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=e2245837-9f42-4bdc-85f6-8779921411a7,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e746182c-a78c-418b-9b6c-36fcb48148b3
05-21 14:04:37.102 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:37.131 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2a3b7b in: PAUSED
05-21 14:04:37.165 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@2a3b7b
05-21 14:04:37.263 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:37.266 848 966 D EGL_emulation: app_time_stats: avg=363.49ms min=27.37ms max=962.94ms count=5
05-21 14:04:37.446 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:37.449 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +392ms
05-21 14:04:37.574 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:37.578 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=467, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@9f71682
05-21 14:04:37.584 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:37.586 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:37.586 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:37.588 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:37.588 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:37.588 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:37.589 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:37.590 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:37.592 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:37.678 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:b01db53a: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:37.679 595 2208 I ImeTracker: com.google.android.apps.nexuslauncher:b01db53a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:37.681 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:37.684 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:37.685 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:37.686 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:37.688 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:37.729 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2a3b7b in: STOPPED
05-21 14:04:37.754 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@2a3b7b
05-21 14:04:37.820 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@2a3b7b in: DESTROYED
05-21 14:04:37.823 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:37.825 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@970a70c
05-21 14:04:37.840 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@269fa2
05-21 14:04:37.847 595 2208 W InputManager-JNI: Input channel object 'b2b4fa Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:37.879 595 2208 W InputManager-JNI: Input channel object 'c445190 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:37.890 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:04:37.956 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8f62a68]
05-21 14:04:37.962 9128 9160 I TestRunner: finished: PostInfoScreen_displays_post_information(com.github.se.polyfit.ui.screen.PostInfoScreenContentTest)
-
2.23 s
passedPostInfoScreen_displays_no_post_available_when_there_are_no_posts
-
05-21 14:04:37.968 9128 9160 I TestRunner: started: PostInfoScreen_displays_no_post_available_when_there_are_no_posts(com.github.se.polyfit.ui.screen.PostInfoScreenContentTest)
05-21 14:04:37.984 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ea85430]
05-21 14:04:38.022 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:38.031 848 966 D EGL_emulation: app_time_stats: avg=27.56ms min=1.87ms max=115.72ms count=31
05-21 14:04:38.040 848 904 D SplashScreenView: Build android.window.SplashScreenView{786c4b2 V.E...... ......ID 0,0-0,0}
05-21 14:04:38.040 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:38.040 848 904 D SplashScreenView: Branding: view: android.view.View{7fc2c03 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:38.135 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ea5c045
05-21 14:04:38.150 595 1558 W InputManager-JNI: Input channel object '678795 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:38.181 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d81963 in: PRE_ON_CREATE
05-21 14:04:38.182 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:38.202 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:38.217 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:38.469 1829 1861 I earchbox:search: Background young concurrent copying GC freed 132581(5472KB) AllocSpace objects, 735(13MB) LOS objects, 5% free, 252MB/266MB, paused 3.822ms,83us total 224.058ms
05-21 14:04:38.646 848 966 D EGL_emulation: app_time_stats: avg=101.91ms min=3.08ms max=691.15ms count=13
05-21 14:04:38.798 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:04:38.900 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d81963 in: CREATED
05-21 14:04:38.911 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@9d81963
05-21 14:04:38.923 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d81963 in: STARTED
05-21 14:04:38.933 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@9d81963
05-21 14:04:38.978 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d81963 in: RESUMED
05-21 14:04:38.980 595 608 I system_server: NativeAlloc concurrent copying GC freed 244395(7776KB) AllocSpace objects, 4(80KB) LOS objects, 42% free, 32MB/56MB, paused 288us,56us total 137.851ms
05-21 14:04:38.987 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@9d81963
05-21 14:04:39.008 1829 1861 I earchbox:search: Background concurrent copying GC freed 284991(18MB) AllocSpace objects, 2180(40MB) LOS objects, 8% free, 256MB/280MB, paused 195us,37us total 349.853ms
05-21 14:04:39.037 848 966 D EGL_emulation: app_time_stats: avg=17.86ms min=5.82ms max=169.89ms count=47
05-21 14:04:39.100 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:39.105 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s73ms
05-21 14:04:39.142 595 953 I ImeTracker: com.github.se.polyfit:dbc9be7c: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:39.142 595 953 I ImeTracker: com.github.se.polyfit:dbc9be7c: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:39.146 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:39.147 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:39.147 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:39.147 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:39.148 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:39.158 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:7d21c9c9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:39.158 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:7d21c9c9: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:39.162 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:39.359 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:39.447 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@a1879fe
05-21 14:04:39.448 595 2358 W InputManager-JNI: Input channel object '8a36a61 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:39.568 848 904 D SplashScreenView: Build android.window.SplashScreenView{5f7b00c V.E...... ......ID 0,0-0,0}
05-21 14:04:39.568 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:39.568 848 904 D SplashScreenView: Branding: view: android.view.View{761cd55 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:39.598 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d81963 in: PAUSED
05-21 14:04:39.602 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:39.611 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@9d81963
05-21 14:04:39.669 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:39.680 848 966 D EGL_emulation: app_time_stats: avg=73.30ms min=12.88ms max=371.58ms count=14
05-21 14:04:39.825 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:39.827 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +279ms
05-21 14:04:39.872 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:39.877 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=471, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@867d38c
05-21 14:04:39.967 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:39.968 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:39.968 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:39.968 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:39.971 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:39.972 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:39.972 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:39.976 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:40.050 848 966 D EGL_emulation: app_time_stats: avg=25.98ms min=1.46ms max=103.85ms count=34
05-21 14:04:40.083 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:a9237795: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:40.083 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:a9237795: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:40.091 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:40.092 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:40.092 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:40.092 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:40.093 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:40.106 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d81963 in: STOPPED
05-21 14:04:40.134 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@9d81963
05-21 14:04:40.171 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d81963 in: DESTROYED
05-21 14:04:40.171 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:40.172 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@524f29a
05-21 14:04:40.190 595 838 W InputManager-JNI: Input channel object 'dd44609 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:40.204 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@113b737
05-21 14:04:40.206 595 953 W InputManager-JNI: Input channel object 'd30d170 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:40.221 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ea85430]
05-21 14:04:40.223 9128 9160 I TestRunner: finished: PostInfoScreen_displays_no_post_available_when_there_are_no_posts(com.github.se.polyfit.ui.screen.PostInfoScreenContentTest)
-
3.01 s
com.github.se.polyfit.ui.screen.PostInfoScreenTest
-
3.01 s
passedassertEverythingIsDisplayed
-
05-21 14:04:40.225 9128 9160 I TestRunner: started: assertEverythingIsDisplayed(com.github.se.polyfit.ui.screen.PostInfoScreenTest)
05-21 14:04:40.257 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d0a33ff]
05-21 14:04:40.343 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:40.361 848 904 D SplashScreenView: Build android.window.SplashScreenView{d420a88 V.E...... ......ID 0,0-0,0}
05-21 14:04:40.361 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:40.361 848 904 D SplashScreenView: Branding: view: android.view.View{1841c21 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:40.501 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@548abce in: PRE_ON_CREATE
05-21 14:04:40.501 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:40.507 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:40.508 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:40.645 1829 1861 I earchbox:search: Background young concurrent copying GC freed 198487(6855KB) AllocSpace objects, 765(14MB) LOS objects, 7% free, 247MB/266MB, paused 320us,79us total 133.232ms
05-21 14:04:40.670 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x751367604cf0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:40.671 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:40.672 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a2e0b5a3-c336-4523-a243-950c5bc0d60b
05-21 14:04:40.672 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 56498db9-c78c-43b3-96d3-416245df989d
05-21 14:04:40.672 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce5d6584-2455-4743-a4ef-9768bcc35067
05-21 14:04:40.672 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cdb75283-91a9-4ff9-aa4a-fe02791b00e1
05-21 14:04:40.673 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: afd273fb-c982-4647-8fb6-dbed4a6642ec
05-21 14:04:40.674 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d7128e2-9baa-40c7-b8dc-b98ae12340f2
05-21 14:04:40.674 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 41bca617-e680-4f5d-a503-4dd95f4b2afe
05-21 14:04:40.674 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed9ebc82-6ea1-464b-8b37-bb51dd34a5c7
05-21 14:04:40.674 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8d31e956-14c8-422b-90db-9100ad9251e1
05-21 14:04:40.674 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7f632ea9-7b0a-4910-a9b5-80c159f3de94
05-21 14:04:40.681 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: af1363d3-9878-4468-844d-9ac1d939fb05
05-21 14:04:40.681 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f0ce66c0-1c03-499b-b1ce-ec89e3bb57ef
05-21 14:04:40.681 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e1196d80-c169-4b1e-ae1b-d8cd9bd53c3c
05-21 14:04:40.681 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f8d7cf7c-3ac2-43b9-aea9-0b6ff791b71e
05-21 14:04:40.681 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 88ad2010-98c7-469b-9e07-86032804d4d2
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce47f51a-640e-4d96-9878-a15822019990
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ecf31b11-73f5-4850-a7ba-a5976ca18320
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 648564da-989c-408f-b5c8-bdce8f5f4aff
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ec1afd3e-7d46-4c6a-9376-e0d0611cddbd
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: abb6a4af-c97a-494a-b937-593135727e93
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ac88793-7d4c-4363-89d4-f2799c10b77f
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5517d33e-f4cd-46b9-b9cd-30c7bb34c2ad
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5035c542-2396-442c-81a7-1e10af95b08c
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ffaf8a50-caea-4410-810e-0f86f22f4c0d
05-21 14:04:40.682 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 380f5d9a-ce1e-45d0-9f6b-b368ae7df92b
05-21 14:04:40.683 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 45dd732c-8cd5-4dde-a23e-d566b393144a
05-21 14:04:40.683 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 16b04edb-19ef-4190-8e21-98682f0b96be
05-21 14:04:40.683 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ea25e3d0-fa98-42eb-bee3-bedf4a883208
05-21 14:04:40.683 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62f10792-6721-4d23-8166-7e81170881c0
05-21 14:04:40.683 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7c4bf83a-edb2-40b0-b413-a8262a83a27d
05-21 14:04:40.683 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2d10e207-f41c-42af-82a4-3cfc850e517e
05-21 14:04:40.683 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aaf7c624-567d-4fea-a7c4-72b3e645176b
05-21 14:04:40.683 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:40.684 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9b541a8f-8d3a-4971-9856-e3a578246f28
05-21 14:04:40.685 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:40.685 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e4ecfcac-32b6-42b3-8309-9cc019064228
05-21 14:04:40.685 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e92afb80-8475-45d8-813c-ea0cddc53319
05-21 14:04:40.686 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:40.687 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3d0290e2-8012-4046-ad03-aea07a0904c0
05-21 14:04:40.687 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9b68b929-73bd-4c8a-ba87-10c82bb8b7d3
05-21 14:04:40.688 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:40.688 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 04759123-5736-4179-861d-e47922c1af3a
05-21 14:04:40.689 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 04e8ae1a-fe29-4eb7-ba23-8c69d823c36f
05-21 14:04:40.689 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f87e09f9-33ea-467b-923c-8e795c4d8b60
05-21 14:04:40.689 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=660c18eb-af6c-4fe2-ab15-aa5853278e3e,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e0c82148-b576-4603-8ced-42a14163cad4
05-21 14:04:40.972 848 966 D EGL_emulation: app_time_stats: avg=104.87ms min=2.32ms max=624.43ms count=12
05-21 14:04:41.062 848 966 D EGL_emulation: app_time_stats: avg=29.77ms min=4.50ms max=220.46ms count=30
05-21 14:04:41.107 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@548abce in: CREATED
05-21 14:04:41.122 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@548abce
05-21 14:04:41.141 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@548abce in: STARTED
05-21 14:04:41.161 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@548abce
05-21 14:04:41.168 1829 1861 I earchbox:search: Background concurrent copying GC freed 253530(14MB) AllocSpace objects, 1717(31MB) LOS objects, 8% free, 253MB/277MB, paused 113us,73us total 360.161ms
05-21 14:04:41.245 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@548abce in: RESUMED
05-21 14:04:41.262 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@548abce
05-21 14:04:41.398 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:41.399 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s48ms
05-21 14:04:41.444 595 953 I ImeTracker: com.github.se.polyfit:893d155f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:41.444 595 953 I ImeTracker: com.github.se.polyfit:893d155f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:41.451 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:8eb6e2e4: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:41.451 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:8eb6e2e4: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:41.451 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:41.453 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:41.454 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:41.454 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:41.454 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:41.455 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:41.458 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8b2de16
05-21 14:04:41.460 595 953 W InputManager-JNI: Input channel object 'f9376a0 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:41.587 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:41.713 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@89afa3
05-21 14:04:41.714 595 612 W InputManager-JNI: Input channel object 'f4b5865 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:42.071 848 966 D EGL_emulation: app_time_stats: avg=15.23ms min=2.17ms max=92.74ms count=50
05-21 14:04:42.362 9128 10397 I OpenGLRenderer: Davey! duration=793ms; Flags=0, FrameTimelineVsyncId=432482, IntendedVsync=7654272242433, Vsync=7654505575757, InputEventId=0, HandleInputStart=7654512636287, AnimationStart=7654512651826, PerformTraversalsStart=7654512655813, DrawStart=7654648983486, FrameDeadline=7654288909099, FrameInterval=7654512131197, FrameStartTime=16666666, SyncQueued=7654662041059, SyncStart=7654662137845, IssueDrawCommandsStart=7654662262277, SwapBuffers=7654982470811, FrameCompleted=7655066180578, DequeueBufferDuration=21911, QueueBufferDuration=642195, GpuCompleted=7654982470811, SwapBuffersCompleted=7655066180578, DisplayPresentTime=0, CommandSubmissionCompleted=7654982470811,
05-21 14:04:42.376 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:42.376 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'PostInfoScreen'; position: 0; useUnmergedTree: false.
05-21 14:04:42.409 848 904 D SplashScreenView: Build android.window.SplashScreenView{a0a1d2c V.E...... ......ID 0,0-0,0}
05-21 14:04:42.409 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:42.409 848 904 D SplashScreenView: Branding: view: android.view.View{73a03f5 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:42.435 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:42.443 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@548abce in: PAUSED
05-21 14:04:42.458 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@548abce
05-21 14:04:42.550 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:42.579 848 966 D EGL_emulation: app_time_stats: avg=110.11ms min=1.94ms max=938.72ms count=14
05-21 14:04:42.610 6276 6287 W System : A resource failed to call release.
05-21 14:04:42.610 6276 6287 W System : A resource failed to call release.
05-21 14:04:42.610 6276 6287 W System : A resource failed to call release.
05-21 14:04:42.611 6276 6287 W System : A resource failed to call release.
05-21 14:04:42.611 6276 6287 W System : A resource failed to call release.
05-21 14:04:42.611 6276 6287 W System : A resource failed to call release.
05-21 14:04:42.740 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:42.748 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +340ms
05-21 14:04:42.767 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:42.773 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=475, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@b37441c
05-21 14:04:42.801 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:42.801 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:42.801 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:42.802 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:42.808 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:42.860 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:42.862 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:42.863 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:42.908 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:b5869def: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:42.909 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:b5869def: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:42.922 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:42.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:42.924 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:42.925 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:42.927 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:42.993 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@548abce in: STOPPED
05-21 14:04:43.021 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@548abce
05-21 14:04:43.101 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@548abce in: DESTROYED
05-21 14:04:43.102 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:43.124 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@9e5c2c4
05-21 14:04:43.166 595 693 W InputManager-JNI: Input channel object 'db30742 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:43.190 848 966 D EGL_emulation: app_time_stats: avg=22.73ms min=2.07ms max=125.34ms count=42
05-21 14:04:43.216 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@d0a33ff]
05-21 14:04:43.217 9128 9160 I TestRunner: finished: assertEverythingIsDisplayed(com.github.se.polyfit.ui.screen.PostInfoScreenTest)
-
2.64 s
com.github.se.polyfit.ui.screen.RecipeRecommendationScreenTest
-
2.64 s
passedtestEverythingIsDisplayed
-
05-21 14:04:43.229 9128 9160 I TestRunner: started: testEverythingIsDisplayed(com.github.se.polyfit.ui.screen.RecipeRecommendationScreenTest)
05-21 14:04:43.281 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ab136d7]
05-21 14:04:43.294 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c91e018
05-21 14:04:43.306 595 2358 W InputManager-JNI: Input channel object 'af7b2ee Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:43.343 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:43.350 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@7af8e23
05-21 14:04:43.354 6276 6291 I IPCThreadState: oneway function results for code 2 on binder at 0x751367605410 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:43.363 595 2358 W InputManager-JNI: Input channel object '7249cb4 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:43.364 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:43.364 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5c6d578a-b2f0-4f2d-9a45-ee7db12e0c44
05-21 14:04:43.364 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79e11078-07a0-47cc-b3f0-1f5def2ce618
05-21 14:04:43.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 70a2a4ec-353a-43b0-af8a-51729c0ab3c4
05-21 14:04:43.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bdc4fa51-6323-4679-8be9-bbcdb390cfe3
05-21 14:04:43.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54e1ee50-03e9-4e41-bc07-49c5c0c82137
05-21 14:04:43.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b61aef37-3a18-4099-a19c-582f10dbeadb
05-21 14:04:43.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f7307248-8117-4bfb-a596-5de9e82e9bb3
05-21 14:04:43.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e37c1f1c-9533-4b2f-8a37-a3c817cf3bb1
05-21 14:04:43.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f822c97d-3cd0-44ea-9cf4-879455f514f6
05-21 14:04:43.365 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 32c94e09-c60f-4f0f-b9cc-75060dbf5216
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 168bc9a2-ced6-4c0d-b14e-80ccacaf35b8
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4328cfd-1b64-4ea1-b0c3-9d6a4b33a0bf
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8316189d-5a18-4f8e-acdf-d42099213b3a
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 161b7cf6-360e-4935-b2dd-a1174f13447d
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 74bff0db-4672-43f5-9f35-2c9441e3a0d2
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07af62a6-8ee5-4519-ac79-e9a3836bb9cd
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 615f0a08-ee8e-47e5-ae0b-9b619b36705d
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3d3c36ce-3f87-4b28-be2c-8ff6be9c58ad
05-21 14:04:43.366 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42590ee6-3934-47c9-99c8-ae9718941de1
05-21 14:04:43.367 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 25f87e82-b7d4-470c-a8e5-97cccfe6ccc0
05-21 14:04:43.367 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d539450-fe46-4fc4-92b6-edf090ad477c
05-21 14:04:43.367 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4dcbbac9-a7fd-45c5-94ae-0d3c2fa23a8d
05-21 14:04:43.367 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0255a4c2-5607-42e6-8ffa-86cb7b37e04b
05-21 14:04:43.367 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 269a2321-4f40-4eba-b8ef-7ea095a44677
05-21 14:04:43.367 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 81115fb9-baa0-4781-bb34-5c12999af77e
05-21 14:04:43.367 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 14999aac-1e1e-4971-b722-33774b8ac6cd
05-21 14:04:43.367 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 88cb610e-b729-450a-96d3-d5ad2414f31b
05-21 14:04:43.368 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 30481a91-dd20-49ab-832b-f94893f52b62
05-21 14:04:43.368 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 19b37f95-741d-453f-8195-b7df31182142
05-21 14:04:43.368 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f6f14126-d5bc-44d1-9d28-11f1973b2be5
05-21 14:04:43.368 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4e010821-b629-47f3-9d06-0f1d19469fc5
05-21 14:04:43.368 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 237202fe-f139-4487-81ed-d2182cbb9fbd
05-21 14:04:43.370 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:43.370 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0e997763-01f5-44e4-9e58-84aed4a7346d
05-21 14:04:43.371 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:43.371 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8859723f-5136-4675-b79b-5621b0c444ae
05-21 14:04:43.371 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8614c9ae-3728-4df6-b1af-d0d5d36b2181
05-21 14:04:43.372 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:43.372 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a0bca603-6e0b-4c30-930e-526a78621c1c
05-21 14:04:43.372 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 89e72aba-a844-4d73-91a8-9063b93511f4
05-21 14:04:43.374 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:43.374 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 7734ed0c-dc1d-45d6-838b-afc216ed8b54
05-21 14:04:43.375 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c8c50a7e-5111-40b1-8bc9-6c5822acd2d7
05-21 14:04:43.375 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2c6e8dbb-f747-4de5-b3b3-8df8b91d1128
05-21 14:04:43.375 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=7b073dbf-74c9-41cf-b6f9-a3410558da7c,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 1651223e-45b6-4e60-89bc-c378c0a8c157
05-21 14:04:43.389 848 904 D SplashScreenView: Build android.window.SplashScreenView{7d3fdaf V.E...... ......ID 0,0-0,0}
05-21 14:04:43.389 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:43.389 848 904 D SplashScreenView: Branding: view: android.view.View{e885bc G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:43.452 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:43.515 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dc55106 in: PRE_ON_CREATE
05-21 14:04:43.516 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:43.524 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:43.526 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:43.996 848 966 D EGL_emulation: app_time_stats: avg=100.67ms min=13.56ms max=727.93ms count=14
05-21 14:04:44.090 1829 1861 I earchbox:search: Background concurrent copying GC freed 356631(17MB) AllocSpace objects, 1715(31MB) LOS objects, 8% free, 254MB/278MB, paused 268us,31us total 470.041ms
05-21 14:04:44.135 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dc55106 in: CREATED
05-21 14:04:44.148 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@dc55106
05-21 14:04:44.161 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dc55106 in: STARTED
05-21 14:04:44.171 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@dc55106
05-21 14:04:44.195 848 966 D EGL_emulation: app_time_stats: avg=15.91ms min=0.87ms max=94.22ms count=47
05-21 14:04:44.221 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dc55106 in: RESUMED
05-21 14:04:44.242 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@dc55106
05-21 14:04:44.384 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:44.387 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s16ms
05-21 14:04:44.460 595 693 I ImeTracker: com.github.se.polyfit:60226a9: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:44.461 595 693 I ImeTracker: com.github.se.polyfit:60226a9: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:44.478 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:842a7684: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:44.478 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:842a7684: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:44.480 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:44.481 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:44.483 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:44.484 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:44.484 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:44.484 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:44.647 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:44.713 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b4c1466
05-21 14:04:44.715 595 693 W InputManager-JNI: Input channel object '3f346ba Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:44.802 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:04:45.194 848 904 D SplashScreenView: Build android.window.SplashScreenView{877f052 V.E...... ......ID 0,0-0,0}
05-21 14:04:45.194 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:45.194 848 904 D SplashScreenView: Branding: view: android.view.View{7b67f23 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:45.211 848 966 D EGL_emulation: app_time_stats: avg=17.26ms min=3.18ms max=104.36ms count=47
05-21 14:04:45.219 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:45.225 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dc55106 in: PAUSED
05-21 14:04:45.240 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@dc55106
05-21 14:04:45.329 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:45.332 848 966 D EGL_emulation: app_time_stats: avg=97.65ms min=2.19ms max=669.38ms count=13
05-21 14:04:45.463 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x751367617d40 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:45.465 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:45.465 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8b1d97c0-7bb7-4a41-8803-c209afa480ac
05-21 14:04:45.466 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 815b6896-5eda-4274-9bf6-a39a8b86ce60
05-21 14:04:45.466 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c9acab2d-a486-4af4-a101-8044ce6fe8ba
05-21 14:04:45.466 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf4792d6-1033-428b-8183-a9ca278120a3
05-21 14:04:45.466 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 01ee7ec6-c87d-4cef-9986-e6c3d29ed743
05-21 14:04:45.467 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e80cb6a-8292-4a0b-9240-4d3ae389c75f
05-21 14:04:45.467 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 58cf04ce-77bd-4292-869f-ce521268c22c
05-21 14:04:45.467 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eb463b96-1af4-45f9-997a-dd5d899261de
05-21 14:04:45.468 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c7e06b1-6e9b-4dc6-b48b-3e0cfe84acc5
05-21 14:04:45.468 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e9138b8-1683-4660-b7da-bb818c742a06
05-21 14:04:45.468 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 191db237-20ae-4218-852e-37e3bbde601f
05-21 14:04:45.469 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e5a60f6c-8936-4c30-b7d9-c0a711059390
05-21 14:04:45.469 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f4b98ba2-de17-43a6-8bf8-76fe2972318c
05-21 14:04:45.470 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bef4432b-edc4-4b91-bed5-80a5e3336530
05-21 14:04:45.470 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dfcb8806-40fd-4e70-ac96-bdf212bc124d
05-21 14:04:45.470 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 64e567d8-208c-4a3e-bc3e-a59d9ee46bf9
05-21 14:04:45.470 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e770984a-19cd-4a6b-ba58-775a6fa79c98
05-21 14:04:45.471 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9563eaa3-456f-434a-ae52-d69384a25783
05-21 14:04:45.471 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 08c217ad-daf6-4cab-94ad-dc8e68bd387a
05-21 14:04:45.471 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d26c7c75-8ab7-458d-a7e6-310f79b6aba1
05-21 14:04:45.471 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2f952532-e552-4386-a146-5a8c3a4e48b6
05-21 14:04:45.471 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 05c57855-b8d0-4960-a096-9e39abf25d08
05-21 14:04:45.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 10e1e73a-7349-4854-81c3-60c10bf7b241
05-21 14:04:45.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 11122b7a-0666-45ce-881e-48c18b683cdb
05-21 14:04:45.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4a0734b5-5f26-4d60-b67f-ca9760613b1d
05-21 14:04:45.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: abf684d6-7c1d-48ec-836b-bbfdc65489fb
05-21 14:04:45.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dbee8b0c-372d-4f53-8afd-4f3a6ebfced0
05-21 14:04:45.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2d0888aa-ab8c-4681-a3b1-da47041151ff
05-21 14:04:45.472 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: db8e8266-a4b0-4cad-9dc1-dd4d4d533178
05-21 14:04:45.473 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e4dba3f-968b-4c9b-92ab-8da1c27228ff
05-21 14:04:45.474 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 17cadee4-dd9d-45bd-9d21-2f2b30e6a82c
05-21 14:04:45.474 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a2bd61d9-ab56-492e-87ec-1f8e4aa68445
05-21 14:04:45.475 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:45.475 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d27cbe48-1ab9-47a0-8c97-d5b90a05591d
05-21 14:04:45.476 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:45.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6f329632-19f8-43db-ac56-73f425a21edc
05-21 14:04:45.477 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cfb7dd5f-4c19-4e4e-876e-18ea0e119086
05-21 14:04:45.478 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:45.478 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f9d1cd93-b3f0-428f-9d85-cef5ddcf5412
05-21 14:04:45.479 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c0b450bf-76aa-44c4-974c-aa95eba99376
05-21 14:04:45.480 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:45.480 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e3e1afbb-24aa-40c0-9bac-a2c3f1ff37a0
05-21 14:04:45.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 751e2b20-c180-49e8-806a-0462eb757f26
05-21 14:04:45.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 3e634dd9-6486-4422-8dcf-178bbdb88ce1
05-21 14:04:45.481 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=add6fd40-9cab-4bf3-909f-db16947d3007,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c10f1934-0b77-4996-a930-e5b162a4cd36
05-21 14:04:45.508 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:45.511 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +325ms
05-21 14:04:45.559 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:45.560 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:45.562 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:45.585 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:45.587 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=479, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@75c6cdc
05-21 14:04:45.594 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:45.597 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:45.597 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:45.597 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:45.597 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:45.599 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:45.647 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:a784ad7: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:45.647 595 612 I ImeTracker: com.google.android.apps.nexuslauncher:a784ad7: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:45.665 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:45.667 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:45.668 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:45.668 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:45.668 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:45.712 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dc55106 in: STOPPED
05-21 14:04:45.733 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@dc55106
05-21 14:04:45.817 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@dc55106 in: DESTROYED
05-21 14:04:45.819 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:45.821 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ef56bbc
05-21 14:04:45.845 595 612 W InputManager-JNI: Input channel object '8168a37 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:45.870 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@ab136d7]
05-21 14:04:45.872 9128 9160 I TestRunner: finished: testEverythingIsDisplayed(com.github.se.polyfit.ui.screen.RecipeRecommendationScreenTest)
-
2.84 s
com.github.se.polyfit.ui.screen.SettingsTest
-
2.84 s
passedeverythingIsDisplayed
-
05-21 14:04:45.878 9128 9160 I TestRunner: started: everythingIsDisplayed(com.github.se.polyfit.ui.screen.SettingsTest)
05-21 14:04:45.896 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2256f0b]
05-21 14:04:45.913 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:45.928 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 647710(21MB) AllocSpace objects, 21(1008KB) LOS objects, 43% free, 29MB/52MB, paused 16.048ms,37us total 148.964ms
05-21 14:04:46.007 848 904 D SplashScreenView: Build android.window.SplashScreenView{79a6559 V.E...... ......ID 0,0-0,0}
05-21 14:04:46.007 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:46.007 848 904 D SplashScreenView: Branding: view: android.view.View{374751e G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:46.032 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d28628a in: PRE_ON_CREATE
05-21 14:04:46.032 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:46.055 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@480bf9e
05-21 14:04:46.058 595 2358 W InputManager-JNI: Input channel object 'c2e5ed Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:46.081 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:46.082 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:46.098 1829 1861 I earchbox:search: Background young concurrent copying GC freed 50029(4407KB) AllocSpace objects, 819(15MB) LOS objects, 4% free, 254MB/265MB, paused 4.290ms,47us total 133.961ms
05-21 14:04:46.229 848 966 D EGL_emulation: app_time_stats: avg=25.07ms min=1.53ms max=187.40ms count=35
05-21 14:04:46.584 848 966 D EGL_emulation: app_time_stats: avg=83.02ms min=12.45ms max=591.53ms count=15
05-21 14:04:46.634 1829 1861 I earchbox:search: Background concurrent copying GC freed 257144(15MB) AllocSpace objects, 1725(31MB) LOS objects, 8% free, 247MB/271MB, paused 248us,34us total 468.473ms
05-21 14:04:46.703 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d28628a in: CREATED
05-21 14:04:46.719 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@d28628a
05-21 14:04:46.741 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d28628a in: STARTED
05-21 14:04:46.756 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@d28628a
05-21 14:04:46.818 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d28628a in: RESUMED
05-21 14:04:46.834 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@d28628a
05-21 14:04:46.929 595 608 I system_server: NativeAlloc concurrent copying GC freed 247683(7795KB) AllocSpace objects, 6(120KB) LOS objects, 42% free, 32MB/56MB, paused 405us,99us total 162.614ms
05-21 14:04:46.979 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:46.982 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s58ms
05-21 14:04:47.048 595 2433 I ImeTracker: com.github.se.polyfit:a12ac3b4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:47.048 595 2433 I ImeTracker: com.github.se.polyfit:a12ac3b4: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:47.051 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:47.059 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:47.063 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:38b39e6b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:47.063 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:38b39e6b: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:47.071 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@6e85226
05-21 14:04:47.076 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:47.077 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:47.077 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:47.079 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:47.081 595 2433 W InputManager-JNI: Input channel object '5fc8d07 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:47.283 848 966 D EGL_emulation: app_time_stats: avg=24.58ms min=3.27ms max=274.23ms count=34
05-21 14:04:47.285 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:47.300 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@e02fe15
05-21 14:04:47.301 595 2433 W InputManager-JNI: Input channel object '3c7eae2 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:47.681 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:47.681 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingsScreen')) && (TestTag = 'SettingsTitle'); position: 0; useUnmergedTree: false.
05-21 14:04:47.692 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:47.692 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingsScreen')) && (TestTag = 'SettingsTitle'); position: 0; useUnmergedTree: false.
05-21 14:04:47.696 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:04:47.696 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingsScreen')) && (TestTag = 'SettingsTitle'); position: 0; useUnmergedTree: false.
05-21 14:04:47.699 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:47.699 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'SettingItem'); position: 0; useUnmergedTree: false.
05-21 14:04:47.705 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:47.705 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'SettingItem'); position: 0; useUnmergedTree: false.
05-21 14:04:47.711 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_EQUALS(description={null}).
05-21 14:04:47.711 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'SettingItem'); position: 0; useUnmergedTree: false.
05-21 14:04:47.718 9128 9160 I KASPRESSO: Operation: Check=ASSERT_CONTENT_DESCRIPTION_CONTAINS(description={null}).
05-21 14:04:47.718 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'SettingItem'); position: 0; useUnmergedTree: false.
05-21 14:04:47.727 9128 9160 I KASPRESSO: Operation: Check=ASSERT_CONTENT_DESCRIPTION_CONTAINS(description={null}).
05-21 14:04:47.727 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'SettingItem'); position: 0; useUnmergedTree: false.
05-21 14:04:47.732 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:04:47.732 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'SettingItem'); position: 0; useUnmergedTree: false.
05-21 14:04:47.742 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:04:47.768 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:47.768 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'Divider'); position: 0; useUnmergedTree: false.
05-21 14:04:47.779 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:47.779 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'SettingItemColumn')) && (TestTag = 'Divider'); position: 0; useUnmergedTree: false.
05-21 14:04:47.826 848 904 D SplashScreenView: Build android.window.SplashScreenView{537bb56 V.E...... ......ID 0,0-0,0}
05-21 14:04:47.826 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:47.826 848 904 D SplashScreenView: Branding: view: android.view.View{e5327d7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:47.852 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:47.864 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d28628a in: PAUSED
05-21 14:04:47.880 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@d28628a
05-21 14:04:47.973 6276 6287 W System : A resource failed to call release.
05-21 14:04:47.974 6276 6287 W System : A resource failed to call release.
05-21 14:04:47.974 6276 6287 W System : A resource failed to call release.
05-21 14:04:47.974 6276 6287 W System : A resource failed to call release.
05-21 14:04:47.974 6276 6287 W System : A resource failed to call release.
05-21 14:04:47.974 6276 6287 W System : A resource failed to call release.
05-21 14:04:47.984 848 966 D EGL_emulation: app_time_stats: avg=99.35ms min=8.64ms max=715.09ms count=14
05-21 14:04:48.000 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:48.178 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:48.182 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +366ms
05-21 14:04:48.213 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:48.215 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=483, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@eb34cc3
05-21 14:04:48.228 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:48.228 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:48.228 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:48.228 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:48.229 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:48.285 848 966 D EGL_emulation: app_time_stats: avg=16.02ms min=1.46ms max=73.95ms count=52
05-21 14:04:48.306 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:48.307 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:48.307 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:48.415 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:7a1b19a9: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:48.416 595 693 I ImeTracker: com.google.android.apps.nexuslauncher:7a1b19a9: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:48.443 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:48.447 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:48.448 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:48.449 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:48.450 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:48.494 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d28628a in: STOPPED
05-21 14:04:48.516 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@d28628a
05-21 14:04:48.579 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d0c36e2
05-21 14:04:48.582 595 2358 W InputManager-JNI: Input channel object '762696d Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:48.616 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d28628a in: DESTROYED
05-21 14:04:48.616 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:48.618 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@659fd19
05-21 14:04:48.657 595 2358 W InputManager-JNI: Input channel object '67bb178 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:48.703 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@2256f0b]
05-21 14:04:48.706 9128 9160 I TestRunner: finished: everythingIsDisplayed(com.github.se.polyfit.ui.screen.SettingsTest)
-
6.13 s
com.github.se.polyfit.ui.screen.recipeRec.RecipeRecommendationMoreDetailScreenTest
-
3.04 s
passedtestToggleButtons
-
05-21 14:04:48.729 9128 9160 I TestRunner: started: testToggleButtons(com.github.se.polyfit.ui.screen.recipeRec.RecipeRecommendationMoreDetailScreenTest)
05-21 14:04:48.814 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@260baa7]
05-21 14:04:48.840 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:48.858 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@de249f3
05-21 14:04:48.866 848 904 D SplashScreenView: Build android.window.SplashScreenView{2314243 V.E...... ......ID 0,0-0,0}
05-21 14:04:48.866 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:48.866 848 904 D SplashScreenView: Branding: view: android.view.View{3fbd0c0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:48.885 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:48.889 595 2358 W InputManager-JNI: Input channel object '6fd87dd com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:48.930 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@abaa616 in: PRE_ON_CREATE
05-21 14:04:48.930 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:48.975 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:48.976 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:49.054 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f82a0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:49.055 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:49.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46c99841-1019-48fc-8e34-1ead6296d2d8
05-21 14:04:49.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7efb3fda-e627-4579-9963-9e0b7df4ae17
05-21 14:04:49.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7ab0e3c8-d2a1-45c9-afaf-545cd1e55f8d
05-21 14:04:49.055 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 80db0a77-9a0f-4c3e-b66d-de73764ccd6e
05-21 14:04:49.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 88a28002-4377-4343-8d98-a082cec36f33
05-21 14:04:49.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 893add95-c3f8-43b6-b9c3-59bdb2c3cceb
05-21 14:04:49.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d9531e80-4e54-4444-a58f-aafe99829121
05-21 14:04:49.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5f415f7a-29e3-4e81-b95e-ec3dcbb56f4e
05-21 14:04:49.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ab57b02d-6417-411a-ba79-cfc4cd02f283
05-21 14:04:49.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e07d857a-ff1a-45bd-9734-18ef95ef572a
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54b2d041-0971-419d-adff-deb81d10e3b7
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b8fa2ca-c2bf-4f96-b392-710f3917597a
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff4c972d-4c43-4cba-a02d-8ac37b15116e
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3fea73ca-a5da-4962-96ca-05cd3bed4ea9
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: cff1eee6-d43e-473c-867d-f467b50c95b5
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 831f2875-7f38-4781-859c-95bf1f4af01f
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aae9edf2-1262-4322-8363-a3def4117de7
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03e70ecc-f203-4186-b48e-0f58bdc04f2c
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c4ee8b6b-981d-4a83-856f-52b06c2a8388
05-21 14:04:49.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6e79f976-56d1-4938-82c5-ebe51cdd2b12
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46df2cac-c75c-430c-95dd-3361392ec15c
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5d8d0491-72a9-4f83-b17c-4285d697cc20
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b0957f9a-d379-4ed7-b2c4-28d4156a1f72
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: edee06e2-ae4c-40c7-9ba0-e7fa30131539
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a3aeec48-64d1-43be-b308-57768721469f
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c8b60ab-4bf3-4320-ba7d-d09eb9d90b0e
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd04bf81-26da-4c78-b78c-f185b63c8653
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03c79e96-ba0c-48e0-b1b7-d2b38494b379
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1cdb7fc5-a294-45a6-9cd9-6e7b4fd27440
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 446e911e-09f6-4258-bb73-c0b232f67292
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ccccf51f-bb3a-473d-aeb0-de409139dfd5
05-21 14:04:49.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 745f88d0-f81a-4756-aa25-667b0b39bd18
05-21 14:04:49.060 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:49.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 73ee0cc6-5094-4243-938d-512b6346c8e9
05-21 14:04:49.060 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:49.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5e46f81b-09be-4ae3-994f-06895c737873
05-21 14:04:49.060 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a707bcbd-f2bf-4ac0-8b0c-82cca6477c25
05-21 14:04:49.062 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:49.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 56d2b60e-7b91-4f1a-b98c-b17e17d15b49
05-21 14:04:49.062 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4f9b031f-c407-47f8-b0af-47d56f2f88e3
05-21 14:04:49.066 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:49.066 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 27ebd77a-b543-4462-b21c-bb3b103c1829
05-21 14:04:49.066 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 77ca104b-ebf9-433e-b420-2b4caff3734e
05-21 14:04:49.066 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4c7269f5-ab31-452e-9e75-16be0f4e499c
05-21 14:04:49.066 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=45cb4ef3-0a5f-46f1-9e9b-70eea76bce8e,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 546cd7c0-ae4a-4556-bbcc-3bc5de076185
05-21 14:04:49.297 848 966 D EGL_emulation: app_time_stats: avg=23.66ms min=5.15ms max=100.04ms count=36
05-21 14:04:49.414 848 966 D EGL_emulation: app_time_stats: avg=98.68ms min=1.61ms max=678.04ms count=14
05-21 14:04:49.570 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@abaa616 in: CREATED
05-21 14:04:49.595 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@abaa616
05-21 14:04:49.619 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@abaa616 in: STARTED
05-21 14:04:49.629 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@abaa616
05-21 14:04:49.669 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@abaa616 in: RESUMED
05-21 14:04:49.681 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@abaa616
05-21 14:04:49.777 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:49.779 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +924ms
05-21 14:04:49.790 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:95916f5a: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:49.792 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:95916f5a: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:49.793 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:49.820 595 2433 I ImeTracker: com.github.se.polyfit:9631b4be: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:49.820 595 2433 I ImeTracker: com.github.se.polyfit:9631b4be: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:49.821 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:49.825 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:49.826 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:49.826 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:49.827 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:49.840 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:04:49.846 9128 9160 W thub.se.polyfit: Suspending all threads took: 5.013ms
05-21 14:04:49.968 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:50.096 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@31bbf9f
05-21 14:04:50.097 595 2433 W InputManager-JNI: Input channel object 'eca064f Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:50.314 848 966 D EGL_emulation: app_time_stats: avg=15.31ms min=0.91ms max=79.92ms count=48
05-21 14:04:50.611 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:50.611 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'RecipeDetail'; position: 0; useUnmergedTree: false.
05-21 14:04:50.620 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:50.620 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'RecipeDetail'; position: 0; useUnmergedTree: false.
05-21 14:04:50.885 6276 10445 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676061c0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:50.886 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:50.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 02b984dc-0d9e-45df-92fa-ebac02908d00
05-21 14:04:50.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1536b44b-184e-4d07-a1f1-ff61ea9c6981
05-21 14:04:50.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 38dc4090-dbd6-42bf-8e4c-3df0fac02b68
05-21 14:04:50.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8f824ebf-bfb6-4523-8eb3-a1cd2ec737f4
05-21 14:04:50.886 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 74fa6ff7-7567-4378-89de-254a32fbbf99
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ceabe2d4-1425-44d6-8dbc-27ca5426a69b
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f477d52c-fa9e-4695-a45d-73a9a866c19e
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 36c7aa8f-3804-44cf-a5be-9cdb5c4dccd8
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3be1c82-9a69-47dc-9448-cc9305af2a4b
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07e68c4e-4572-49c8-ad89-6f19629b6c02
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5ef1e368-d7f7-4d80-b747-64ce58938b04
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89681495-3bf4-4852-8df4-3ac51f17115f
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3d28657-d8ad-4622-8e9b-eb4502e47d91
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed01f43f-b2bf-43a9-9861-b70de0b3a594
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: dd5771ef-b8c2-4507-a2b8-1128f8590b50
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3209a92f-4c85-49a5-aaf5-53532f1a6872
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 43924b31-5171-48db-b8dd-7fea591fdaad
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8a8d86dd-f281-410b-a804-851d3938f932
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 082835dd-621c-40d3-8ca8-2cf04fc284d6
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ba7307a4-5a28-45e8-8cbf-300a22f647a1
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3640e2de-caa6-429c-9252-257b81932919
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d99bfa3-74a5-401d-b551-b438500347cb
05-21 14:04:50.887 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2e00b5cc-8142-4f98-87c5-6826ef4bc1d6
05-21 14:04:50.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04a9a8e0-317f-41f9-bec1-6b3ba3317c99
05-21 14:04:50.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fd6617c8-9f04-496d-9e84-075b38ce9532
05-21 14:04:50.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 59a70859-573c-4a22-9600-6cef16417d98
05-21 14:04:50.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0753d1e3-b8b0-4e0b-b54a-182313dccfdb
05-21 14:04:50.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bbeb4bf1-572e-4e81-b3cc-a74520be3807
05-21 14:04:50.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 05ecaa05-0900-40fc-abc9-3dd20147ada3
05-21 14:04:50.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf7b989c-4912-4dbc-b90b-e89bc79f9561
05-21 14:04:50.888 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0e2e2bce-181f-477a-b888-640b98e285af
05-21 14:04:50.890 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5a5f46c7-93cd-44bd-ac24-0ccc7440e3b9
05-21 14:04:50.891 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:50.891 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 377fb2c4-df36-4721-a9ff-0c52b8e282fc
05-21 14:04:50.891 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:50.891 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 84594128-925a-42ea-b016-3c67bb30b866
05-21 14:04:50.891 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 060079c5-4b4c-4527-a305-b7419298b254
05-21 14:04:50.892 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:50.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2b53ca10-1fb8-400d-a530-f38900c68943
05-21 14:04:50.893 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aee1bd40-60d2-43f5-896c-57f9339d47de
05-21 14:04:50.894 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:50.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2a6f855b-9b59-4bb6-9004-af87a59f6df7
05-21 14:04:50.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: ebe73d2c-5556-48ee-bd01-d713aa86f6da
05-21 14:04:50.894 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9db45971-ed2d-4e9b-9866-159cddd7ace1
05-21 14:04:50.895 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=77215b53-eedf-42a3-a2ff-d2a039b21e1d,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 9395d3c0-d2a8-4e1b-be49-6935f2c9a29e
05-21 14:04:51.041 848 904 D SplashScreenView: Build android.window.SplashScreenView{ccf9d4c V.E...... ......ID 0,0-0,0}
05-21 14:04:51.041 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:51.041 848 904 D SplashScreenView: Branding: view: android.view.View{b1b5195 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:51.069 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:51.089 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@abaa616 in: PAUSED
05-21 14:04:51.108 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@abaa616
05-21 14:04:51.223 848 966 D EGL_emulation: app_time_stats: avg=134.68ms min=2.41ms max=1189.42ms count=13
05-21 14:04:51.235 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:51.318 848 966 D EGL_emulation: app_time_stats: avg=10.18ms min=1.48ms max=51.02ms count=54
05-21 14:04:51.430 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:51.434 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +400ms
05-21 14:04:51.472 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:51.476 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=487, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@95030e7
05-21 14:04:51.495 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:51.495 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:51.495 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:51.495 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:51.495 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:51.536 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:51.538 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:51.538 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:51.545 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:51.621 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:45643ded: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:51.621 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:45643ded: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:51.631 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:51.632 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:51.632 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:51.632 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:51.634 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:51.635 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@abaa616 in: STOPPED
05-21 14:04:51.654 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@abaa616
05-21 14:04:51.706 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@abaa616 in: DESTROYED
05-21 14:04:51.707 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:51.708 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@80d58d9
05-21 14:04:51.730 595 1558 W InputManager-JNI: Input channel object '15b7636 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:51.768 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@260baa7]
05-21 14:04:51.778 9128 9160 I TestRunner: finished: testToggleButtons(com.github.se.polyfit.ui.screen.recipeRec.RecipeRecommendationMoreDetailScreenTest)
-
3.09 s
passedtestEverythingIsDisplayed
-
05-21 14:04:51.780 9128 9160 I TestRunner: started: testEverythingIsDisplayed(com.github.se.polyfit.ui.screen.recipeRec.RecipeRecommendationMoreDetailScreenTest)
05-21 14:04:51.788 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3c989d5]
05-21 14:04:51.814 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:51.891 848 904 D SplashScreenView: Build android.window.SplashScreenView{7f55461 V.E...... ......ID 0,0-0,0}
05-21 14:04:51.891 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:51.891 848 904 D SplashScreenView: Branding: view: android.view.View{730ab86 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:51.967 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df8b2bc in: PRE_ON_CREATE
05-21 14:04:51.968 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:51.988 1829 1861 I earchbox:search: Background young concurrent copying GC freed 158018(4672KB) AllocSpace objects, 393(7416KB) LOS objects, 1% free, 261MB/266MB, paused 339us,122us total 131.266ms
05-21 14:04:52.032 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:52.033 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:52.139 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3771977
05-21 14:04:52.145 595 2358 W InputManager-JNI: Input channel object '360eced Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:52.150 848 903 W FrameTracker: Missed App frame:UNKNOWN: 10, 441287, 0, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 10, 441287, 0, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 441287, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 441316, 0, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 441316, 0, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 441316, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 441360, 0, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 441360, 0, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 441360, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 441375, 121740907, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 441375, 121740907, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 441397, 0, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 441397, 0, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 441397, CUJ=J
05-21 14:04:52.150 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 66, 441470, 138039754, CUJ=J
05-21 14:04:52.272 848 966 D EGL_emulation: app_time_stats: avg=62.17ms min=5.93ms max=234.78ms count=16
05-21 14:04:52.324 848 966 D EGL_emulation: app_time_stats: avg=39.02ms min=2.11ms max=132.72ms count=23
05-21 14:04:52.569 1829 1861 I earchbox:search: Background concurrent copying GC freed 398416(19MB) AllocSpace objects, 1442(26MB) LOS objects, 8% free, 252MB/276MB, paused 140us,112us total 548.074ms
05-21 14:04:52.704 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df8b2bc in: CREATED
05-21 14:04:52.720 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@df8b2bc
05-21 14:04:52.740 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df8b2bc in: STARTED
05-21 14:04:52.756 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@df8b2bc
05-21 14:04:52.830 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df8b2bc in: RESUMED
05-21 14:04:52.849 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@df8b2bc
05-21 14:04:53.026 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:53.031 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s205ms
05-21 14:04:53.095 595 953 I ImeTracker: com.github.se.polyfit:3a50f3ae: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:53.095 595 953 I ImeTracker: com.github.se.polyfit:3a50f3ae: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:53.099 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:53.101 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:53.105 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:53.105 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:53.106 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:53.114 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@466260c
05-21 14:04:53.129 595 2433 W InputManager-JNI: Input channel object 'c26e134 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:53.145 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:53.169 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ca9c3d0f: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:53.170 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:ca9c3d0f: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:53.241 1829 1861 I earchbox:search: Background young concurrent copying GC freed 63934(6398KB) AllocSpace objects, 1129(20MB) LOS objects, 8% free, 243MB/267MB, paused 250us,75us total 112.438ms
05-21 14:04:53.286 848 966 D EGL_emulation: app_time_stats: avg=166.22ms min=19.30ms max=708.07ms count=6
05-21 14:04:53.355 848 966 D EGL_emulation: app_time_stats: avg=23.45ms min=8.42ms max=120.91ms count=41
05-21 14:04:53.365 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@ad1d59d
05-21 14:04:53.367 595 693 W InputManager-JNI: Input channel object '4c47a56 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:53.382 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:53.916 1829 1861 I earchbox:search: Background concurrent copying GC freed 112970(10MB) AllocSpace objects, 1995(36MB) LOS objects, 8% free, 250MB/274MB, paused 163us,63us total 413.636ms
05-21 14:04:54.030 9128 9160 I KASPRESSO: Operation: Check=ASSERT_EXISTS(description={null}).
05-21 14:04:54.030 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'RecipeDetail'; position: 0; useUnmergedTree: false.
05-21 14:04:54.042 9128 10397 I OpenGLRenderer: Davey! duration=704ms; Flags=0, FrameTimelineVsyncId=442506, IntendedVsync=7666038908629, Vsync=7666238908621, InputEventId=0, HandleInputStart=7666253591696, AnimationStart=7666253611023, PerformTraversalsStart=7666253620710, DrawStart=7666697295890, FrameDeadline=7666055575295, FrameInterval=7666253244079, FrameStartTime=16666666, SyncQueued=7666722331051, SyncStart=7666722563573, IssueDrawCommandsStart=7666723078671, SwapBuffers=7666727741134, FrameCompleted=7666743536991, DequeueBufferDuration=20838, QueueBufferDuration=726792, GpuCompleted=7666727741134, SwapBuffersCompleted=7666743536991, DisplayPresentTime=288234774265332736, CommandSubmissionCompleted=7666727741134,
05-21 14:04:54.046 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:04:54.046 9128 9160 I KASPRESSO: ComposeInteraction: matcher: TestTag = 'RecipeDetail'; position: 0; useUnmergedTree: false.
05-21 14:04:54.114 848 904 D SplashScreenView: Build android.window.SplashScreenView{c4551c3 V.E...... ......ID 0,0-0,0}
05-21 14:04:54.114 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:54.114 848 904 D SplashScreenView: Branding: view: android.view.View{83f6a40 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:54.135 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df8b2bc in: PAUSED
05-21 14:04:54.135 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:54.147 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@df8b2bc
05-21 14:04:54.218 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:54.299 848 966 D EGL_emulation: app_time_stats: avg=164.70ms min=5.61ms max=889.36ms count=6
05-21 14:04:54.382 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:04:54.383 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +276ms
05-21 14:04:54.406 848 966 D EGL_emulation: app_time_stats: avg=10.37ms min=2.61ms max=92.11ms count=56
05-21 14:04:54.525 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:54.528 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=491, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@f6cb853
05-21 14:04:54.566 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:54.569 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:54.569 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:54.588 1371 1379 I .gms.persistent: Background young concurrent copying GC freed 375751(14MB) AllocSpace objects, 2(104KB) LOS objects, 42% free, 19MB/34MB, paused 282us,19us total 354.992ms
05-21 14:04:54.623 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:54.624 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:54.624 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:54.625 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:54.627 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:54.715 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:222f9d2e: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:54.715 595 613 I ImeTracker: com.google.android.apps.nexuslauncher:222f9d2e: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:54.718 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:54.720 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:54.721 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:54.721 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:54.721 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:54.738 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df8b2bc in: STOPPED
05-21 14:04:54.753 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@df8b2bc
05-21 14:04:54.760 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3e934ca
05-21 14:04:54.771 595 2431 W InputManager-JNI: Input channel object '8276d16 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:54.776 6276 6284 I s.nexuslauncher: NativeAlloc concurrent copying GC freed 30198(4286KB) AllocSpace objects, 22(380KB) LOS objects, 49% free, 6588KB/12MB, paused 209us,24us total 151.638ms
05-21 14:04:54.779 6276 6287 W System : A resource failed to call release.
05-21 14:04:54.780 6276 6287 W System : A resource failed to call release.
05-21 14:04:54.780 6276 6287 W System : A resource failed to call release.
05-21 14:04:54.781 6276 6287 W System : A resource failed to call release.
05-21 14:04:54.781 6276 6287 W System : A resource failed to call release.
05-21 14:04:54.781 6276 6287 W System : A resource failed to call release.
05-21 14:04:54.796 6276 6289 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675fe960 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:54.810 848 903 W FrameTracker: Missed App frame:UNKNOWN: 10, 443331, 0, CUJ=J
05-21 14:04:54.810 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 10, 443331, 0, CUJ=J
05-21 14:04:54.810 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 443331, CUJ=J
05-21 14:04:54.811 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 443360, 74143309, CUJ=J
05-21 14:04:54.811 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 443360, 74143309, CUJ=J
05-21 14:04:54.811 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 443418, 0, CUJ=J
05-21 14:04:54.812 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 443418, CUJ=J
05-21 14:04:54.812 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 443455, 139272908, CUJ=J
05-21 14:04:54.813 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 443486, 0, CUJ=J
05-21 14:04:54.813 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@df8b2bc in: DESTROYED
05-21 14:04:54.813 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 443486, 0, CUJ=J
05-21 14:04:54.813 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 443486, CUJ=J
05-21 14:04:54.813 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 443540, 91596814, CUJ=J
05-21 14:04:54.813 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 443540, 91596814, CUJ=J
05-21 14:04:54.814 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:54.815 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@3ecefa2
05-21 14:04:54.829 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:54.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1b9d0a97-d9c8-4e88-a3de-2bb43ed70e0a
05-21 14:04:54.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2b6a2884-da37-44b1-bbe7-55620897740f
05-21 14:04:54.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 60967c9a-4521-4cbb-b5cd-e2e0a9a22ef5
05-21 14:04:54.829 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fca712ef-8391-4550-b316-6379bc8e1c93
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a0b83e71-f51b-41f8-93d1-58056ac078b9
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66c8d6f9-e7d7-4eec-ad9b-1811e880b4d9
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fbcd5910-0d6f-4101-b37e-57559af399b6
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0bde691e-6648-4b9f-9f05-7197d141c766
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2704cf25-2901-424f-bf79-6b076179b61a
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: faa6a584-ecb6-402c-a59d-fb8264e9b68e
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 34c9da21-31c8-4f28-9af0-28e444379d09
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 1218b76f-c5ba-413f-9f14-16b2ddaebb95
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93e39a4e-5d5c-4d0e-be8a-b33672c2f343
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d447c008-8fe0-42ba-b328-9e859656b012
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 408b46b5-f32d-4307-8afd-209dd3134f0a
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f93d8eb0-07c5-4aa2-bc30-b73fffcfeaa6
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4a5963ed-a4f5-4d23-89f2-51b6d0c6d3ba
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 33f97e5b-d7c0-4bc5-9964-20c72836fa97
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fd1b8e2f-5d7f-4ef1-a411-f89b999cc224
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 895cba6b-8fa9-495a-86f8-28467c7243ca
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 102cab69-54fc-49f8-a6b1-926927e0e4df
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2bccced8-6ce5-49ee-9f47-71435a16b1e9
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2dd6283c-eec2-4503-90c1-f83feed0cf5e
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6273969f-b550-4afe-ae41-bdc6347beb71
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e1ef3b6-70d2-47fe-96e5-3d1dea21c89d
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2836154-1b9f-46e5-b7d7-e288e26ae950
05-21 14:04:54.830 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e16e1155-efc3-4fef-8749-0b3fdf3e02b4
05-21 14:04:54.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: da78716a-0f23-4a4c-b9db-97e1db344620
05-21 14:04:54.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce76b9d1-6460-4a4e-9845-57b171de6cd0
05-21 14:04:54.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f79b6e1f-7b69-4d2b-9260-d0b3138a0e84
05-21 14:04:54.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cfe0d304-0e51-4bed-88d1-0e449cfb276b
05-21 14:04:54.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 23b0f628-bd4b-490f-beda-b1122c7b5ee2
05-21 14:04:54.831 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:54.831 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c204c4df-47ff-4834-a830-f718326f172c
05-21 14:04:54.831 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:54.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 08741f53-de82-4942-952f-e8a2add90d6a
05-21 14:04:54.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8a5a3b24-e794-4674-a4a7-cd995aa22aa2
05-21 14:04:54.832 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:54.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2f3d32ac-9d05-45b1-9a21-b957aeefddb5
05-21 14:04:54.832 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 38f665b8-adab-4b9b-ae1a-6bc4700621e1
05-21 14:04:54.833 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:54.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 66ccf72e-ecb0-44ea-8255-73d17da5b2ff
05-21 14:04:54.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b16f8244-3bef-406f-8f89-4dd16d5db04d
05-21 14:04:54.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c307cbb0-43ed-47cc-a632-7edebe85862d
05-21 14:04:54.833 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=75435f72-3a3e-4b1f-908d-92c4aad015ca,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 102c6fa7-08da-4c81-8e9a-ce2bcff2c627
05-21 14:04:54.845 595 1558 W InputManager-JNI: Input channel object '35d72d5 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:54.872 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@3c989d5]
05-21 14:04:54.873 9128 9160 I TestRunner: finished: testEverythingIsDisplayed(com.github.se.polyfit.ui.screen.recipeRec.RecipeRecommendationMoreDetailScreenTest)
-
12.35 s
com.github.se.polyfit.ui.screen.settings.AccountSettingsTest
-
3.16 s
passedsavingMakesCallToViewModel
-
05-21 14:04:54.881 9128 9160 I TestRunner: started: savingMakesCallToViewModel(com.github.se.polyfit.ui.screen.settings.AccountSettingsTest)
05-21 14:04:54.923 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8a3fa62]
05-21 14:04:54.957 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:54.969 1829 1861 I earchbox:search: Background young concurrent copying GC freed 199199(6564KB) AllocSpace objects, 656(12MB) LOS objects, 5% free, 251MB/266MB, paused 182us,27us total 118.234ms
05-21 14:04:54.989 848 904 D SplashScreenView: Build android.window.SplashScreenView{7c467a6 V.E...... ......ID 0,0-0,0}
05-21 14:04:54.989 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:54.989 848 904 D SplashScreenView: Branding: view: android.view.View{698e5e7 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:55.054 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@784f39d in: PRE_ON_CREATE
05-21 14:04:55.054 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:55.116 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:55.117 1728 2287 E HwDetectorWithState: a: 3
05-21 14:04:55.322 848 966 D EGL_emulation: app_time_stats: avg=84.86ms min=9.42ms max=257.02ms count=11
05-21 14:04:55.437 848 966 D EGL_emulation: app_time_stats: avg=78.59ms min=23.20ms max=153.89ms count=13
05-21 14:04:55.584 595 608 I system_server: NativeAlloc concurrent copying GC freed 244922(8139KB) AllocSpace objects, 24(480KB) LOS objects, 42% free, 32MB/56MB, paused 335us,84us total 132.743ms
05-21 14:04:55.598 1829 1861 I earchbox:search: Background concurrent copying GC freed 245888(14MB) AllocSpace objects, 1529(28MB) LOS objects, 8% free, 251MB/275MB, paused 97us,29us total 457.529ms
05-21 14:04:55.700 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@784f39d in: CREATED
05-21 14:04:55.713 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@784f39d
05-21 14:04:55.729 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@784f39d in: STARTED
05-21 14:04:55.738 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@784f39d
05-21 14:04:55.789 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@784f39d in: RESUMED
05-21 14:04:55.803 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@784f39d
05-21 14:04:55.949 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:55.951 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +982ms
05-21 14:04:56.007 595 1558 I ImeTracker: com.github.se.polyfit:71b87c7: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:56.007 595 1558 I ImeTracker: com.github.se.polyfit:71b87c7: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:56.009 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:56.020 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:56.021 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:56.021 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:56.021 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:56.023 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b428741
05-21 14:04:56.029 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:56.029 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:8c81f61b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:56.029 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:8c81f61b: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:56.031 595 613 W InputManager-JNI: Input channel object '69ec1c com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:56.196 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:56.281 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@cd07594
05-21 14:04:56.283 595 613 W InputManager-JNI: Input channel object '610d22d Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:04:56.451 848 966 D EGL_emulation: app_time_stats: avg=13.69ms min=1.78ms max=108.72ms count=47
05-21 14:04:57.053 9128 9128 I Choreographer: Skipped 40 frames! The application may be doing too much work on its main thread.
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 26c4668d-735d-4cda-8186-eb459c745de3
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 366a65c9-0fa2-4d72-9639-9a2d84beaed5
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f9b2dbb6-b2b8-4f48-b88d-2d23982e322a
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d541afdb-d030-4261-bfc4-9a75cc2a9e7d
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f04e95d3-40af-440f-bc32-b3ac9892bf1e
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb862582-bd29-41bf-8aa1-b6c404476f3d
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7082049d-8772-4d10-999c-00eb9a49a1fb
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bf3bd7cc-f6f1-4c7a-8c6d-89bbae00aa88
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b3cdcf95-017f-4e5f-aa53-93f58afee4eb
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 79c867f8-d39e-47c1-b240-ed675c2c180e
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 54468291-70b7-4a6f-99e9-d26fc208c096
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e6387dc-82ba-4fcd-90c1-44c78c0b11fd
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3cb0de52-afa1-43fe-a7b8-cf92bac5e413
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 68ad0bfc-6820-4674-a7db-59f7d74001e1
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: efa75857-f09d-4ad2-94dd-412ca23e4220
05-21 14:04:57.056 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7d69b156-3d67-44a1-a934-d920ac562070
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 64857c0b-3d33-41e5-8b7b-f1de70eb1712
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a6a82407-76ad-4ad4-a6c9-fb75361ad730
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e889532a-fd61-4aa5-8395-0a0fb9a4d28f
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2681e75b-c04a-41c6-936a-fd5bdd8d00a1
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 628cbd58-5cea-4a31-88cb-e3229fe36f0e
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 74a62cd6-a3c3-43b0-8f97-5de9813974f0
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 50fb44c8-4a8d-40e5-ae2e-060b2a79d6ff
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff35566a-85dd-4a33-b6a7-a9cbdfcf6cc3
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: aad7b045-74e3-4aa6-b398-edf0cd81817b
05-21 14:04:57.057 9128 10429 I OpenGLRenderer: Davey! duration=873ms; Flags=0, FrameTimelineVsyncId=444768, IntendedVsync=7668888908515, Vsync=7669072241841, InputEventId=0, HandleInputStart=7669080150248, AnimationStart=7669080165968, PerformTraversalsStart=7669080175795, DrawStart=7669733774111, FrameDeadline=7668905575181, FrameInterval=7669079843157, FrameStartTime=16666666, SyncQueued=7669747225924, SyncStart=7669747376592, IssueDrawCommandsStart=7669747649450, SwapBuffers=7669751356934, FrameCompleted=7669762089741, DequeueBufferDuration=3466, QueueBufferDuration=313312, GpuCompleted=7669751356934, SwapBuffersCompleted=7669762089741, DisplayPresentTime=288234774267429888, CommandSubmissionCompleted=7669751356934,
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f09acee0-f980-4249-b03a-740e29793843
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 89928c26-bee7-4a6c-b297-7143aed4c31f
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 558bd82b-b0f2-4da2-9f64-13c20a6d3ca5
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e4f5a300-65b1-4275-8542-0b8a277e785c
05-21 14:04:57.057 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8c65cff2-981e-4534-977c-0f533a4e1018
05-21 14:04:57.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cf431be1-8a78-4429-9883-86ffc5b59d01
05-21 14:04:57.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 41b94f73-4567-44d1-a5b1-8683f4cd4f4e
05-21 14:04:57.058 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:04:57.058 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f11e34cc-4b0e-4ae6-9a54-b1d4aecc9db7
05-21 14:04:57.058 6276 8816 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675ff260 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:04:57.058 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:57.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2ae17e71-7c94-498a-bd5f-01ef8efb8fb0
05-21 14:04:57.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a1e2f3ed-61c5-41ca-9765-6afbf17501fa
05-21 14:04:57.059 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:57.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f7ddeb5e-d5c2-4d3f-a6f5-8a59753c22e9
05-21 14:04:57.059 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 67173493-f6fd-447b-8a34-110d05e77049
05-21 14:04:57.061 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:04:57.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 82a8353c-ee0e-4cb2-831f-9fae1355aae1
05-21 14:04:57.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: af12f2c8-55b2-440a-a4e5-d10b62160e5b
05-21 14:04:57.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e88737d3-7c57-43ac-ae2a-ca4a6c85bbd4
05-21 14:04:57.061 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=368f096d-761d-449e-b482-f281ffd9ded4,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c21473b5-2795-4570-b8a4-455dd5b70396
05-21 14:04:57.082 9128 9160 I KASPRESSO: Operation: Perform=PERFORM_CLICK(description={null}).
05-21 14:04:57.082 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Save'); position: 0; useUnmergedTree: false.
05-21 14:04:57.185 848 904 D SplashScreenView: Build android.window.SplashScreenView{8a3ca19 V.E...... ......ID 0,0-0,0}
05-21 14:04:57.185 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:57.185 848 904 D SplashScreenView: Branding: view: android.view.View{da6dade G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:57.208 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@784f39d in: PAUSED
05-21 14:04:57.220 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@784f39d
05-21 14:04:57.235 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:57.301 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:04:57.313 848 966 D EGL_emulation: app_time_stats: avg=281.70ms min=14.02ms max=1054.02ms count=7
05-21 14:04:57.468 848 966 D EGL_emulation: app_time_stats: avg=9.95ms min=2.05ms max=68.87ms count=56
05-21 14:04:57.478 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:04:57.479 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=495, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@e11eac6
05-21 14:04:57.495 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:04:57.496 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:04:57.496 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:04:57.496 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:04:57.498 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:04:57.511 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:04:57.511 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:04:57.512 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:04:57.512 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:04:57.600 9128 9288 D OpenGLRenderer: endAllActiveAnimators on 0x7513d7637600 (UnprojectedRipple) with handle 0x7513676789d0
05-21 14:04:57.614 595 1960 I ImeTracker: com.google.android.apps.nexuslauncher:29ab6bd5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:57.615 595 1960 I ImeTracker: com.google.android.apps.nexuslauncher:29ab6bd5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:57.618 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:57.629 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:57.629 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:57.629 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:57.631 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:57.716 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@784f39d in: STOPPED
05-21 14:04:57.770 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@784f39d
05-21 14:04:57.770 848 863 I ndroid.systemui: NativeAlloc concurrent copying GC freed 107444(4457KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 17MB/34MB, paused 1.202ms,94us total 185.595ms
05-21 14:04:57.954 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:04:57.961 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@51deed5
05-21 14:04:57.962 595 613 W InputManager-JNI: Input channel object '6222db1 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:04:57.979 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@784f39d in: DESTROYED
05-21 14:04:57.980 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:04:57.981 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b35324b
05-21 14:04:58.021 595 1960 W InputManager-JNI: Input channel object 'cfbb03f com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:58.022 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@11dc322
05-21 14:04:58.030 595 613 W InputManager-JNI: Input channel object '447e90f com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:04:58.054 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@8a3fa62]
05-21 14:04:58.055 9128 9160 I TestRunner: finished: savingMakesCallToViewModel(com.github.se.polyfit.ui.screen.settings.AccountSettingsTest)
-
3.09 s
passedfieldsPopulateIfExist
-
05-21 14:04:58.060 9128 9160 I TestRunner: started: fieldsPopulateIfExist(com.github.se.polyfit.ui.screen.settings.AccountSettingsTest)
05-21 14:04:58.069 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@13c5ffd]
05-21 14:04:58.101 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:04:58.123 848 904 D SplashScreenView: Build android.window.SplashScreenView{344b512 V.E...... ......ID 0,0-0,0}
05-21 14:04:58.123 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:04:58.123 848 904 D SplashScreenView: Branding: view: android.view.View{158c4e3 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:04:58.136 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:04:58.206 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@902ea84 in: PRE_ON_CREATE
05-21 14:04:58.209 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:04:58.270 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:04:58.272 1728 2211 E HwDetectorWithState: a: 3
05-21 14:04:58.335 1829 1861 I earchbox:search: Background young concurrent copying GC freed 200460(6405KB) AllocSpace objects, 697(12MB) LOS objects, 5% free, 251MB/266MB, paused 478us,73us total 173.047ms
05-21 14:04:58.474 848 966 D EGL_emulation: app_time_stats: avg=23.57ms min=2.31ms max=124.76ms count=35
05-21 14:04:58.717 848 966 D EGL_emulation: app_time_stats: avg=93.23ms min=11.15ms max=752.05ms count=15
05-21 14:04:58.922 1829 1861 I earchbox:search: Background concurrent copying GC freed 236154(13MB) AllocSpace objects, 1345(24MB) LOS objects, 8% free, 250MB/274MB, paused 142us,32us total 447.156ms
05-21 14:04:59.011 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@902ea84 in: CREATED
05-21 14:04:59.025 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@902ea84
05-21 14:04:59.042 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@902ea84 in: STARTED
05-21 14:04:59.057 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@902ea84
05-21 14:04:59.115 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@902ea84 in: RESUMED
05-21 14:04:59.132 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@902ea84
05-21 14:04:59.292 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:04:59.296 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s178ms
05-21 14:04:59.367 595 612 I ImeTracker: com.github.se.polyfit:ee7c1090: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:04:59.367 595 612 I ImeTracker: com.github.se.polyfit:ee7c1090: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:04:59.389 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:04:59.397 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:04:59.399 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:04:59.400 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:04:59.401 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:04:59.402 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:04:59.407 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:94704336: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:04:59.408 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:94704336: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:04:59.510 848 966 D EGL_emulation: app_time_stats: avg=17.69ms min=4.62ms max=106.12ms count=49
05-21 14:04:59.599 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:04:59.623 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@873c255
05-21 14:04:59.630 595 1960 W InputManager-JNI: Input channel object 'eb4c556 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:05:00.017 848 966 D EGL_emulation: app_time_stats: avg=99.42ms min=13.70ms max=494.86ms count=13
05-21 14:05:00.022 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:05:00.022 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:05:00.022 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:05:00.022 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:05:00.023 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 0 (types=[])
05-21 14:05:00.030 848 848 W PageIndicator: Total number of pages invalid: 0. Assuming 1 page.
05-21 14:05:00.237 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:00.237 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'DisplayName'); position: 0; useUnmergedTree: false.
05-21 14:05:00.244 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:00.244 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'FirstName'); position: 0; useUnmergedTree: false.
05-21 14:05:00.263 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:00.263 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'LastName'); position: 0; useUnmergedTree: false.
05-21 14:05:00.266 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:00.266 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'Height'); position: 0; useUnmergedTree: false.
05-21 14:05:00.269 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:00.269 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'Weight'); position: 0; useUnmergedTree: false.
05-21 14:05:00.276 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:00.276 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'CalorieGoal'); position: 0; useUnmergedTree: false.
05-21 14:05:00.280 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:05:00.280 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Cancel'); position: 0; useUnmergedTree: false.
05-21 14:05:00.282 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:05:00.282 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Cancel'); position: 0; useUnmergedTree: false.
05-21 14:05:00.285 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:05:00.285 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Save'); position: 0; useUnmergedTree: false.
05-21 14:05:00.291 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:05:00.291 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Save'); position: 0; useUnmergedTree: false.
05-21 14:05:00.310 848 904 D SplashScreenView: Build android.window.SplashScreenView{a8ce493 V.E...... ......ID 0,0-0,0}
05-21 14:05:00.310 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:05:00.310 848 904 D SplashScreenView: Branding: view: android.view.View{8544cd0 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:05:00.336 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:05:00.352 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@902ea84 in: PAUSED
05-21 14:05:00.370 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@902ea84
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 438023b8-b1ec-449a-9c90-c0219ca94d35
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d1f04c5d-b523-44c0-a451-0519c62764d2
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed59034a-a61d-428c-8120-b46d73ff7f74
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 44ddd140-1ae0-4bec-8572-22a8c73cd29b
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 369ecd2e-635a-4a18-8783-b20411dc63fe
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c61ac096-fd60-48c3-81d4-b1755491e20f
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d7fce1a7-ec36-4b9e-9fbb-31bb4e914682
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ed3a663-b459-4717-b028-53efb162e9e8
05-21 14:05:00.389 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e71dce0f-9eab-4c34-817c-30761deb3a1d
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 67dc1878-ed14-41d2-af76-703a26ec0de6
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0f9aa792-2a14-4272-a2ce-def62814c242
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2a04aa21-9c3f-4958-9c59-af1c3d3bf7b7
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3346dbdf-7be5-4517-be7a-723d234328eb
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 84366982-e4c3-4a7c-9603-96dfed073f8a
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b8854edf-02d9-48c5-a3c6-c8aa76b264d5
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb2d7ee3-5dc9-4ee0-bc01-222e8cb8fcd8
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 57090923-3ed5-4757-9dc4-1d383825bf1f
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9dc0af4c-b443-4561-b832-7692ba4a95e3
05-21 14:05:00.390 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9ef2249d-0b7b-4e08-bc40-a9503502c7ec
05-21 14:05:00.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 93e38b65-f423-4d26-b5d2-89b33d5abede
05-21 14:05:00.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d65a48d3-eee8-4ecd-942c-cfe15899eb4b
05-21 14:05:00.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2833330-c798-4d6a-b1aa-26701fe04f0e
05-21 14:05:00.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 20e3f5e2-711d-4b0b-aa07-4fac12c55d11
05-21 14:05:00.391 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a3adb414-440b-4146-9cd8-2591041f39dc
05-21 14:05:00.392 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bd554edf-f9be-4815-983d-86c1dc1e7ac7
05-21 14:05:00.393 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c3c00acb-8b1e-4d96-8381-fa8c756d138d
05-21 14:05:00.393 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 62b84ea2-8d61-4b42-99ac-45850ab39666
05-21 14:05:00.393 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0b24c10d-e752-40a3-929c-a2e996876ae7
05-21 14:05:00.394 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c7baaf2f-55dd-477a-9b42-bea979b7e7f3
05-21 14:05:00.394 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2ef1747e-238a-4b7a-bd4f-6231f50074a9
05-21 14:05:00.394 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bd7f8808-e227-43d3-b029-dbd06e373655
05-21 14:05:00.394 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: aaebc178-c543-4737-96ae-b468ac0b6ee9
05-21 14:05:00.396 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGIAhgMBIgACEQEDEQH/xAAcAAEAAwADAQEAAAAAAAAAAAAABQYHAwQIAgH/xABAEAABAwMCAgcDCQQLAAAAAAABAAIDBAUREiEGMQcTQVFhcZEigaEUFTIzQlKSscEjgtHwCBYkNUNEYmNyc8L/xAAaAQACAwEBAAAAAAAAAAAAAAAABQEDBAIG/8QAKBEAAgIBAgQGAwEAAAAAAAAAAAECAxESMQQFIVEyM3GBwfAiQWEj/9oADAMBAAIRAxEAPwDcUREAEREAERdG9V0dttdTWSzRwiKMu1yHbICAOlxTxTa+GKMz3KcNe5jjDFvmUgch8FjF86Zb9cKfqbdTQ2wk/WMd1jyO4ZGB5qi369XDiC5yVlfO+eoccN3JDR3Adi+qSw3CqAcIdIPLWcLmU4x3Z3GEpbImpOkLiqaamkmvFRqp9gGnQH759oDGf4LTujbpNF0l+a+I5WRVz3/sJQ3SyQdjc55+fNZD/VW46HO9nPcCujWUNXQSAVDHNHMOHJcRuhJ4TO5UzisyR6+RZB0UdIstXPRcN3UGSU6mQVRdza1uQHEnJdsR6eK19WlIREQAREQAREQAREQAREQAWK/0hbo/rLVa458R+1PLE08yMBufjstqXnbp5paen40ifA7L56Rr5m75B1EA5z2gcvDxQBWuEaaN80sj2guGMeCv9DDGYwABntVGsrn0NrElPEJKiZ5A39kY7SpWjvF8geA+KB7P9Baf1S++tzk3kZ0WKuKWC4y0rBGMnHko25UcM0bmOaHNcMFdq7XKeG2tmpKdrpXEAA8uSrD7tfC4VFRTQvhzhzGOGrHhgrJCh7pmqdyXRoqT5JbTdRNSkxy004fEQ4jGDkbr1dw/c2XmyUNyjaWtqYWyaT2ZC8s8TxtbcDMzIZNG2QA8xnsXpHo3cH8DWbAximaMYxyTit5imJbFiTRZURF2cBERABERABERABERABZJ068MmuZbrxTRgSRP6id7W76DuzPf7Ww/5LW1Cca0rqzhW5Qxgl/UlzcDJBG+R47KJPCeDqOHJZMK4dtzZrVFDONsEnzzlSM9rgo2ExtDdT9eBnJdjHeupwvcIqJknXOGIHSZ7dgSVGuu9ZcZqiemgc4SH2cyBpDR2Df1S9qcpPAyi4KKzuWOWOQRxsnDtBGMFfbeH6Zz3SmNolcQ4uGd8cu3wUNNVV37J3yeaTQBkCcYb3g77qR4f4kY+SpoJmyMlLS9jZRy7xlUuE4p4LtcG1lEFxDYqm6XaKnogTJI1sYABO5cQOX87L0nb4BS0MEAYxmhgBbGMNBxvhY/0cMluHHD6hocYqcAP9nbGl+CfeQtoTDh29GGLeIS15QREV5nCIiACIiACIiACIiACIh5IA85cc07rZxjd6XSGE1BqGZGBok9r3jJI8wVx8J1dNSStmdS08x06HskOAR2Y9VeOnG1Nqza6qMNbUNbKzVj6bQWnB9TjuWRUNX8ilfT1EQBds5soznx8VnnHLeDVXPThvY0quvdlnhcKWzW8S431HbOw2A8lRa4w0s56jS2TTpzvnfJJR9dFS9XNCyPUBsQM4711KCknvVYX7xwk5fIBj0Vajjq9i2c9WIxXU2roPpZhYK64StLWVlWeqafusAbn8Wr0WjqI4Rjii4WtMUDQ2NlJG0AdmGgKXWuOMdDFLOXkIiKTkIiIAIiIAIiIAIi4auqgo6d9RVTMhhYMue92AEAcuQujd7xb7NC2a5VTIGvdpYDkukd3NaN3HwAWQX7pluL5Kmms9vp6YBzmMqJHmR2M4Dg3AAPbg596zevutwuFxFxr6yaoqw4FssjsluOWO4eAWqHCzkslbsipYZr/HvEVuvdRRQW2QzNg1mSTQWjLsDAz5Kp1NogqmYngY5vYSOS61hlir4MxuAmYMPj7fNWGl1gaHJHdKcZvPRjmquOhLdFbZwvRNwQwnHZI8uA9ylIaRtNGAxoAwpkxkjZrR7lwPhLs7bd6olZKW7L41xjsiQtfSI/h+ziCroDUxU59l8cml2jfbBG5Hu2+N64c4ysPEbD8217DKDh0EvsSD908x4jIWAcT18MzvktK8PY05keORPcFABgIOoA+af8Hwsp06p9O3oJeMshCzTD3PXqLzjwnxvxBb7vRsdcamppQ/S6nnk1tcCMYycke5bdbOL7VWsb10vySU82T7D8XJV3RVM9MmRWpWQ1RXQsCL5Y9kjA+NzXNO4c05BX0uSAiIgAiKq9I97dZ+HJGwP01VWepiI5tB+k73DO/eQobwskxWXgjOKekOKimkorIxlROwlr537xsPcPvH4eao1VX3C8SiW5VMlQ7OQHHDW+TRsFH0FO3SMhS7WtjjcR9lpKXWWymxpVVGCMyrGgV1QP9x35r50hctcP7bN/2FSVr4dul0t8lbb6OeojZO2nAhjLyXkajy5ADGSfvBerqaVcc9kILsu2WO7IqF8sEjXxPcx7eTmnBCn7fxVXwPb8o01DR94Yd6hfNTYGWr+/a2OCcf5KmxNP+9g6We8k+Ch5jE6QmBj2R/ZD3hzvUAfkosoquX5xz97k1321eF4+9jSWcRW11vNXrOAN4/tZ7lSrvf624ksLzDAeUMZxnzPaopp2wSfJc9A8R10ErmB4ZIHFh5Owc4WbhuWVUyct+2f0aL+Y2WRSj07/AHsdcMHb2di+gMBXgiysjMBt5rG6pJQ9jWMeNTsBmQSTpa5x7tTW9i4r1RWKaKrko6Oqp5RATE4MIhBa7O/bqLfZ7u3mmH72F5VrSB87UhPLrm/mtLqKJ2+Fl9M4x1Ebx9h7XehWxRSMkha4EHIC85z2P5wf8H3KZf5SX9+CLtlyuFkn6yjmc1oOXROOWP8AMfrzWsWe4xXW3QVsGzZW7tPNp5Ee4rL62JrmkgbqwdGldpkrLa87fXRj4O/8/FLuCtkp6G+ho42qLhrS6oviIiaioLKumQk3W0NJOBDKQO7dv8ERVXeBltPjRVqX6IXdf9RJ5IiXMaIzusA+Vy7f4h/VTlquFbR8JXNlJWVEDDO3LYpXNByMHke3A9EReuh5cfY85b5kvVkEGgDYBMDuX6iuKRgdy/QAvxEAfWojkT6rkY933j6oinJBx42PktNsziaGnySfYH5L9RIue+Gv3+Bzyjeft8nfn+guTgkkcV0+DzZID+EoiRUebEaX+TI1JEROxGf/2Q==,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:05:00.396 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0bdcec1f-34b0-488f-a726-8e9e8a40ab6c
05-21 14:05:00.397 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:00.398 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e9ec1355-1c1b-4340-98dc-6fb8928ed756
05-21 14:05:00.398 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e871dfae-ff54-4a55-83eb-d3c40b6d1e4f
05-21 14:05:00.399 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676166c0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:05:00.399 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:00.399 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 261f16bf-f65e-4324-b584-3b4ef2287812
05-21 14:05:00.399 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 03fd45fb-9146-4d23-8472-597fe0374e0d
05-21 14:05:00.400 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:00.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 482ec5d7-76f6-4b6e-99bf-8ebc8ca642d9
05-21 14:05:00.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f6f6b7de-0130-4c64-b7c1-66ea8233e6d6
05-21 14:05:00.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a54a296f-69ce-48b5-b7b4-e92a5b6c93dd
05-21 14:05:00.401 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=b2cb9336-5cd9-4b31-abc5-44a3afecae17,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f9b61651-6343-4a51-9479-88ba5013b759
05-21 14:05:00.467 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:05:00.533 848 966 D EGL_emulation: app_time_stats: avg=10.10ms min=1.68ms max=67.27ms count=56
05-21 14:05:00.656 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:05:00.659 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +358ms
05-21 14:05:00.681 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:05:00.683 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=499, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@33e78e5
05-21 14:05:00.691 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:05:00.691 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:05:00.691 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:05:00.691 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:05:00.697 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:05:00.759 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:05:00.760 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:05:00.760 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:05:00.772 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:05:00.862 595 1960 I ImeTracker: com.google.android.apps.nexuslauncher:6848cd34: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:05:00.862 595 1960 I ImeTracker: com.google.android.apps.nexuslauncher:6848cd34: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:05:00.868 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:05:00.869 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:05:00.869 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:05:00.869 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:05:00.878 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:05:00.902 6276 6287 W System : A resource failed to call release.
05-21 14:05:00.902 6276 6287 W System : A resource failed to call release.
05-21 14:05:00.902 6276 6287 W System : A resource failed to call release.
05-21 14:05:00.921 6276 6287 W System : A resource failed to call release.
05-21 14:05:00.921 6276 6287 W System : A resource failed to call release.
05-21 14:05:00.921 6276 6287 W System : A resource failed to call release.
05-21 14:05:00.950 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@902ea84 in: STOPPED
05-21 14:05:00.966 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@902ea84
05-21 14:05:01.070 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@902ea84 in: DESTROYED
05-21 14:05:01.070 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:05:01.071 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@f99fb13
05-21 14:05:01.075 848 966 D EGL_emulation: app_time_stats: avg=105.77ms min=15.24ms max=482.72ms count=10
05-21 14:05:01.086 595 1960 W InputManager-JNI: Input channel object 'ff64692 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:05:01.118 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@4f882da
05-21 14:05:01.120 595 1558 W InputManager-JNI: Input channel object 'cf343f9 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:05:01.121 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@13c5ffd]
05-21 14:05:01.124 9128 9160 I TestRunner: finished: fieldsPopulateIfExist(com.github.se.polyfit.ui.screen.settings.AccountSettingsTest)
-
3.36 s
passedallFieldsContainProperData
-
05-21 14:05:01.150 9128 9160 I TestRunner: started: allFieldsContainProperData(com.github.se.polyfit.ui.screen.settings.AccountSettingsTest)
05-21 14:05:01.157 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@225612b]
05-21 14:05:01.174 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:05:01.204 848 904 D SplashScreenView: Build android.window.SplashScreenView{124a8c V.E...... ......ID 0,0-0,0}
05-21 14:05:01.204 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:05:01.204 848 904 D SplashScreenView: Branding: view: android.view.View{ec895d5 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:05:01.280 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1ab6d91
05-21 14:05:01.296 595 612 W InputManager-JNI: Input channel object '83b4597 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:05:01.303 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 448682, 0, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 448682, 0, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 448682, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 448697, 106405842, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 448697, 106405842, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 72, 448712, 0, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 448712, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 448735, 0, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 448735, 0, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missing HWUI jank callback for vsyncId: 448735, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed App frame:UNKNOWN: 74, 448751, 142752637, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 74, 448751, 142752637, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 448832, 104487311, CUJ=J
05-21 14:05:01.304 6276 6276 W FrameTracker: Missed SF frame:UNKNOWN: 80, 448877, 82207122, CUJ=J
05-21 14:05:01.330 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d312a in: PRE_ON_CREATE
05-21 14:05:01.330 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:05:01.356 9128 10750 D TrafficStats: tagSocket(91) with statsTag=0xffffffff, statsUid=-1
05-21 14:05:01.389 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:05:01.391 1728 2287 E HwDetectorWithState: a: 3
05-21 14:05:01.416 377 10752 I resolv : GetAddrInfoHandler::run: {102 102 102 983142 10192 0}
05-21 14:05:01.429 377 10754 I resolv : res_nmkquery: (QUERY, IN, A)
05-21 14:05:01.445 377 10754 I resolv : res_nsend: used send_dg 58 terrno: 0
05-21 14:05:01.445 377 10753 I resolv : res_nmkquery: (QUERY, IN, AAAA)
05-21 14:05:01.445 377 10753 I resolv : resolv_cache_lookup: FOUND IN CACHE entry=0x7e65d65571f0
05-21 14:05:01.445 377 10753 I resolv : doQuery: rcode=0, ancount=1, return value=70
05-21 14:05:01.459 377 10754 I resolv : doQuery: rcode=0, ancount=1, return value=58
05-21 14:05:01.643 848 966 D EGL_emulation: app_time_stats: avg=76.94ms min=1.71ms max=222.08ms count=14
05-21 14:05:01.879 1829 1861 I earchbox:search: Background concurrent copying GC freed 249944(14MB) AllocSpace objects, 1583(29MB) LOS objects, 8% free, 253MB/277MB, paused 100us,22us total 413.618ms
05-21 14:05:01.960 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d312a in: CREATED
05-21 14:05:01.969 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@9d312a
05-21 14:05:01.983 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d312a in: STARTED
05-21 14:05:01.993 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@9d312a
05-21 14:05:02.036 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d312a in: RESUMED
05-21 14:05:02.047 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@9d312a
05-21 14:05:02.189 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:05:02.192 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +1s5ms
05-21 14:05:02.207 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:05:02.207 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:b2819935: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:05:02.214 595 2431 I ImeTracker: com.google.android.apps.nexuslauncher:b2819935: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:05:02.253 595 2431 I ImeTracker: com.github.se.polyfit:b997ae7f: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:05:02.254 595 2431 I ImeTracker: com.github.se.polyfit:b997ae7f: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:05:02.257 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:05:02.259 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:05:02.259 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:05:02.259 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:05:02.260 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:05:02.281 848 966 D EGL_emulation: app_time_stats: avg=150.34ms min=18.22ms max=735.23ms count=8
05-21 14:05:02.358 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:05:02.515 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1df8378
05-21 14:05:02.516 595 2431 W InputManager-JNI: Input channel object 'a667780 Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:05:02.656 848 966 D EGL_emulation: app_time_stats: avg=18.27ms min=5.69ms max=102.88ms count=49
05-21 14:05:02.845 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:05:03.298 6276 10445 I IPCThreadState: oneway function results for code 2 on binder at 0x7513675f4640 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:05:03.299 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:05:03.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4ca4f72a-893c-4473-945c-13982cd1d83a
05-21 14:05:03.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9369850e-61dd-485c-be50-d1fb03e1eeca
05-21 14:05:03.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 127e1146-af12-4776-a922-d02d34a45df1
05-21 14:05:03.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f56e4067-d7d2-4100-bbed-e8095354c2b4
05-21 14:05:03.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0e831bc8-414c-4459-aed7-eb05f5c898d2
05-21 14:05:03.299 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a9f317a5-e263-4fac-a8d2-f41613e25676
05-21 14:05:03.300 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3096d0bf-0a50-433a-abe5-7dc50e4b4eba
05-21 14:05:03.300 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a9e89f0-57a9-4183-8fc8-c5e01f5c1930
05-21 14:05:03.300 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9a49c551-2170-43ae-86f0-dd7bb8d907a8
05-21 14:05:03.300 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 95d49a92-5933-4779-9d5b-79691f17e45a
05-21 14:05:03.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a1f6ecb9-ba9b-4e50-8fab-6a52f5d5a84c
05-21 14:05:03.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ce9df7e7-6614-495b-a3b1-ab1efd648368
05-21 14:05:03.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef4bd396-6eae-4526-840c-6436427cb0c6
05-21 14:05:03.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bd266a02-00c7-4392-9de7-14861d512de1
05-21 14:05:03.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 5c2fa465-b6f7-438d-92dd-92e3da871fc9
05-21 14:05:03.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3ed72dd1-88aa-4f80-aa99-fd3367f072c3
05-21 14:05:03.301 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3034e479-1737-43a0-82fd-fa8e9e8c82e7
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d296d7d7-28d5-4209-a257-d79067567d2b
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9bf4c221-1ea6-487c-b6eb-d972d906941d
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: abdb5d3c-7e9b-495a-bd66-a2015fb7fecb
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8a83b7d1-e68a-456b-9721-f8767c6567fc
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 97fb0eb5-0e1e-460f-8271-f23815f22462
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 61512d1a-37dc-4393-aca1-7b1cf7452f20
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8069842e-bece-4850-a0f5-b19e82859031
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7459ca4a-271b-4f7d-aa42-15913772a702
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f2688d54-8aa0-4fe1-9fba-d85250f93cdd
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 22229376-ebcd-48f2-9677-b90173be551c
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ef73db87-ed46-4f48-997b-d2c2cbfad324
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ed5136c9-a446-47e8-ba7e-3400634df03e
05-21 14:05:03.302 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: feda44f3-3d81-401e-b984-1b8d3bb70764
05-21 14:05:03.303 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a70f7778-edf6-49ea-b5b6-09f6ac6925fd
05-21 14:05:03.303 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 44adb7c9-3542-4abe-9325-7af5102a538c
05-21 14:05:03.303 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:05:03.303 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: b85af30c-27a4-4a77-a885-66953c5a2957
05-21 14:05:03.304 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:03.305 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 631105c8-5d5b-4c61-85d1-fce1f091399f
05-21 14:05:03.305 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a6e09cbc-f9e9-46b1-8b62-b82544248110
05-21 14:05:03.306 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:03.306 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: bd29ca28-dfc7-4d06-9f9b-bd612134277c
05-21 14:05:03.306 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f40facb7-8a0b-4374-92e7-b90d56adaaf2
05-21 14:05:03.307 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:03.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 01217157-2500-4cb6-b8a4-984c830b389c
05-21 14:05:03.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2125d509-c3cb-4d9f-b665-1f7df0c70105
05-21 14:05:03.307 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5408418e-eee2-4646-8609-bbb67d98bc40
05-21 14:05:03.308 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=245e0470-4029-497d-907a-7059673c2b61,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a9e4a4ed-a771-4705-866a-382dac956af0
05-21 14:05:03.322 9128 10397 I OpenGLRenderer: Davey! duration=1002ms; Flags=0, FrameTimelineVsyncId=449760, IntendedVsync=7675022241603, Vsync=7675238908261, InputEventId=0, HandleInputStart=7675239833040, AnimationStart=7675239838519, PerformTraversalsStart=7675239842838, DrawStart=7675974892673, FrameDeadline=7675038908269, FrameInterval=7675239598118, FrameStartTime=16666666, SyncQueued=7676003051654, SyncStart=7676003203627, IssueDrawCommandsStart=7676003537908, SwapBuffers=7676007337811, FrameCompleted=7676024469606, DequeueBufferDuration=11301, QueueBufferDuration=518995, GpuCompleted=7676007337811, SwapBuffersCompleted=7676024469606, DisplayPresentTime=0, CommandSubmissionCompleted=7676007337811,
05-21 14:05:03.323 9128 9128 I Choreographer: Skipped 46 frames! The application may be doing too much work on its main thread.
05-21 14:05:03.353 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:03.353 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'DisplayName'); position: 0; useUnmergedTree: false.
05-21 14:05:03.358 9128 10397 I OpenGLRenderer: Davey! duration=785ms; Flags=0, FrameTimelineVsyncId=449926, IntendedVsync=7675272241593, Vsync=7676038908229, InputEventId=0, HandleInputStart=7676043609275, AnimationStart=7676043613683, PerformTraversalsStart=7676043620145, DrawStart=7676044900546, FrameDeadline=7676038908229, FrameInterval=7676043121308, FrameStartTime=16666666, SyncQueued=7676047062747, SyncStart=7676047150765, IssueDrawCommandsStart=7676047285376, SwapBuffers=7676047941877, FrameCompleted=7676057708893, DequeueBufferDuration=4969, QueueBufferDuration=345914, GpuCompleted=7676047941877, SwapBuffersCompleted=7676057708893, DisplayPresentTime=0, CommandSubmissionCompleted=7676047941877,
05-21 14:05:03.368 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:03.368 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'FirstName'); position: 0; useUnmergedTree: false.
05-21 14:05:03.375 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:03.375 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'LastName'); position: 0; useUnmergedTree: false.
05-21 14:05:03.381 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:03.381 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'Height'); position: 0; useUnmergedTree: false.
05-21 14:05:03.387 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:03.387 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'Weight'); position: 0; useUnmergedTree: false.
05-21 14:05:03.393 9128 9160 I KASPRESSO: Operation: Check=ASSERT_TEXT_CONTAINS(description={null}).
05-21 14:05:03.393 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'AccountSettingsScreen')) && (TestTag = 'CalorieGoal'); position: 0; useUnmergedTree: false.
05-21 14:05:03.437 848 904 D SplashScreenView: Build android.window.SplashScreenView{9fe4416 V.E...... ......ID 0,0-0,0}
05-21 14:05:03.437 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:05:03.437 848 904 D SplashScreenView: Branding: view: android.view.View{905e197 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:05:03.476 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d312a in: PAUSED
05-21 14:05:03.486 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:05:03.493 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@9d312a
05-21 14:05:03.581 848 966 D EGL_emulation: app_time_stats: avg=324.76ms min=23.86ms max=1128.71ms count=4
05-21 14:05:03.603 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:05:03.666 848 966 D EGL_emulation: app_time_stats: avg=16.21ms min=7.24ms max=40.56ms count=55
05-21 14:05:03.781 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:05:03.786 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +350ms
05-21 14:05:03.909 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:05:03.911 1728 2210 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:05:03.911 1728 2210 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:05:03.937 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:05:03.939 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=503, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@df57596
05-21 14:05:03.950 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:05:03.950 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:05:03.950 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:05:03.950 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:05:03.951 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:05:03.961 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:05:04.084 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:e730b665: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:05:04.084 595 953 I ImeTracker: com.google.android.apps.nexuslauncher:e730b665: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:05:04.095 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:05:04.098 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:05:04.098 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:05:04.098 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:05:04.099 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:05:04.163 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d312a in: STOPPED
05-21 14:05:04.205 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@9d312a
05-21 14:05:04.227 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b45d969
05-21 14:05:04.232 595 1558 W InputManager-JNI: Input channel object '12bf87d Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:05:04.277 848 903 W FrameTracker: Missed App frame:JANK_APP_DEADLINE_MISSED, 450809, 0, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 450809, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed App frame:UNKNOWN: 88, 450845, 66327842, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 88, 450845, 66327842, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 450888, 0, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 450888, 0, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 450888, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 450917, 123013081, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 450917, 123013081, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed App frame:UNKNOWN: 74, 450990, 0, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed SF frame:UNKNOWN: 74, 450990, 0, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 450990, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missed App frame:UNKNOWN: 72, 451035, 0, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missing HWUI jank callback for vsyncId: 451035, CUJ=J
05-21 14:05:04.277 848 903 W FrameTracker: Missing SF jank callback for vsyncId: 451080, CUJ=J
05-21 14:05:04.425 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@9d312a in: DESTROYED
05-21 14:05:04.426 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:05:04.430 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@93e12fb
05-21 14:05:04.464 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@d158832
05-21 14:05:04.464 595 953 W InputManager-JNI: Input channel object '8383586 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:05:04.469 595 2387 W InputManager-JNI: Input channel object 'fd3d22 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:05:04.505 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@225612b]
05-21 14:05:04.506 9128 9160 I TestRunner: finished: allFieldsContainProperData(com.github.se.polyfit.ui.screen.settings.AccountSettingsTest)
-
2.74 s
passedcanNotSaveUnlessNameComplete
-
05-21 14:05:04.533 9128 9160 I TestRunner: started: canNotSaveUnlessNameComplete(com.github.se.polyfit.ui.screen.settings.AccountSettingsTest)
05-21 14:05:04.540 9128 9160 D IdlingRegistry: Registering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@70f746f]
05-21 14:05:04.563 9128 9160 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
05-21 14:05:04.580 848 904 D SplashScreenView: Build android.window.SplashScreenView{e9ca803 V.E...... ......ID 0,0-0,0}
05-21 14:05:04.580 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:05:04.580 848 904 D SplashScreenView: Branding: view: android.view.View{936a380 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:05:04.602 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:05:04.607 1829 1861 I earchbox:search: Background young concurrent copying GC freed 199837(6292KB) AllocSpace objects, 684(12MB) LOS objects, 4% free, 254MB/266MB, paused 561us,49us total 106.188ms
05-21 14:05:04.626 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d1153fe in: PRE_ON_CREATE
05-21 14:05:04.627 9128 9128 V ActivityScenario: Activity lifecycle changed event received but ignored because the reported transition was not ON_CREATE while the last known transition was PRE_ON_CREATE
05-21 14:05:04.670 848 966 D EGL_emulation: app_time_stats: avg=32.54ms min=1.70ms max=119.65ms count=27
05-21 14:05:04.703 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
05-21 14:05:04.706 1728 2211 E HwDetectorWithState: a: 3
05-21 14:05:05.132 848 966 D EGL_emulation: app_time_stats: avg=101.15ms min=7.21ms max=770.49ms count=15
05-21 14:05:05.202 1829 1861 I earchbox:search: Background concurrent copying GC freed 263763(16MB) AllocSpace objects, 1829(33MB) LOS objects, 8% free, 253MB/277MB, paused 381us,92us total 486.067ms
05-21 14:05:05.214 595 608 I system_server: NativeAlloc concurrent copying GC freed 245232(7875KB) AllocSpace objects, 3(60KB) LOS objects, 42% free, 32MB/56MB, paused 306us,61us total 157.707ms
05-21 14:05:05.242 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d1153fe in: CREATED
05-21 14:05:05.252 9128 9128 V ActivityScenario: Update currentActivityStage to CREATED, currentActivity=androidx.activity.ComponentActivity@d1153fe
05-21 14:05:05.265 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d1153fe in: STARTED
05-21 14:05:05.277 9128 9128 V ActivityScenario: Update currentActivityStage to STARTED, currentActivity=androidx.activity.ComponentActivity@d1153fe
05-21 14:05:05.354 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d1153fe in: RESUMED
05-21 14:05:05.372 9128 9128 V ActivityScenario: Update currentActivityStage to RESUMED, currentActivity=androidx.activity.ComponentActivity@d1153fe
05-21 14:05:05.377 9128 9138 I thub.se.polyfit: Background young concurrent copying GC freed 589639(19MB) AllocSpace objects, 10(520KB) LOS objects, 37% free, 32MB/52MB, paused 7.414ms,87us total 110.116ms
05-21 14:05:05.527 595 620 W ziparchive: Unable to open '/data/app/~~syfY0-j01v1NFGbybzZ6Bg==/com.github.se.polyfit-3nlgwPQyWBu_DoDQnk-t9A==/base.dm': No such file or directory
05-21 14:05:05.529 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit/androidx.activity.ComponentActivity for user 0: +960ms
05-21 14:05:05.592 595 2387 I ImeTracker: com.github.se.polyfit:5d7854a4: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:05:05.592 595 2387 I ImeTracker: com.github.se.polyfit:5d7854a4: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:05:05.608 6276 6346 D OneSearchSuggestProvider: Shut down the binder channel
05-21 14:05:05.623 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:17b6a84: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
05-21 14:05:05.623 6276 6300 I ImeTracker: com.google.android.apps.nexuslauncher:17b6a84: onFailed at PHASE_CLIENT_VIEW_SERVED
05-21 14:05:05.651 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:05:05.656 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:05:05.657 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.github.se.polyfit fieldId=0 fieldName=null extras=null}, false)
05-21 14:05:05.657 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:05:05.658 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:05:05.690 848 966 D EGL_emulation: app_time_stats: avg=13.73ms min=1.06ms max=96.23ms count=49
05-21 14:05:05.816 9128 9128 D AutofillManager: Fill dialog is enabled:false, hints=[password, passwordAuto, creditCardNumber, creditCardSecurityCode, creditCardExpirationDate]
05-21 14:05:05.858 848 848 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
05-21 14:05:05.859 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@bd4a40a
05-21 14:05:05.861 595 1960 W InputManager-JNI: Input channel object '48e258a Splash Screen com.github.se.polyfit (client)' was disposed without first being removed with the input manager!
05-21 14:05:06.546 9128 9128 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread.
05-21 14:05:06.555 6276 6821 I IPCThreadState: oneway function results for code 2 on binder at 0x7513676146b0 will be dropped but finished with status UNKNOWN_TRANSACTION
05-21 14:05:06.556 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:05:06.556 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d9510343-3b50-46a4-9488-f1be209701f0
05-21 14:05:06.556 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 589b40f8-3ed0-40ff-8ce3-b27df13957f6
05-21 14:05:06.556 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 15302382-76e2-49f3-a294-13a49eae27fa
05-21 14:05:06.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ee0f0da9-12ed-48a5-9750-9c0c748c1ab5
05-21 14:05:06.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 04a39110-c1e8-4e39-9954-e60c711968da
05-21 14:05:06.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 940c2a77-cf94-4006-b557-87e8ec883382
05-21 14:05:06.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: bb44c2ee-7375-4f43-b4f2-c67cc7e6da6e
05-21 14:05:06.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 39f58c54-417c-4645-a311-0942bf555e15
05-21 14:05:06.557 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 721196b2-7f41-469e-adc9-523c9abf1871
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 83108a8c-679f-44fa-825d-32bc4e341e0f
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7cc7e3d3-61fd-4865-8f67-ba7a591ca07c
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4e39063a-2f60-4413-b3c5-c3a546d3151b
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2067a4ea-2582-4519-9fd0-014d8961377c
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 2129850e-ded7-4012-b2dc-a0b4587195f1
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0289070c-1ddd-40b1-9b57-78be39a3a8cc
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 42ae6446-297a-4e45-8cf6-67191a6d8597
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 4c560a23-7db1-4fc2-8170-3734d803d595
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 95af2856-b627-432d-897a-de2c0dff919f
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 920de804-b21e-4723-b947-16dd358c4955
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b6ee37ce-4134-4800-b477-557f41ecb976
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 46935e94-9f85-4a88-b389-e68c7af86767
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e09e5bc7-42c1-4b89-a8cb-f419ca05e729
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9e1556ac-190d-4abe-a075-5289d8547768
05-21 14:05:06.558 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07ac3959-ba2e-44de-b408-4aedc68d800e
05-21 14:05:06.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 8e81fb07-fede-460d-9d0e-7e2fb8f904e4
05-21 14:05:06.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3f5e6731-47a0-40f6-b928-ce8e21dd2fae
05-21 14:05:06.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 944952d4-bc22-4c2e-92b6-f27d45332ee8
05-21 14:05:06.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 932a7b6e-ba6f-4a40-9ecb-2a78cae99e36
05-21 14:05:06.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 03ab353a-ba6c-4212-b02e-e9011675cebe
05-21 14:05:06.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6f29ee90-54b1-4f29-b4cf-4e07f986c2b6
05-21 14:05:06.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4bb17514-8835-472c-9ca8-5dc295be664c
05-21 14:05:06.559 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d021d14b-75e0-4d8d-91e7-e00a7db1fe53
05-21 14:05:06.560 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:05:06.560 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 2b60b9ae-5bb1-4d73-86ec-dcb2822fad1f
05-21 14:05:06.561 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:06.561 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 5ca5e489-cb7f-4fbe-85fc-3f01590cf2ab
05-21 14:05:06.561 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 6e9161c7-6d81-4e90-a111-0efe9778f409
05-21 14:05:06.562 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:06.562 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 8eed0bb4-a011-4a3c-af64-98d318ad43d4
05-21 14:05:06.562 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 43b76a28-2f28-4e40-851c-3c2ca3d1a40a
05-21 14:05:06.563 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:06.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f680774a-6efe-41d0-a84c-51d52caa5499
05-21 14:05:06.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: cf5a47cf-caa0-42ca-98c1-6b5a697a0fd4
05-21 14:05:06.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 782024ed-1086-44e9-8148-e6e260ebc55d
05-21 14:05:06.563 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=e43d0f91-c78c-4c44-a360-11440bd8568f,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a4df58f7-bc23-49ee-88f5-ce989203ba59
05-21 14:05:06.565 9128 9143 I OpenGLRenderer: Davey! duration=755ms; Flags=0, FrameTimelineVsyncId=452503, IntendedVsync=7678505574797, Vsync=7678638908125, InputEventId=0, HandleInputStart=7678646612902, AnimationStart=7678646622489, PerformTraversalsStart=7678646636375, DrawStart=7679232730895, FrameDeadline=7678522241463, FrameInterval=7678646276977, FrameStartTime=16666666, SyncQueued=7679247179868, SyncStart=7679247247403, IssueDrawCommandsStart=7679247401439, SwapBuffers=7679249742226, FrameCompleted=7679260751961, DequeueBufferDuration=16331, QueueBufferDuration=368394, GpuCompleted=7679249742226, SwapBuffersCompleted=7679260751961, DisplayPresentTime=0, CommandSubmissionCompleted=7679249742226,
05-21 14:05:06.574 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:05:06.574 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Cancel'); position: 0; useUnmergedTree: false.
05-21 14:05:06.579 9128 9160 I KASPRESSO: Operation: Check=ASSERT_HAS_CLICK_ACTION(description={null}).
05-21 14:05:06.579 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Cancel'); position: 0; useUnmergedTree: false.
05-21 14:05:06.581 9128 9160 I KASPRESSO: Operation: Check=IS_DISPLAYED(description={null}).
05-21 14:05:06.581 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Save'); position: 0; useUnmergedTree: false.
05-21 14:05:06.583 9128 9160 I KASPRESSO: Operation: Check=IS_NOT_ENABLED(description={null}).
05-21 14:05:06.583 9128 9160 I KASPRESSO: ComposeInteraction: matcher: (hasParentThat(TestTag = 'BottomBarRow')) && (TestTag = 'Save'); position: 0; useUnmergedTree: false.
05-21 14:05:06.595 848 904 D SplashScreenView: Build android.window.SplashScreenView{eaa6c5b V.E...... ......ID 0,0-0,0}
05-21 14:05:06.595 848 904 D SplashScreenView: Icon: view: null drawable: null size: 0
05-21 14:05:06.595 848 904 D SplashScreenView: Branding: view: android.view.View{4f60cf8 G.ED..... ......I. 0,0-0,0 #10204ef android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
05-21 14:05:06.617 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d1153fe in: PAUSED
05-21 14:05:06.619 438 438 I BpBinder: onLastStrongRef automatically unlinking death recipients:
05-21 14:05:06.630 9128 9128 V ActivityScenario: Update currentActivityStage to PAUSED, currentActivity=androidx.activity.ComponentActivity@d1153fe
05-21 14:05:06.694 848 966 D EGL_emulation: app_time_stats: avg=107.90ms min=2.42ms max=878.22ms count=14
05-21 14:05:06.694 9305 9325 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
05-21 14:05:06.696 848 966 D EGL_emulation: app_time_stats: avg=17.17ms min=4.35ms max=100.37ms count=52
05-21 14:05:06.863 595 620 W ziparchive: Unable to open '/data/app/~~ayrLvIi1gHM2yd0zgpEubg==/com.github.se.polyfit.test-fwRc8y6zQUmDlvbaKVKEuw==/base.dm': No such file or directory
05-21 14:05:06.865 595 620 I ActivityTaskManager: Displayed com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity for user 0: +273ms
05-21 14:05:06.974 595 1730 W AppSearchIcing: icing-search-engine.cc:283: Error: 5, Message: Document (com.google.android.googlequicksearchbox$OneSearchZeroStateGoogleSuggestions/default, zp) not found.
05-21 14:05:06.974 1728 1728 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
05-21 14:05:06.975 1728 2288 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
05-21 14:05:06.975 1728 2288 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
05-21 14:05:06.975 6276 6346 D OneSearchSuggestProvider: Created the binder channel successfully for end point service =com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService , mChannel=z1{delegate=s1{logId=507, target=directaddress:///AndroidComponentAddress%5BIntent%20%7B%20act=grpc.io.action.BIND%20cmp=com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService%20%7D%5D}} , mOneSearchConnection=X1.T@3749bf5
05-21 14:05:06.978 1679 1825 I AiAiEcho: Predicting[0]:
05-21 14:05:06.978 1679 1825 I AiAiEcho: EchoTargets:
05-21 14:05:06.978 1679 1825 I AiAiEcho: Filtered by AiAi flag check:
05-21 14:05:06.978 1679 1825 I AiAiEcho: Ranked targets strategy: SORT, count: 0, ranking metadata:
05-21 14:05:06.988 1829 1829 I A : Created gRPC endpoint to "search" for service class com.google.android.apps.search.googleapp.search.suggest.plugins.onesearch.server.OneSearchSuggestService
05-21 14:05:06.998 1679 1825 I AiAiEcho: #postPredictionTargets: Sending updates to UISurface home with targets# 0 (types=[])
05-21 14:05:07.071 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:46198fd5: onRequestHide at ORIGIN_SERVER_HIDE_INPUT reason HIDE_UNSPECIFIED_WINDOW
05-21 14:05:07.071 595 2358 I ImeTracker: com.google.android.apps.nexuslauncher:46198fd5: onCancelled at PHASE_SERVER_SHOULD_HIDE
05-21 14:05:07.074 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3227
05-21 14:05:07.076 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 0, unlocked = true
05-21 14:05:07.078 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1877 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=0 fieldName=null extras=null}, false)
05-21 14:05:07.078 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.shouldHideHeaderOnInitialState():4008 ShouldHideHeaderOnInitialState = false
05-21 14:05:07.087 1585 1585 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2087 repeatCheckTimes = 2, unlocked = true
05-21 14:05:07.096 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d1153fe in: STOPPED
05-21 14:05:07.119 9128 9128 V ActivityScenario: Update currentActivityStage to STOPPED, currentActivity=androidx.activity.ComponentActivity@d1153fe
05-21 14:05:07.198 9128 9128 D LifecycleMonitor: Lifecycle status change: androidx.activity.ComponentActivity@d1153fe in: DESTROYED
05-21 14:05:07.200 9128 9128 V ActivityScenario: Update currentActivityStage to DESTROYED, currentActivity=null
05-21 14:05:07.202 9128 9128 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@c0d3074
05-21 14:05:07.234 595 2358 W InputManager-JNI: Input channel object '24c3b06 com.github.se.polyfit/androidx.activity.ComponentActivity (client)' was disposed without first being removed with the input manager!
05-21 14:05:07.235 1829 1861 I earchbox:search: Background young concurrent copying GC freed 198879(6567KB) AllocSpace objects, 649(11MB) LOS objects, 7% free, 247MB/266MB, paused 194us,35us total 123.201ms
05-21 14:05:07.262 9128 9160 D IdlingRegistry: Unregistering idling resources: [androidx.compose.ui.test.junit4.EspressoLink@70f746f]
05-21 14:05:07.263 9128 9160 I TestRunner: finished: canNotSaveUnlessNameComplete(com.github.se.polyfit.ui.screen.settings.AccountSettingsTest)
-
362 ms
com.github.se.polyfit.viewmodel.MealViewModelTest
-
51 ms
passedsetMealData_withNullId_givesDefaultMeal
-
05-21 14:05:07.268 9128 9160 I TestRunner: started: setMealData_withNullId_givesDefaultMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.302 848 903 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@fa01c2
05-21 14:05:07.304 595 1558 W InputManager-JNI: Input channel object '1847054 Splash Screen com.github.se.polyfit.test (client)' was disposed without first being removed with the input manager!
05-21 14:05:07.334 9128 9160 I TestRunner: finished: setMealData_withNullId_givesDefaultMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
27 ms
passedsetMealData_withValidId_setsMeal
-
05-21 14:05:07.337 9128 9160 I TestRunner: started: setMealData_withValidId_setsMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.389 9128 9160 I TestRunner: finished: setMealData_withValidId_setsMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
27 ms
passedsetMealData_withEmptyId_givesDefaultMeal
-
05-21 14:05:07.392 9128 9160 I TestRunner: started: setMealData_withEmptyId_givesDefaultMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.419 9128 9160 I TestRunner: finished: setMealData_withEmptyId_givesDefaultMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
51 ms
passedtestRemoveIngredient_updatesMeal
-
05-21 14:05:07.437 9128 9160 I TestRunner: started: testRemoveIngredient_updatesMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.459 9305 9305 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@35779cf
05-21 14:05:07.461 595 2387 W InputManager-JNI: Input channel object '29a0316 com.github.se.polyfit.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity (client)' was disposed without first being removed with the input manager!
05-21 14:05:07.481 9128 9160 I TestRunner: finished: testRemoveIngredient_updatesMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
26 ms
passedtestAddIngredient_updatesMeal
-
05-21 14:05:07.483 9128 9160 I TestRunner: started: testAddIngredient_updatesMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.504 9128 9160 I TestRunner: finished: testAddIngredient_updatesMeal(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
51 ms
passedtestSetMealMakesCallToRepository
-
05-21 14:05:07.506 9128 9160 I TestRunner: started: testSetMealMakesCallToRepository(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.554 9128 9160 I TestRunner: finished: testSetMealMakesCallToRepository(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
25 ms
passedtestInitialization_withID_loadsData
-
05-21 14:05:07.561 9128 9160 I TestRunner: started: testInitialization_withID_loadsData(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.577 9128 9160 I TestRunner: finished: testInitialization_withID_loadsData(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
1 ms
passedtestSetMealName_updatesMealName
-
05-21 14:05:07.579 9128 9160 I TestRunner: started: testSetMealName_updatesMealName(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.597 9128 9160 I TestRunner: finished: testSetMealName_updatesMealName(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
26 ms
passedtestSetMealData
-
05-21 14:05:07.599 9128 9160 I TestRunner: started: testSetMealData(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.616 9128 9160 I TestRunner: finished: testSetMealData(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
25 ms
passedtestSetMealWithIncompleteMealFails
-
05-21 14:05:07.619 9128 9160 I TestRunner: started: testSetMealWithIncompleteMealFails(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.650 9128 9160 I TestRunner: finished: testSetMealWithIncompleteMealFails(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
52 ms
passedsetMealData_withInvalidId_throwsException
-
05-21 14:05:07.652 9128 9160 I TestRunner: started: setMealData_withInvalidId_throwsException(com.github.se.polyfit.viewmodel.MealViewModelTest)
05-21 14:05:07.700 9128 9160 I TestRunner: finished: setMealData_withInvalidId_throwsException(com.github.se.polyfit.viewmodel.MealViewModelTest)
-
53 ms
com.github.se.polyfit.viewmodel.dailyRecap.DailyRecapViewModelTest
-
53 ms
passedinitCallsSetDate
-
05-21 14:05:07.712 9128 9160 I TestRunner: started: initCallsSetDate(com.github.se.polyfit.viewmodel.dailyRecap.DailyRecapViewModelTest)
05-21 14:05:07.756 9128 9160 V new meals: [Meal(occasion=BREAKFAST, name=Meal 1, id=e220b458-8662-4b75-b283-07a36f7b3f59, mealTemp=20.0, ingredients=[Ingredient(name=Tomato, id=1, amount=100.0, unit=UNIT, nutritionalInformation=com.github.se.polyfit.model.nutritionalInformation.NutritionalInformation@919d44f2, imageUri=)], createdAt=2024-05-21, tags=[MealTag(tagName=This is a long tag name, tagColor=BABYPINK), MealTag(tagName=And yet another long, tagColor=LAVENDER), MealTag(tagName=And yet another long long, tagColor=BRIGHTORANGE)])]
05-21 14:05:07.757 9128 9160 I TestRunner: finished: initCallsSetDate(com.github.se.polyfit.viewmodel.dailyRecap.DailyRecapViewModelTest)
-
404 ms
com.github.se.polyfit.viewmodel.map.MapViewModelTest
-
26 ms
passedsetRadiusUpdatesRadiusLiveData
-
05-21 14:05:07.760 9128 9160 I TestRunner: started: setRadiusUpdatesRadiusLiveData(com.github.se.polyfit.viewmodel.map.MapViewModelTest)
05-21 14:05:07.777 9128 9160 I TestRunner: finished: setRadiusUpdatesRadiusLiveData(com.github.se.polyfit.viewmodel.map.MapViewModelTest)
-
26 ms
passedsetLocationUpdatesRadiusLiveData
-
05-21 14:05:07.781 9128 9160 I TestRunner: started: setLocationUpdatesRadiusLiveData(com.github.se.polyfit.viewmodel.map.MapViewModelTest)
05-21 14:05:07.788 848 848 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled
05-21 14:05:07.803 9128 9160 I Map : setLocation: Location(longitude=1.0, latitude=1.0, altitude=0.0, name=)
05-21 14:05:07.806 9128 9160 I TestRunner: finished: setLocationUpdatesRadiusLiveData(com.github.se.polyfit.viewmodel.map.MapViewModelTest)
-
25 ms
passedsetNegativeRadius
-
05-21 14:05:07.813 9128 9160 I TestRunner: started: setNegativeRadius(com.github.se.polyfit.viewmodel.map.MapViewModelTest)
05-21 14:05:07.829 9128 9160 I TestRunner: finished: setNegativeRadius(com.github.se.polyfit.viewmodel.map.MapViewModelTest)
-
327 ms
passedlistenToPostsUpdatesPostsLiveData
-
05-21 14:05:07.835 9128 9160 I TestRunner: started: listenToPostsUpdatesPostsLiveData(com.github.se.polyfit.viewmodel.map.MapViewModelTest)
05-21 14:05:07.870 1829 1861 I earchbox:search: Background concurrent copying GC freed 247490(14MB) AllocSpace objects, 1605(29MB) LOS objects, 8% free, 252MB/276MB, paused 105us,149us total 447.915ms
05-21 14:05:07.997 9128 9160 W ziparchive: Unable to open '/data/user/0/com.github.se.polyfit/app_dxmaker_cache/Generated_-1743916751.dm': No such file or directory
05-21 14:05:08.139 9128 9160 I Map : setLocation: Location(longitude=1.0, latitude=1.0, altitude=0.0, name=)
05-21 14:05:08.155 9128 9160 D MapViewModel: listenToPosts: [Post(userId=1, description=Title1, location=Location(longitude=1.0, latitude=1.0, altitude=1.0, name=TestAdress1), meal=Meal(occasion=OTHER, name=, id=29fb8f2c-4cfb-4782-af8c-46e7456c062f, mealTemp=20.0, ingredients=[], createdAt=2024-05-21, tags=[]), createdAt=2024-05-21, listOfImages=[], listOfURLs=[], imageDownloadURL=), Post(userId=2, description=Title2, location=Location(longitude=2.0, latitude=2.0, altitude=2.0, name=TestAdress1), meal=Meal(occasion=OTHER, name=, id=81f2de4f-e8ed-4d16-a28b-6718f105e05c, mealTemp=20.0, ingredients=[], createdAt=2024-05-21, tags=[]), createdAt=2024-05-21, listOfImages=[], listOfURLs=[], imageDownloadURL=)]
05-21 14:05:08.155 9128 9160 D MapViewModel: listenToPosts: 2
05-21 14:05:08.159 9128 9160 I TestRunner: finished: listenToPostsUpdatesPostsLiveData(com.github.se.polyfit.viewmodel.map.MapViewModelTest)
-
815 ms
com.github.se.polyfit.viewmodel.meal.OverviewViewModelTest
-
76 ms
passeddeleteByDBId_deletesMeal
-
05-21 14:05:08.165 9128 9160 I TestRunner: started: deleteByDBId_deletesMeal(com.github.se.polyfit.viewmodel.meal.OverviewViewModelTest)
-
377 ms
passedstoreMeal_withNonNullBitmap_storesMeal
-
26 ms
passedgetUserDisplayName
-
26 ms
passedgetMealsByCalorieRange_emptyDatabase
-
26 ms
passedgetMealsByMultipleCriteria_OneMatchingMeals
-
26 ms
passedgetMealWithHighestCalories_noMealsInDatabase
-
25 ms
passedgetMealWithHighestCalories_returnFails
-
51 ms
passedgetMealWithLowestCalories_noMealsInDatabase
-
25 ms
passedgetEmailIFDispalyIsNotSet
-
26 ms
passedgetMealsByMultipleCriteria_returnsCorrectMeals
-
26 ms
passedgetMealsByOccasion_returnsCorrectMeals
-
26 ms
passedgetMealsByOccasion_noMatchingMeals
-
25 ms
passedgetMealWithLowestCalories_returnsCorrectMeal
-
26 ms
passedgetMealsByName_noMatchingMeals
-
1 ms
passedgetMealsByCalorieRange_returnsCorrectMeals
-
1 ms
passedgetMealWithHighestCalories_returnsCorrectMeal
-
26 ms
passedstoreMeal_withNullBitmap_returnsNull
-
359 ms
com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest
-
26 ms
passedsetPostDescriptionUpdatesPostDescription
-
26 ms
passedsetPostDataUpdatesPostData
-
05-21 14:05:09.127 9128 9160 I TestRunner: started: setPostDataUpdatesPostData(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
05-21 14:05:09.142 9128 9160 I TestRunner: finished: setPostDataUpdatesPostData(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
-
26 ms
passedgetFatReturnsFatAmount
-
05-21 14:05:09.145 9128 9160 I TestRunner: started: getFatReturnsFatAmount(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
05-21 14:05:09.161 9128 9160 I TestRunner: finished: getFatReturnsFatAmount(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
-
126 ms
passedtestSetPostLocation
-
05-21 14:05:09.164 9128 9160 I TestRunner: started: testSetPostLocation(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
05-21 14:05:09.201 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:05:09.286 9128 9160 I TestRunner: finished: testSetPostLocation(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
-
51 ms
passedsetBitMap
-
05-21 14:05:09.290 9128 9160 I TestRunner: started: setBitMap(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
05-21 14:05:09.356 9128 9160 I TestRunner: finished: setBitMap(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
-
26 ms
passedgetProteinReturnsProteinAmount
-
05-21 14:05:09.359 9128 9160 I TestRunner: started: getProteinReturnsProteinAmount(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
05-21 14:05:09.368 9128 9160 I TestRunner: finished: getProteinReturnsProteinAmount(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
-
51 ms
passedgetRecentMealsReturnsSortedMeals
-
05-21 14:05:09.370 9128 9160 I TestRunner: started: getRecentMealsReturnsSortedMeals(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
05-21 14:05:09.418 9128 9160 I TestRunner: finished: getRecentMealsReturnsSortedMeals(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
-
1 ms
passedgetCarbsReturnsCarbsAmount
-
05-21 14:05:09.420 9128 9160 I TestRunner: started: getCarbsReturnsCarbsAmount(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
05-21 14:05:09.429 9128 9160 I TestRunner: finished: getCarbsReturnsCarbsAmount(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
-
26 ms
passedsetPostStoresPostInRepository
-
05-21 14:05:09.432 9128 9160 I TestRunner: started: setPostStoresPostInRepository(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
05-21 14:05:09.466 9128 9160 I TestRunner: finished: setPostStoresPostInRepository(com.github.se.polyfit.viewmodel.post.CreatePostViewModelTest)
-
25 ms
com.github.se.polyfit.viewmodel.post.ViewPostViewModelTest
-
0 ms
passedreturnsEmptyListWhenNoPostsAvailable
-
05-21 14:05:09.833 9128 9160 I TestRunner: started: returnsEmptyListWhenNoPostsAvailable(com.github.se.polyfit.viewmodel.post.ViewPostViewModelTest)
05-21 14:05:09.846 9128 9160 I TestRunner: finished: returnsEmptyListWhenNoPostsAvailable(com.github.se.polyfit.viewmodel.post.ViewPostViewModelTest)
-
25 ms
passedgetAllPost_returnsCorrectly
-
05-21 14:05:09.850 9128 9160 I TestRunner: started: getAllPost_returnsCorrectly(com.github.se.polyfit.viewmodel.post.ViewPostViewModelTest)
05-21 14:05:09.868 9128 9160 I TestRunner: finished: getAllPost_returnsCorrectly(com.github.se.polyfit.viewmodel.post.ViewPostViewModelTest)
-
84 ms
com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest
-
0 ms
passedupdateDob
-
05-21 14:05:09.870 9128 9160 I TestRunner: started: updateDob(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.879 9128 9160 W thub.se.polyfit: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
05-21 14:05:09.885 9128 9160 I TestRunner: finished: updateDob(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
1 ms
passedupdateHeightWithValue
-
05-21 14:05:09.887 9128 9160 I TestRunner: started: updateHeightWithValue(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.890 9128 9160 I TestRunner: finished: updateHeightWithValue(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
0 ms
passedupdateCalorieGoal
-
05-21 14:05:09.892 9128 9160 I TestRunner: started: updateCalorieGoal(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.895 9128 9160 I TestRunner: finished: updateCalorieGoal(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
1 ms
passedupdateHeightWithNull
-
05-21 14:05:09.896 9128 9160 I TestRunner: started: updateHeightWithNull(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.899 9128 9160 I TestRunner: finished: updateHeightWithNull(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
1 ms
passedupdateIsVegetarian
-
05-21 14:05:09.900 9128 9160 I TestRunner: started: updateIsVegetarian(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.903 9128 9160 I TestRunner: finished: updateIsVegetarian(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
1 ms
passedupdateLastName
-
05-21 14:05:09.904 9128 9160 I TestRunner: started: updateLastName(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.908 9128 9160 I TestRunner: finished: updateLastName(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
1 ms
passedupdateWeightWithValue
-
05-21 14:05:09.910 9128 9160 I TestRunner: started: updateWeightWithValue(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.914 9128 9160 I TestRunner: finished: updateWeightWithValue(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
1 ms
passedupdateWeightWithNull
-
05-21 14:05:09.915 9128 9160 I TestRunner: started: updateWeightWithNull(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.919 9128 9160 I TestRunner: finished: updateWeightWithNull(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
26 ms
passedupdateDisplayName
-
05-21 14:05:09.921 9128 9160 I TestRunner: started: updateDisplayName(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.925 9128 9160 I TestRunner: finished: updateDisplayName(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
0 ms
passedupdateIsVegan
-
05-21 14:05:09.927 9128 9160 I TestRunner: started: updateIsVegan(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.931 9128 9160 I TestRunner: finished: updateIsVegan(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
1 ms
passedupdateIsLactoseFree
-
05-21 14:05:09.933 9128 9160 I TestRunner: started: updateIsLactoseFree(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.937 9128 9160 I TestRunner: finished: updateIsLactoseFree(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
1 ms
passedupdateIsGlutenFree
-
05-21 14:05:09.939 9128 9160 I TestRunner: started: updateIsGlutenFree(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.943 9128 9160 I TestRunner: finished: updateIsGlutenFree(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
50 ms
passedupdateUserChangesInputAndCallsFirebase
-
05-21 14:05:09.944 9128 9160 I TestRunner: started: updateUserChangesInputAndCallsFirebase(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.957 6276 6276 D SearchTargetUtil: query= size=45
05-21 14:05:09.957 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank reddit,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=flowbank reddit searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b932aa3d-0e32-4870-ad2a-919b1ed1c168
05-21 14:05:09.957 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=flowbank vs swissquote,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=flowbank vs swissquote searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff990056-00bb-437b-b167-ea874c50a102
05-21 14:05:09.957 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=telegram web,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=telegram web searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: fc5f1bb9-7485-4216-8510-4892b74031bc
05-21 14:05:09.957 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=does gradle build create an apk,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=does gradle build create an apk searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 66f774f3-82fc-4399-b0eb-0dae8692d2dc
05-21 14:05:09.957 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=weather,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=weather searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: b39cc179-c9a3-4762-969b-2ce46712ef76
05-21 14:05:09.957 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=sign an apk with gradle,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=sign an apk with gradle searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a000a408-9eb8-4f2b-8d33-d60744432605
05-21 14:05:09.957 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather like,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=what's the weather like searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: ff3fa235-9872-49d0-a746-b3164b80ecc9
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=search folder for file type linux,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=search folder for file type linux searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 83b7223b-4d89-4937-908c-70e3d8c79b95
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=jks file,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=jks file searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 60fd9bfd-4cf4-4a3c-a5e1-063d63b3d04c
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=release sha certificate fingerprint in the firebase console,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=release sha certificate fingerprint in the firebase console searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c24d8313-e763-4bab-9cd0-c8d16e533a67
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=how to add firebase ssh certificate for release,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=how to add firebase ssh certificate for release searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 6d5e02c6-e839-469f-a3c7-dfee9b90d084
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=que veut dire gsm en belgique,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=que veut dire gsm en belgique searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 479e2599-126f-40c1-80d4-19c0df59204f
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what's the weather going to be like today,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=what's the weather going to be like today searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: e0f5af65-1484-40fa-9f9a-daa54339b051
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=edamam api,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=edamam api searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: eda650a4-f3e0-4625-b595-0ceb1e545d49
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=spoonacular api documentation,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=spoonacular api documentation searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9307ff21-0abd-45d7-be64-9fc9079f53be
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=rhea vs emu vs ostrich,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=rhea vs emu vs ostrich searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 7b4ce1d4-bbab-4ef3-b855-0867ef993e21
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=issue with building apk github action,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=issue with building apk github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 0da09bac-9e4e-435e-a4e2-62ddc6d4da1a
05-21 14:05:09.958 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=what does trial run mean,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=what does trial run mean searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 012e7d86-91d0-4a93-bf2c-da1763d4b754
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=alexandre ben ahmed kontouli,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=alexandre ben ahmed kontouli searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 430c834b-c347-4250-a2e4-257f5fb1d56b
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=division fraction examples,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=division fraction examples searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: a42d6167-a078-4d62-95c5-20fb4a2ef912
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=mm to cm,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=mm to cm searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 3a163576-3b89-4d57-b7cf-d783f3084c7f
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=airbus stock,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=airbus stock searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d52ea794-c71d-4656-9d14-bc54123ff0a4
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=van cleef bracelet,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=van cleef bracelet searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 07d80418-456c-4c0b-a1e3-023fd72a5b2d
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=unresolved reference: testinstallin,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=unresolved reference: testinstallin searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d3e1f787-723a-4f8e-849e-09a1013a11c0
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio task :app:connecteddebugandroidtest searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: d074235b-8f24-40b8-a750-678310bc09e4
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=launching android test gets stuck compiling android studio,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=launching android test gets stuck compiling android studio searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: f18cdcd1-ca30-499d-a92e-9d4c0152cdb2
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=android studio build gets stuck at connect debug test,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=android studio build gets stuck at connect debug test searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: c89a98cc-b4e4-490f-9970-995995ac9fbb
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=se portent garant en anglais,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=se portent garant en anglais searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 90e5f8ca-2156-41a9-9b13-29c1e6aa539c
05-21 14:05:09.959 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=why does firebase authentication does not work after github action,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=why does firebase authentication does not work after github action searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 9d030479-afb8-4264-aa4a-3c1d2317585b
05-21 14:05:09.960 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=cli meaning,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=true,} searchAction=cli meaning searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=1,}ParentID: null targetID: 21e0ae5e-a00c-416f-9fb1-c92de614e367
05-21 14:05:09.960 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nestle baby food,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=nestle baby food searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: c4841a3f-7080-40ce-b214-eb998f777b64
05-21 14:05:09.960 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=bitcoin halving,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=bitcoin halving searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: f490491c-ed9c-48fe-ab36-28eb3475590f
05-21 14:05:09.960 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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,suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=true,is_personal=false,suggest_raw_text=jontay porter,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=Jontay Porter searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}Par
05-21 14:05:09.960 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=angry rantman,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=angry rantman searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 0d5f5977-9059-4f75-b58e-1f8b557408ca
05-21 14:05:09.961 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:09.961 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=boston dynamics robot,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=boston dynamics robot searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 76acd539-19f6-43c2-bfa6-21a1f338f90f
05-21 14:05:09.961 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=google employees,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=google employees searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: a124cf00-cb2f-47b9-b469-d19eeaab5bab
05-21 14:05:09.962 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:09.962 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=georgia russian law,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=georgia russian law searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 4189ef4f-e0c1-4999-9444-6e103e2d0742
05-21 14:05:09.969 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=stanley cup,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=stanley cup searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 93008a0d-f1e7-4679-89f8-a92c63040584
05-21 14:05:09.970 6276 6276 D SearchTargetUtil: layoutType=extra_tall_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{bitmap_url=data:image/jpeg;base64,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
05-21 14:05:09.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=surya tilak ram mandir,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=surya tilak ram mandir searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 50ac3f81-becd-4e37-a383-409fd250c98a
05-21 14:05:09.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=real madrid vs manchester city,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=real madrid vs manchester city searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: e21653a7-8791-4723-98e9-c63406157594
05-21 14:05:09.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=indonesia volcano eruption,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=indonesia volcano eruption searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: 15086627-0de1-4dbe-9469-bd377bba1ad7
05-21 14:05:09.970 6276 6276 D SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=33,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=false,suggest_raw_text=nyt connections hints,group_id=web307498,response_id=d37463cc-e072-4198-8500-740369e3c0f8,support_query_builder=false,} searchAction=nyt connections hints searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/answer/106230?hl=106230,suggestion_action_text=Report this,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=false,suggestion_action_rpc=2,}ParentID: null targetID: d07d33f1-34f9-4c70-b884-8c79e45d8dea
05-21 14:05:09.984 9128 9160 I TestRunner: finished: updateUserChangesInputAndCallsFirebase(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
-
0 ms
passedupdateFirstName
-
05-21 14:05:09.986 9128 9160 I TestRunner: started: updateFirstName(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)
05-21 14:05:09.989 9128 9160 I TestRunner: finished: updateFirstName(com.github.se.polyfit.viewmodel.settings.AccountSettingsViewModelTest)